98 Commits

Author SHA1 Message Date
sdk
cecaf2ac9f Removing patch, which should have been removed with the last update.
Maintainer Caspar Schutijser noticed it. Thank you!
2021-11-20 18:01:11 +00:00
sdk
6f33971049 Remove another patch which was missed to rm 2021-11-17 22:45:27 +00:00
sdk
ba73840199 Remove upstreamed patch 2021-11-17 22:18:11 +00:00
sdk
9f6f3cec75 Adding missing files (again)
...and thanks to sthen for the cvs help
2021-11-17 22:13:27 +00:00
sdk
72b399fa97 Add files missing in previous commit 2021-11-17 21:29:31 +00:00
sdk
aaaff85e5f Update to tor-browser 11.0, by maintainer Caspar Schutijser
Tor Browser 11 is now based on the new Firefox ESR 91 (instead of 78)

Tested by Yifei Zhan and myself.
ok laundry@ and solene@
2021-11-17 21:08:21 +00:00
landry
e9dfc86c73 www/tor-browser/browser: bump REVISION for WANTLIB change, reminded by naddy@ 2021-11-04 13:13:36 +00:00
landry
303f5abc3b {meta,www}/tor-browser: update to 10.5.10
see https://blog.torproject.org/new-release-tor-browser-10510
from MAINTAINER Caspar Schutijser
2021-10-29 18:09:53 +00:00
sthen
560183bf69 update to tor-browser 10.5.5, from maintainer Caspar Schutisjer 2021-08-23 21:25:55 +00:00
sthen
3b3e0ae3f6 Update to tor-browser-10.5.2, from a new major release branch of Tor Browser
(still based on Firefox ESR 78). From Caspar Schutijser (maintainer).
2021-07-14 19:27:15 +00:00
sthen
616b81816d update to tor-browser 10.0.17, from Caspar Schutijser 2021-06-04 12:02:07 +00:00
sthen
430634cf41 drop i386 from ONLY_FOR_ARCHS in www/tor-browser/browser as well,
missed when I removed from meta/tor-browser, pointed out by Caspar Schutijser
2021-05-21 16:47:13 +00:00
sthen
8907ec35ce update to tor-browser-10.0.16, from maintainer Caspar Schutijser 2021-04-28 15:49:15 +00:00
sthen
1a8772484f Update to tor-browser 10.0.15, cope with a change in the NoScript extension
that was resulting in html within <noscript> tags from being disallowed,
fixing (amongst others) duckduckgo and startpage which weren't redirecting
to their non-JS sites correctly. From deserter666 at danwin1210 me, ok
maintainer
2021-04-06 20:05:35 +00:00
landry
15eeb1efd5 www/tor-browser: update to 10.0.14.
See https://blog.torproject.org/new-release-tor-browser-10014
From MAINTAINER Caspar Schutijser
2021-03-27 08:55:50 +00:00
landry
cdcb8e8007 www/tor-browser: update to 10.0.12.
See https://blog.torproject.org/new-release-tor-browser-10012

From MAINTAINER Caspar Schutijser, tested (and reminder to delete
Carto.toml patch) by Dimitri Karamazov.
2021-02-28 18:16:47 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kn
f44ed738fc Unmention Flash support through plugins 2021-02-14 13:58:57 +00:00
jsg
e17957ba93 allow /dev/dri/card0 where /dev/drm0 was allowed
ok Caspar Schutijser
2021-02-13 05:08:28 +00:00
landry
5b92604759 www/tor-browser/browser: preemptively fix built with rust 1.50.
from/ok semarie@, same fix as found in #1684261
2021-02-12 08:02:36 +00:00
sthen
8339983a9f update to tor-browser-10.0.10, from Caspar Schutijser 2021-02-06 20:56:40 +00:00
sthen
92eba6bc6f update to tor-browser 10.0.9, from maintainer Caspar Schutijser 2021-01-31 11:54:21 +00:00
landry
f8e6c6e12f www/tor-browser: update to 10.0.8, from MAINTAINER Caspar Schutijser
See https://blog.torproject.org/new-release-tor-browser-1008
2021-01-18 08:07:33 +00:00
sthen
39cee36c24 Add /etc/resolv.conf to files allowed by unveil for all Firefox-based ports.
Normally this file is exempted from unveil by "pledge dns", but if the user
has disabled pledge (which is required for using some features) it will no
longer be exempted, so must be handled explicitly by unveil.

Problem reported by Stefan Hagen, ok jcs landry
2021-01-15 11:00:50 +00:00
landry
48688d9449 fix build with cbindgen 0.16.0
backports https://hg.mozilla.org/releases/mozilla-esr78/rev/a1f99bfc3ee5
from bug #1684180
2021-01-05 10:29:44 +00:00
sthen
a87ac2d0c3 update to tor-browser-10.0.7, from maintainer Caspar Schutijser 2020-12-16 21:33:14 +00:00
sthen
06e75e0349 update to tor-browser 10.0.5, from maintainer Caspar Schutijser 2020-11-19 16:49:06 +00:00
landry
b88eded537 drop all the redundant/deprecated bits that were either removed or moved to mozilla.port.mk - no REVISION bump as it uses bundled nss 2020-11-17 15:58:06 +00:00
sthen
ce546634ba update to tor-browser-10.0.4, from maintainer Caspar Schutijser
https-everywhere merges into the main package
2020-11-14 11:53:28 +00:00
landry
d0c977dcb7 Fix build with rust 1.47.0.
jumbo patch from https://hg.mozilla.org/releases/mozilla-esr78/rev/85c38ea4d349
cf https://bugzilla.mozilla.org/show_bug.cgi?id=1663715

ok semarie@
2020-11-05 09:06:23 +00:00
landry
5455e2f57b unlink https-everywhere, its now bundled in tor-browser (and fails to package anyway, as noticed by ajacoutot@) 2020-10-23 15:50:23 +00:00
landry
b5f760b09b Update to tor-browser 10.0.2, from MAINTAINER Caspar Schutijser.
This version is based off firefox 78esr, and support for unveil() was
added.

See https://blog.torproject.org/new-release-tor-browser-100 and
https://blog.torproject.org/new-release-tor-browser-1002
2020-10-23 07:04:09 +00:00
landry
59974d1181 Update to tor-browser 9.5.4
See https://blog.torproject.org/new-release-tor-browser-954

from MAINTAINER Caspar Schutijser
2020-08-26 07:37:38 +00:00
landry
dc9a318976 Update to tor-browser 9.5.3, from maintainer Caspar Schutijser
https://blog.torproject.org/new-release-tor-browser-953
2020-08-23 06:33:55 +00:00
semarie
1ef635952f prepare firefox to be buildable with rustc 1.45.0
https://bugzilla.mozilla.org/show_bug.cgi?id=1640982
2020-07-21 13:21:36 +00:00
jasper
0880adec24 - update tor-browser to 9.5.1 and sync noscript accordingly
release notes: https://blog.torproject.org/new-release-tor-browser-951

from Caspar Schutijser (MAINTAINER)
2020-07-02 17:50:45 +00:00
landry
04ef33b33a Update to tor-browser 9.5, from maintainer Caspar Schutijser 2020-06-13 06:26:01 +00:00
sthen
29775d4a5d Update to tor-browser 9.0.10 (based on firefox 68.8.0esr).
From Caspar Schutijser (maintainer), ok naddy@
2020-05-05 20:12:20 +00:00
sthen
d36f8e12e6 www/tor-browser: add defence against font fingerprinting, from maintainer Caspar Schutijser 2020-04-13 16:25:42 +00:00
sthen
167a84eb37 update to tor-browser 9.0.9, from maintainer Caspar Schutijser 2020-04-09 21:15:29 +00:00
landry
bdbcd688c2 Update to tor-browser 9.0.8, from MAINTAINER Caspar Schutijser
https://blog.torproject.org/new-release-tor-browser-908
2020-04-05 16:58:27 +00:00
landry
0d7fdeb1a6 Update to tor-browser 9.0.7, from maintainer Caspar Schutijser 2020-03-25 07:32:47 +00:00
landry
00099d14d8 Update to tor-browser 9.0.6, from Maintainer Caspar Schutijser
disable arm64 for now, needs fiddling with nspr patches.
2020-03-14 07:21:44 +00:00
naddy
d78e2c80d5 bump for maintainer change 2020-02-16 22:33:50 +00:00
landry
74a6bed9c1 Update to tor-browser 9.0.5, based off firefox ESR 68.5.0.
from Caspar Schutijser <caspar@schutijser.com> who takes over
maintainership from Sean Levy (who originally ported this, thanks for
the hard work!)

properly substitute ${LOCALBASE}, and enables pledge() while here.
2020-02-16 10:45:59 +00:00
landry
379f654011 Actually remove patches that were supposed to have been removed in
previous update, should fix make patch. spotted by naddy@
2020-02-14 17:31:21 +00:00
landry
b2024a72a1 Unbreak by updating to tor-browser 9.0.4, from Caspar Schutijser
cf https://blog.torproject.org/new-release-tor-browser-90
based off esr68.4.1, tor-launcher and torbutton were merged into the browser.
Update to 9.0.5 (based off 68.5.0) is in the pipe.

Maintainer timeout
2020-02-13 07:41:53 +00:00
semarie
48dcece2ca unbreak www/firefox-esr and mail/mozilla-thunderbird after lang/rust upgrade
mark www/tor-browser/browser as BROKEN (too outdated and not easily unbreakable)

ok landry@
2019-10-01 04:39:31 +00:00
sthen
a3dae6ea5d factor some common parts into mozilla.port.mk and fix DPB_PROPERTIES which
is supposed to be "lonesome" on i386 because parts of the build take a lot of
ram, but actually ended up as "lonesome parallel" due to a +=. hoping this
will reduce the frequent build failures on i386.  ok landry
2019-09-22 17:19:06 +00:00
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00