Hi ports@,

Attached is an update to for Tor Browser to version 8.0.8:
    <https://blog.torproject.org/new-release-tor-browser-808>

Pax, -A

Index: www/tor-browser/Makefile.inc
===================================================================
RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile.inc
--- www/tor-browser/Makefile.inc        5 Oct 2018 22:02:12 -0000       1.15
+++ www/tor-browser/Makefile.inc        1 May 2019 14:14:19 -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.2
+TB_VERSION =           8.0.8
 TB_PREFIX =            tb
 
 SUBST_VARS +=          BROWSER_NAME TB_VERSION
Index: www/tor-browser/browser/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- www/tor-browser/browser/Makefile    11 Mar 2019 19:04:38 -0000      1.31
+++ www/tor-browser/browser/Makefile    1 May 2019 14:14:19 -0000
@@ -9,7 +9,6 @@ ONLY_FOR_ARCHS =        amd64 i386
 MOZILLA_VERSION =      ${TB_VERSION}
 MOZILLA_PROJECT =      ${BROWSER_NAME}
 MOZILLA_CODENAME =     browser
-REVISION =     0
 
 EXTRACT_SUFX =         .tar.gz
 PATCHORIG =            .pat.orig
@@ -17,7 +16,7 @@ PATCHORIG =           .pat.orig
 PKGNAME =              ${TB_PREFIX}-browser-${TB_VERSION}
 DISTNAME =             ${BROWSER_NAME}-${TB_VERSION}
 
-SO_VERSION =           3.0
+SO_VERSION =           4.0
 MOZILLA_LIBS =         xul clearkey lgpllibs mozavcodec mozavutil mozgtk
 MOZILLA_LIBS +=                freebl3 nss3 nssckbi nssdbm3
 MOZILLA_LIBS +=                nssutil3 smime3 softokn3 ssl3
Index: www/tor-browser/browser/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- www/tor-browser/browser/distinfo    5 Oct 2018 22:02:12 -0000       1.14
+++ www/tor-browser/browser/distinfo    1 May 2019 14:14:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (mozilla/tor-browser-8.0.2.tar.gz) = 
0jsZDX8VhqhTF4ZHPaCXgqnZWzDS1QHIY0LncLuuYks=
-SIZE (mozilla/tor-browser-8.0.2.tar.gz) = 385480115
+SHA256 (mozilla/tor-browser-8.0.8.tar.gz) = 
cLUrSyd9M80aNGbtm+CnQzKL6FaQsSghQw8TnQbDv90=
+SIZE (mozilla/tor-browser-8.0.8.tar.gz) = 387583620
Index: www/tor-browser/browser/patches/patch-build_moz_configure_init_configure
===================================================================
RCS file: 
www/tor-browser/browser/patches/patch-build_moz_configure_init_configure
diff -N www/tor-browser/browser/patches/patch-build_moz_configure_init_configure
--- www/tor-browser/browser/patches/patch-build_moz_configure_init_configure    
3 Oct 2018 14:55:36 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,24 +0,0 @@
-$OpenBSD: patch-build_moz_configure_init_configure,v 1.2 2018/10/03 14:55:36 
sthen Exp $
-
-Fix build with rust 1.29.
-https://hg.mozilla.org/mozilla-central/rev/36f4ba2fb6f5
-https://hg.mozilla.org/releases/mozilla-esr60/rev/381ae910e9b2712699fdc6a9bb9702c04bccb8f5
-
-Index: build/moz.configure/init.configure
---- build/moz.configure/init.configure.orig
-+++ build/moz.configure/init.configure
-@@ -577,7 +577,13 @@ def split_triplet(triplet, allow_unknown=False):
-     # There is also a quartet form:
-     #   CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-     # But we can consider the "KERNEL-OPERATING_SYSTEM" as one.
--    cpu, manufacturer, os = triplet.split('-', 2)
-+    parts = triplet.split('-', 2)
-+    if len(parts) == 3:
-+        cpu, _, os = parts
-+    elif len(parts) == 2:
-+        cpu, os = parts
-+    else:
-+        die("Unexpected triplet string: %s" % triplet)
- 
-     # Autoconf uses config.sub to validate and canonicalize those triplets,
-     # but the granularity of its results has never been satisfying to our
Index: www/tor-browser/https-everywhere/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/https-everywhere/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- www/tor-browser/https-everywhere/Makefile   28 Sep 2018 14:54:26 -0000      
1.13
+++ www/tor-browser/https-everywhere/Makefile   1 May 2019 14:14:19 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.13 2018/09/28 14:54:26 sthen Exp $
 
 ADDON_NAME =           https-everywhere
-V =                    2018.8.22
+V =                    2019.1.31
 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/https-everywhere/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/https-everywhere/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- www/tor-browser/https-everywhere/distinfo   28 Sep 2018 14:54:26 -0000      
1.13
+++ www/tor-browser/https-everywhere/distinfo   1 May 2019 14:14:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (https-everywhere-2018.8.22-eff.xpi) = 
s3uN3IceU56XB1t66VVcB2ADpRs4l3a8Kkcp4/E2kM4=
-SIZE (https-everywhere-2018.8.22-eff.xpi) = 1714626
+SHA256 (https-everywhere-2019.1.31-eff.xpi) = 
UCLTSyny0DAvHSWJPwK8yiGxykJHlM/GROJvfGXERiA=
+SIZE (https-everywhere-2019.1.31-eff.xpi) = 1765652
Index: www/tor-browser/noscript/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/noscript/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- www/tor-browser/noscript/Makefile   28 Sep 2018 14:54:26 -0000      1.14
+++ www/tor-browser/noscript/Makefile   1 May 2019 14:14:19 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.14 2018/09/28 14:54:26 sthen Exp $
 
 ADDON_NAME =           noscript
-V =                    10.1.9.6
+V =                    10.2.4
 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.11
diff -u -p -r1.11 distinfo
--- www/tor-browser/noscript/distinfo   28 Sep 2018 14:54:26 -0000      1.11
+++ www/tor-browser/noscript/distinfo   1 May 2019 14:14:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (noscript-10.1.9.6.xpi) = M2ribQpwaI5sKzwUJnyegPUvbzbDHyO4JC4O2uNmbUI=
-SIZE (noscript-10.1.9.6.xpi) = 457297
+SHA256 (noscript-10.2.4.xpi) = n1W+zeIzA0jINUusEs4pXcHlg49vxhYUpHbHeF9dQ/Q=
+SIZE (noscript-10.2.4.xpi) = 502546
Index: www/tor-browser/tor-launcher/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/tor-launcher/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- www/tor-browser/tor-launcher/Makefile       28 Sep 2018 14:54:26 -0000      
1.13
+++ www/tor-browser/tor-launcher/Makefile       1 May 2019 14:14:19 -0000
@@ -2,6 +2,7 @@
 
 ADDON_NAME =           tor-launcher
 V =                    0.2.16.6
+REVISION =             0
 COMMENT =              Tor Browser add-on to manage tor instance
 GUID =                 [email protected]
 PKGNAME =              ${TB_NAME}
Index: www/tor-browser/torbutton/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/torbutton/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- www/tor-browser/torbutton/Makefile  28 Sep 2018 14:54:26 -0000      1.13
+++ www/tor-browser/torbutton/Makefile  1 May 2019 14:14:19 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.13 2018/09/28 14:54:26 sthen Exp $
 
 ADDON_NAME =           torbutton
-V =                    2.0.7
+V =                    2.0.11
 COMMENT =              Tor Browser add-on for configuring Tor Browser settings
 GUID =                 [email protected]
 PKGNAME =              ${TB_NAME}
Index: www/tor-browser/torbutton/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/torbutton/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- www/tor-browser/torbutton/distinfo  28 Sep 2018 14:54:26 -0000      1.12
+++ www/tor-browser/torbutton/distinfo  1 May 2019 14:14:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (torbutton-2.0.7.tar.gz) = 40cmYCfVPmE4ZKPFCgmqS3hoP5EyrrPT7AbUYFlb40w=
-SIZE (torbutton-2.0.7.tar.gz) = 645298
+SHA256 (torbutton-2.0.11.tar.gz) = gDISXcp7ySxiIoMeztczI334baQxUFIXzqdwUymix0w=
+SIZE (torbutton-2.0.11.tar.gz) = 671438
Index: meta/tor-browser/Makefile
===================================================================
RCS file: /cvs/ports/meta/tor-browser/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- meta/tor-browser/Makefile   5 Oct 2018 22:02:12 -0000       1.15
+++ meta/tor-browser/Makefile   1 May 2019 14:14:19 -0000
@@ -4,12 +4,12 @@ COMMENT=      Tor Browser meta package
 
 MAINTAINER=    Sean Levy <[email protected]>
 
-PKGNAME=       tor-browser-8.0.2
+PKGNAME=       tor-browser-8.0.8
 
-RUN_DEPENDS=   www/tor-browser/browser>=8.0.2 \
-               www/tor-browser/torbutton>=2.0.7 \
-               www/tor-browser/tor-launcher>=0.2.16.6 \
-               www/tor-browser/noscript>=10.1.9.6 \
-               www/tor-browser/https-everywhere>=2018.8.22
+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
 
 .include <bsd.port.mk>

Reply via email to