Date: Tue, 20 Mar 2018 00:51:06 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r465047 - in branches/2018Q1/www/waterfox: . files Message-ID: <201803200051.w2K0p6a6041282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Mar 20 00:51:05 2018 New Revision: 465047 URL: https://svnweb.freebsd.org/changeset/ports/465047 Log: MFH: r465044 www/waterfox: update to 56.0.4.72 Changes: https://github.com/MrAlex94/Waterfox/compare/79492ecca478...a9c77bbb9f25 Approved by: ports-secteam blanket Deleted: branches/2018Q1/www/waterfox/files/patch-bug1366357 branches/2018Q1/www/waterfox/files/patch-bug1404297 branches/2018Q1/www/waterfox/files/patch-bug1414768 branches/2018Q1/www/waterfox/files/patch-bug1416523 branches/2018Q1/www/waterfox/files/patch-bug1419166 branches/2018Q1/www/waterfox/files/patch-bug1422643 branches/2018Q1/www/waterfox/files/patch-bug1423173 branches/2018Q1/www/waterfox/files/patch-bug1424261 branches/2018Q1/www/waterfox/files/patch-bug1425257 branches/2018Q1/www/waterfox/files/patch-bug1426002 branches/2018Q1/www/waterfox/files/patch-bug1428947 branches/2018Q1/www/waterfox/files/patch-bug1429093 branches/2018Q1/www/waterfox/files/patch-bug1431336 branches/2018Q1/www/waterfox/files/patch-bug1433005 branches/2018Q1/www/waterfox/files/patch-bug1435566 branches/2018Q1/www/waterfox/files/patch-bug1440775 branches/2018Q1/www/waterfox/files/patch-bug1441006 branches/2018Q1/www/waterfox/files/patch-bug1446062 Modified: branches/2018Q1/www/waterfox/Makefile branches/2018Q1/www/waterfox/distinfo branches/2018Q1/www/waterfox/files/patch-typos branches/2018Q1/www/waterfox/pkg-descr Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/www/waterfox/Makefile ============================================================================== --- branches/2018Q1/www/waterfox/Makefile Tue Mar 20 00:50:24 2018 (r465046) +++ branches/2018Q1/www/waterfox/Makefile Tue Mar 20 00:51:05 2018 (r465047) @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.0.4-36 -DISTVERSIONSUFFIX= -g79492ecca478 -PORTREVISION= 3 +DISTVERSION= 56.0.4-72 +DISTVERSIONSUFFIX= -ga9c77bbb9f25 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org COMMENT= Distilled fork of Firefox DEPRECATED= Temporary experiment -EXPIRATION_DATE=2018-03-20 +EXPIRATION_DATE=2018-05-16 BUILD_DEPENDS= nspr>=4.16:devel/nspr \ nss>=3.32.1:security/nss \ Modified: branches/2018Q1/www/waterfox/distinfo ============================================================================== --- branches/2018Q1/www/waterfox/distinfo Tue Mar 20 00:50:24 2018 (r465046) +++ branches/2018Q1/www/waterfox/distinfo Tue Mar 20 00:51:05 2018 (r465047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520292096 -SHA256 (MrAlex94-Waterfox-56.0.4-36-g79492ecca478_GH0.tar.gz) = c2cf8dc823e9c66976fd4abaa6a308b605706f3b0b740474a65802fe587ea90e -SIZE (MrAlex94-Waterfox-56.0.4-36-g79492ecca478_GH0.tar.gz) = 394042441 +TIMESTAMP = 1521489939 +SHA256 (MrAlex94-Waterfox-56.0.4-72-ga9c77bbb9f25_GH0.tar.gz) = 5f492fa42d46cb90c06ac7129a28afff7b979170f13461747deffd77faa03bb4 +SIZE (MrAlex94-Waterfox-56.0.4-72-ga9c77bbb9f25_GH0.tar.gz) = 394039973 Modified: branches/2018Q1/www/waterfox/files/patch-typos ============================================================================== --- branches/2018Q1/www/waterfox/files/patch-typos Tue Mar 20 00:50:24 2018 (r465046) +++ branches/2018Q1/www/waterfox/files/patch-typos Tue Mar 20 00:51:05 2018 (r465047) @@ -1,5 +1,15 @@ Mismerges found by comparing changes with Firefox 56 +--- browser/components/customizableui/CustomizeMode.jsm ++++ browser/components/customizableui/CustomizeMode.jsm +@@ -735,7 +735,6 @@ CustomizeMode.prototype = { + // Put the tip contents in the popup. + let bundle = this.document.getElementById("bundle_browser"); + const kLabelClass = "customization-tipPanel-link"; +- // eslint-disable-next-line no-unsanitized/property + messageNode.unsafeSetInnerHTML(bundle.getFormattedString("customizeTips.tip0", [ + "<label class=\"customization-tipPanel-em\" value=\"" + + bundle.getString("customizeTips.tip0.hint") + "\"/>", --- dom/base/nsNodeUtils.cpp.orig +++ dom/base/nsNodeUtils.cpp @@ -589,6 +589,7 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, bool aClone, bool aDeep, @@ -10,6 +20,26 @@ Mismerges found by comparing changes with Firefox 56 if (elem) { elem->NodeInfoChanged(newDoc); } +--- dom/xslt/nsIDocumentTransformer.h ++++ dom/xslt/nsIDocumentTransformer.h +@@ -7,6 +7,7 @@ + + #include "nsISupports.h" + ++class nsIContent; + class nsIDocument; + class nsIDOMNode; + class nsIURI; +--- gfx/2d/DrawTargetD2D1.cpp ++++ gfx/2d/DrawTargetD2D1.cpp +@@ -1251,6 +1251,7 @@ DrawTargetD2D1::CleanupD2D() + } + } + ++void + DrawTargetD2D1::FlushInternal(bool aHasDependencyMutex /* = false */) + { + if (IsDeviceContextValid()) { --- security/nss/lib/softoken/softkver.h.orig +++ security/nss/lib/softoken/softkver.h @@ -26,6 +26,6 @@ Modified: branches/2018Q1/www/waterfox/pkg-descr ============================================================================== --- branches/2018Q1/www/waterfox/pkg-descr Tue Mar 20 00:50:24 2018 (r465046) +++ branches/2018Q1/www/waterfox/pkg-descr Tue Mar 20 00:51:05 2018 (r465047) @@ -20,6 +20,5 @@ Features: o Removal of Sponsored Tiles on New Tab Page o Addition of Duplicate Tab option (toggle with browser.tabs.duplicateTab) o Locale selector in about:preferences > General - o Cookie Prompt WWW: https://www.waterfoxproject.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803200051.w2K0p6a6041282>