svn commit: r501858 - in branches/2019Q2: Mk www/firefox www/firefox/files
Jan Beich
jbeich at FreeBSD.org
Fri May 17 12:06:37 UTC 2019
Author: jbeich
Date: Fri May 17 12:06:35 2019
New Revision: 501858
URL: https://svnweb.freebsd.org/changeset/ports/501858
Log:
MFH: r501604 r501832
www/firefox: update to 67.0
Changes: https://www.mozilla.org/firefox/67.0/releasenotes/
PR: 236651
Security: 44b6dfbf-4ef7-4d52-ad52-2b1b05d81272
Approved by: ports-secteam (miwi)
Differential Revision: https://reviews.freebsd.org/D19654
Added:
branches/2019Q2/www/firefox/files/patch-bug1536126
- copied unchanged from r501604, head/www/firefox/files/patch-bug1536126
Deleted:
branches/2019Q2/www/firefox/files/patch-bug1513605
branches/2019Q2/www/firefox/files/patch-bug1514156
branches/2019Q2/www/firefox/files/patch-bug1527556
branches/2019Q2/www/firefox/files/patch-bug1527804
branches/2019Q2/www/firefox/files/patch-bug1530659
branches/2019Q2/www/firefox/files/patch-bug1532024
Modified:
branches/2019Q2/Mk/bsd.gecko.mk
branches/2019Q2/www/firefox/Makefile
branches/2019Q2/www/firefox/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/Mk/bsd.gecko.mk
==============================================================================
--- branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:04:35 2019 (r501857)
+++ branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:06:35 2019 (r501858)
@@ -360,7 +360,7 @@ MOZ_OPTIONS+= --enable-debug --disable-release
STRIP= # ports/184285
.else
MOZ_OPTIONS+= --disable-debug --disable-debug-symbols --enable-release
-. if ${MOZILLA_VER:R:R} >= 67 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2})
+. if ${MOZILLA_VER:R:R} >= 68 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2})
MOZ_OPTIONS+= --enable-rust-simd
. endif
.endif
Modified: branches/2019Q2/www/firefox/Makefile
==============================================================================
--- branches/2019Q2/www/firefox/Makefile Fri May 17 12:04:35 2019 (r501857)
+++ branches/2019Q2/www/firefox/Makefile Fri May 17 12:06:35 2019 (r501858)
@@ -2,18 +2,19 @@
# $FreeBSD$
PORTNAME= firefox
-DISTVERSION= 66.0.5
+DISTVERSION= 67.0
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
-BUILD_DEPENDS= nspr>=4.19:devel/nspr \
- nss>=3.42:security/nss \
+BUILD_DEPENDS= nspr>=4.21:devel/nspr \
+ nss>=3.43:security/nss \
icu>=59.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=2.3.1:print/harfbuzz \
@@ -21,11 +22,11 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \
png>=1.6.35:graphics/png \
libvorbis>=1.3.6,3:audio/libvorbis \
libvpx>=1.5.0:multimedia/libvpx \
- sqlite3>=3.26:databases/sqlite3 \
+ sqlite3>=3.27.2:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf-2.13:devel/autoconf213 \
- yasm:devel/yasm \
+ nasm:devel/nasm \
zip:archivers/zip
USE_GECKO= gecko
Modified: branches/2019Q2/www/firefox/distinfo
==============================================================================
--- branches/2019Q2/www/firefox/distinfo Fri May 17 12:04:35 2019 (r501857)
+++ branches/2019Q2/www/firefox/distinfo Fri May 17 12:06:35 2019 (r501858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557261981
-SHA256 (firefox-66.0.5.source.tar.xz) = a2aeb4e036d1365a2d2550e24ba8b4dde061281300f2b11a204cc1e9eb1792b5
-SIZE (firefox-66.0.5.source.tar.xz) = 282561836
+TIMESTAMP = 1558053331
+SHA256 (firefox-67.0.source.tar.xz) = 2cb937db00e35162393aa5b65d1f2280be1e62d5ee33d3e9997cccba542d791b
+SIZE (firefox-67.0.source.tar.xz) = 282874008
Copied: branches/2019Q2/www/firefox/files/patch-bug1536126 (from r501604, head/www/firefox/files/patch-bug1536126)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2019Q2/www/firefox/files/patch-bug1536126 Fri May 17 12:06:35 2019 (r501858, copy of r501604, head/www/firefox/files/patch-bug1536126)
@@ -0,0 +1,15 @@
+Disable RDD on Tier3 platforms due to lack of sandboxing and perf degradation.
+
+diff --git modules/libpref/init/StaticPrefList.h modules/libpref/init/StaticPrefList.h
+index 7df0b518b267..3b309be1bfce 100644
+--- modules/libpref/init/StaticPrefList.h
++++ modules/libpref/init/StaticPrefList.h
+@@ -1595,7 +1595,7 @@ VARCACHE_PREF(
+ # define PREF_VALUE true
+ #elif defined(XP_MACOSX)
+ # define PREF_VALUE true
+-#elif defined(XP_UNIX)
++#elif defined(XP_LINUX) && !defined(ANDROID)
+ # define PREF_VALUE true
+ #else
+ # define PREF_VALUE false
More information about the svn-ports-all
mailing list