From owner-svn-ports-branches@freebsd.org Fri May 17 12:06:37 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 368AB1593A00; Fri, 17 May 2019 12:06:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D01B970C61; Fri, 17 May 2019 12:06:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8A89804B; Fri, 17 May 2019 12:06:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4HC6aep098719; Fri, 17 May 2019 12:06:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HC6ZbF098715; Fri, 17 May 2019 12:06:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905171206.x4HC6ZbF098715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 May 2019 12:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501858 - in branches/2019Q2: Mk www/firefox www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2: Mk www/firefox www/firefox/files X-SVN-Commit-Revision: 501858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D01B970C61 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2019 12:06:37 -0000 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@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