[talk] Fwd: [UPDATE] Tor Browser 8.0.9
George Rosamond
george at ceetonetechnology.com
Wed May 8 20:46:00 EDT 2019
If anyone didn't hear about the Mozilla mess, this is the diff to tor browser 8.0.8 that bring it to 8.0.9 and fixes for OpenBSD.
For those running an up-to-date OpenBSD snapshot, the patch is attached. Especially if you have a decently fast box. Updated ports tree required.
It's high-time that we started pinging talk@ about TB work for testing.
g
-------- Forwarded Message --------
Subject: [UPDATE] Tor Browser 8.0.9
Date: Wed, 08 May 2019 19:41:46 -0500
From: attila <attila@
To: ports at openbsd.org
Hi ports@,
Attached is an update to Tor Browser 8.0.9, released to deal with the
certificate expiration fiasco that affected most of the Mozillan
world.
Please read the TPO blog post on the subject if you had your NoScript
extension disabled in Tor Browser:
<https://blog.torproject.org/new-release-tor-browser-809>
Lightly tested under amd64.
Pax, -A
-------------- next part --------------
Index: www/tor-browser/Makefile.inc
===================================================================
RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile.inc
--- www/tor-browser/Makefile.inc 1 May 2019 17:36:30 -0000 1.16
+++ www/tor-browser/Makefile.inc 8 May 2019 19:01:18 -0000
@@ -6,7 +6,7 @@ MASTER_SITES ?= https://bits.torbsd.org
PERMIT_PACKAGE_CDROM ?= Yes
CATEGORIES = www
BROWSER_NAME = tor-browser
-TB_VERSION = 8.0.8
+TB_VERSION = 8.0.9
TB_PREFIX = tb
SUBST_VARS += BROWSER_NAME TB_VERSION
Index: www/tor-browser/browser/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- www/tor-browser/browser/distinfo 1 May 2019 17:36:30 -0000 1.15
+++ www/tor-browser/browser/distinfo 8 May 2019 19:01:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (mozilla/tor-browser-8.0.8.tar.gz) = cLUrSyd9M80aNGbtm+CnQzKL6FaQsSghQw8TnQbDv90=
-SIZE (mozilla/tor-browser-8.0.8.tar.gz) = 387583620
+SHA256 (mozilla/tor-browser-8.0.9.tar.gz) = B2YOSrwnXSihuHRczush6oYeo9LPFSJGNqoTlE3cmAI=
+SIZE (mozilla/tor-browser-8.0.9.tar.gz) = 387604509
Index: www/tor-browser/https-everywhere/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/https-everywhere/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- www/tor-browser/https-everywhere/Makefile 1 May 2019 17:36:30 -0000 1.14
+++ www/tor-browser/https-everywhere/Makefile 8 May 2019 19:01:18 -0000
@@ -2,6 +2,7 @@
ADDON_NAME = https-everywhere
V = 2019.1.31
+REVISION = 0
COMMENT = Tor Browser add-on: force https where possible
HOMEPAGE = https://www.eff.org/https-everywhere
MASTER_SITES = https://www.eff.org/files/
Index: www/tor-browser/noscript/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/noscript/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- www/tor-browser/noscript/Makefile 1 May 2019 17:36:30 -0000 1.15
+++ www/tor-browser/noscript/Makefile 8 May 2019 19:01:18 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.15 2019/05/01 17:36:30 landry Exp $
ADDON_NAME = noscript
-V = 10.2.4
+V = 10.6.1
COMMENT = Tor Browser add-on: flexible JS blocker
HOMEPAGE = http://noscript.net
MASTER_SITES = https://secure.informaction.com/download/releases/
Index: www/tor-browser/noscript/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/noscript/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- www/tor-browser/noscript/distinfo 1 May 2019 17:36:30 -0000 1.12
+++ www/tor-browser/noscript/distinfo 8 May 2019 19:01:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (noscript-10.2.4.xpi) = n1W+zeIzA0jINUusEs4pXcHlg49vxhYUpHbHeF9dQ/Q=
-SIZE (noscript-10.2.4.xpi) = 502546
+SHA256 (noscript-10.6.1.xpi) = sVBH0ARdEvKLLh5ES9uGgAJXtcpsyPTIAisgxVDNlyc=
+SIZE (noscript-10.6.1.xpi) = 519725
Index: www/tor-browser/tor-launcher/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/tor-launcher/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- www/tor-browser/tor-launcher/Makefile 1 May 2019 17:36:30 -0000 1.14
+++ www/tor-browser/tor-launcher/Makefile 8 May 2019 19:01:18 -0000
@@ -2,7 +2,7 @@
ADDON_NAME = tor-launcher
V = 0.2.16.6
-REVISION = 0
+REVISION = 1
COMMENT = Tor Browser add-on to manage tor instance
GUID = tor-launcher at torproject.org
PKGNAME = ${TB_NAME}
Index: www/tor-browser/torbutton/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/torbutton/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- www/tor-browser/torbutton/Makefile 1 May 2019 17:36:30 -0000 1.14
+++ www/tor-browser/torbutton/Makefile 8 May 2019 19:01:18 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.14 2019/05/01 17:36:30 landry Exp $
ADDON_NAME = torbutton
-V = 2.0.11
+V = 2.0.13
COMMENT = Tor Browser add-on for configuring Tor Browser settings
GUID = torbutton at torproject.org
PKGNAME = ${TB_NAME}
Index: www/tor-browser/torbutton/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/torbutton/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- www/tor-browser/torbutton/distinfo 1 May 2019 17:36:30 -0000 1.13
+++ www/tor-browser/torbutton/distinfo 8 May 2019 19:01:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (torbutton-2.0.11.tar.gz) = gDISXcp7ySxiIoMeztczI334baQxUFIXzqdwUymix0w=
-SIZE (torbutton-2.0.11.tar.gz) = 671438
+SHA256 (torbutton-2.0.13.tar.gz) = g5tTfy3LpE7MekZeCVZ8/4a6DDZs/nb4aIJzQMq8DR0=
+SIZE (torbutton-2.0.13.tar.gz) = 669174
Index: meta/tor-browser/Makefile
===================================================================
RCS file: /cvs/ports/meta/tor-browser/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- meta/tor-browser/Makefile 1 May 2019 17:36:30 -0000 1.16
+++ meta/tor-browser/Makefile 8 May 2019 19:01:18 -0000
@@ -4,12 +4,13 @@ COMMENT= Tor Browser meta package
MAINTAINER= Sean Levy <attila at stalphonsos.com>
-PKGNAME= tor-browser-8.0.8
+PKGNAME= tor-browser-8.0.9
-RUN_DEPENDS= www/tor-browser/browser>=8.0.8 \
- www/tor-browser/torbutton>=2.0.11 \
- www/tor-browser/tor-launcher>=0.2.16.6p0 \
- www/tor-browser/noscript>=10.2.4 \
- www/tor-browser/https-everywhere>=2019.1.31
+RUN_DEPENDS= www/tor-browser/browser>=8.0.9 \
+ www/tor-browser/torbutton>=2.0.13 \
+ www/tor-browser/tor-launcher>=0.2.16.6p1 \
+ www/tor-browser/noscript>=10.6.1 \
+ www/tor-browser/https-everywhere>=2019.1.31p0 \
+ net/tor>=0.3.5.8
.include <bsd.port.mk>
More information about the talk
mailing list