The NetBSD Project

CVS log for pkgsrc/security/tor-browser/options.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / tor-browser

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Thu May 5 08:21:33 2022 UTC (10 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

firefox*: Use OPSYS_VERSION to numerically compare NetBSD versions

Revision 1.11 / (download) - annotate - [select for diffs], Sun May 1 00:22:58 2022 UTC (11 months ago) by khorben
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

tor-browser: fix building with the "debug" option

Interestingly, it only partially matches www/firefox78/PLIST, with which it
shares a lot of packaging code.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 18 22:38:21 2020 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

www/firefox*: Use -Og for debug option and -O2 for debug-info option.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 12 22:24:20 2020 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8 (colored)

tor-browser: update to 10.0.4.

This release updates NoScript to 11.1.5 and includes an important security update to Firefox.

The full changelog since Tor Browser 10.0.2 (Desktop) is:

    Windows + OS X + Linux
        Update NoScript to 11.1.5
        Bug 40021: Keep page shown after Tor Browser update purple
        Bug 40022: EOY November Update - Matching
        Bug 40219: Backport Mozilla Bug 1675905
        Translations update
    Build System
        Windows + OS X + Linux
            Update Go to 1.14.11
            Bug 40141: Include "desktop" in signed tag

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 12 21:07:45 2020 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.7: +36 -26 lines
Diff to previous 1.7 (colored)

tor-browser: merge recent changes from firefox

This includes nia's mprotect patch.

Bump PKGREVISION.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Aug 28 19:05:42 2020 UTC (2 years, 7 months ago) by bsiegert
Branch: pkgsrc-2020Q2
Changes since 1.6: +10 -3 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Pullup ticket #6313 - requested by wiz
security/tor-browser: security fix

Revisions pulled up:
- security/tor-browser/Makefile                                 1.71,1.74
- security/tor-browser/distinfo                                 1.26,1.28
- security/tor-browser/options.mk                               1.7
- security/tor-browser/patches/patch-config_makefiles_rust.mk   1.2
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_lib.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_device.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_fd.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_mod.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_monitor.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_transaction.rs 1.1
- security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_uhid.rs 1.1

---
   Module Name:	pkgsrc
   Committed By:	riastradh
   Date:		Mon Aug 17 06:58:02 UTC 2020

   Modified Files:
   	pkgsrc/security/tor-browser: Makefile options.mk

   Log Message:
   security/tor-browser: Make dbus an option.

---
   Module Name:	pkgsrc
   Committed By:	riastradh
   Date:		Mon Aug 17 06:58:32 UTC 2020

   Modified Files:
   	pkgsrc/security/tor-browser: distinfo
   Added Files:
   	pkgsrc/security/tor-browser/patches:
   	    patch-dom_webauthn_u2f-hid-rs_src_lib.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_device.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_fd.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_mod.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_monitor.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_transaction.rs
   	    patch-dom_webauthn_u2f-hid-rs_src_netbsd_uhid.rs

   Log Message:
   security/tor-browser: Add U2F support to NetBSD.

   The webauthn API is disabled by default in the Tor Browser:

   https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26614

   In order to use it, risking the consequences since the Tor Project
   has not audited its anonymity properties, you have to explicitly
   enable security.webauthn.webauthn=true in about:config.

   So if you definitely want to log into a web site using U2F in spite
   of that, with location privacy but not anonymity, then these patches
   now enable it to work on NetBSD (with the caveat that enabling
   security.webauthn.webauthn=true applies also to any web site that
   tries to use the webauthn API, not just the ones you want to log
   into).

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Aug 26 20:55:20 UTC 2020

   Modified Files:
   	pkgsrc/security/tor-browser: Makefile distinfo
   	pkgsrc/security/tor-browser/patches: patch-config_makefiles_rust.mk

   Log Message:
   tor-browser: update to 9.5.4.

   This release updates Firefox to 68.12.0esr.

   Also, this release features important security updates to Firefox.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 17 06:58:02 2020 UTC (2 years, 7 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.6: +10 -3 lines
Diff to previous 1.6 (colored)

security/tor-browser: Make dbus an option.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 7 13:06:00 2020 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base
Branch point for: pkgsrc-2020Q2
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

tor-browser: update to 9.5.

This release includes important security updates to Firefox.

This new Tor Browser release is focused on helping users understand
onion services.

Tor's onion routing remains the best way to achieve end-to-end
anonymous communication on the Internet. With onion services (.onion
addresses), website administrators can provide their users with
anonymous connections that are metadata-free or that hide metadata
from any third party. Onion services are also one of the few
censorship circumvention technologies that allow users to route
around censorship while simultaneously protecting their privacy
and identity.

For the first time, Tor Browser users on desktop will be able to
opt-in for using onion sites automatically whenever the website
makes them available. For years, some websites have invisibly used
onion services with alternative services (alt-svc), and this
continues to be an excellent choice. Now, there is also an opt-in
mechanism available for websites that want their users to know
about their onion service that invites them to upgrade their
connection via the .onion address.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 4 21:13:03 2019 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.4: +6 -6 lines
Diff to previous 1.4 (colored)

security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 14 17:22:21 2019 UTC (3 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.3: +7 -2 lines
Diff to previous 1.3 (colored)

tor-browser: add sun audio backend. requested by wiz.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 15 11:51:26 2019 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

tor-browser: update for recent changes to firefox60 and rust.

Reduce diffs to firefox60 even more while here.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 26 09:41:07 2016 UTC (7 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.1: +3 -6 lines
Diff to previous 1.1 (colored)

Use OPSYSVARS.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 14 07:30:54 2016 UTC (7 years, 1 month ago) by ryoon
Branch: MAIN

Import tor-browser-5.5.2 as security/tor-browser.

What is the Tor Browser?

The Tor software protects you by bouncing your communications around
a distributed network of relays run by volunteers all around the
world: it prevents somebody watching your Internet connection from
learning what sites you visit, it prevents the sites you visit from
learning your physical location, and it lets you access sites which
are blocked.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>