On 2018/10/05 09:03, attila wrote:
> Hi ports@,
>
> Hot on the heels of 8.0.1 is 8.0.2, which is just an upgrade to
> ESR60.2.1 due to security issues:
> https://blog.torproject.org/new-release-tor-browser-802
>
> Not sure if the version bumps in the extensions are strictly necessary
> since the paths under /usr/local/lib don't change now.
Correct, that's not needed any more, the reason for this was PLIST changes
in the extensions, but since the 8.0.1 update TB_VERSION is no longer used in
EXTDIR_ROOT, so this will be enough, testing now:
Index: meta/tor-browser/Makefile
===================================================================
RCS file: /cvs/ports/meta/tor-browser/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- meta/tor-browser/Makefile 28 Sep 2018 14:54:26 -0000 1.14
+++ meta/tor-browser/Makefile 5 Oct 2018 15:15:18 -0000
@@ -4,9 +4,9 @@ COMMENT= Tor Browser meta package
MAINTAINER= Sean Levy <attila@stalphonsos.com>
-PKGNAME= tor-browser-8.0.1
+PKGNAME= tor-browser-8.0.2
-RUN_DEPENDS= www/tor-browser/browser>=8.0.1 \
+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 \
Index: www/tor-browser/Makefile.inc
===================================================================
RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile.inc
--- www/tor-browser/Makefile.inc 28 Sep 2018 14:54:26 -0000 1.14
+++ www/tor-browser/Makefile.inc 5 Oct 2018 15:15:18 -0000
@@ -6,8 +6,7 @@ MASTER_SITES ?= https://bits.torbsd.org
PERMIT_PACKAGE_CDROM ?= Yes
CATEGORIES = www
BROWSER_NAME = tor-browser
-# XXX If updating, bump REVISION of any extensions which did not get updated.
-TB_VERSION = 8.0.1
+TB_VERSION = 8.0.2
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.28
diff -u -p -r1.28 Makefile
--- www/tor-browser/browser/Makefile 4 Oct 2018 19:56:38 -0000 1.28
+++ www/tor-browser/browser/Makefile 5 Oct 2018 15:15:18 -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
Index: www/tor-browser/browser/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- www/tor-browser/browser/distinfo 28 Sep 2018 14:54:26 -0000 1.13
+++ www/tor-browser/browser/distinfo 5 Oct 2018 15:15:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (mozilla/tor-browser-8.0.1.tar.gz) = 2hOMhEREUF/1QmUWW4KPzCQLQAR+H6H15KpwLjMWG2U=
-SIZE (mozilla/tor-browser-8.0.1.tar.gz) = 385419887
+SHA256 (mozilla/tor-browser-8.0.2.tar.gz) = 0jsZDX8VhqhTF4ZHPaCXgqnZWzDS1QHIY0LncLuuYks=
+SIZE (mozilla/tor-browser-8.0.2.tar.gz) = 385480115
No comments:
Post a Comment