diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-06-12 18:33:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-06-12 18:33:27 +0000 |
commit | 809927b28d5b2b0fc16e6113de7cdcf96efa186f (patch) | |
tree | 694e07b1be30e280e276059e4dd1d38ef9fd7fa2 /www/firefox | |
parent | e4ace1c0f94de72a2aad07e921b38be0e4e5cf12 (diff) | |
download | pkgsrc-809927b28d5b2b0fc16e6113de7cdcf96efa186f.tar.gz |
Update to 67.0.2
Changelog:
Fixed
Fix JavaScript error ("TypeError: data is null in PrivacyFilter.jsm")
in console which may significantly degrade sessionstore
reliability and performance (bug 1553413)
Proxy authentication dialog box repeatedly pops up asking to
authenticate after upgrading to Firefox 67 (bug 1548804)
Pearson MyCloud breaks if FIDO U2F is not Chrome's implementation
(bug 1551282)
Starting in safe mode on Linux or macOS causes Firefox to think
on the subsequent launch that the profile is too recent to be
used with this version of Firefox (bug 1556612)
Linux distribution users can't easily install/use additional/different
languages using the built-in preferences UI (bug 1554744)
Developer tools users can't copy the href/src content from
various HTML tags via the context menu in the Inspector markup
view (bug 1552275)
Custom home page is broken with clearing data on shutdown
settings applied (bug 1554167)
Performance-regression for eclipse RAP based applications (bug
1555962)
macOS 10.15 crash fix (bug 1556076)
Can't start two downloads in parallel via <a download> anymore
(bug 1542912)
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a2a95c1cd51..d589f663a2f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.383 2019/06/08 11:46:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.384 2019/06/12 18:33:27 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 67.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 0370efb7b53..1a991fe0719 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.356 2019/06/05 13:04:37 ryoon Exp $ +$NetBSD: distinfo,v 1.357 2019/06/12 18:33:27 ryoon Exp $ -SHA1 (firefox-67.0.1.source.tar.xz) = b64c371c7245fea3c39da1f481a252b53bf64dc7 -RMD160 (firefox-67.0.1.source.tar.xz) = f19e864f47b336b8540769c9a7b1308eabf43023 -SHA512 (firefox-67.0.1.source.tar.xz) = eeb3d64980db062a23cb86a319441194044e1e7a8500c0084c1e7fb811da4639fea075b0c20014a9cb9443bc8b5af0b0109d49b000298e18c38b40b46f51b858 -Size (firefox-67.0.1.source.tar.xz) = 287646672 bytes +SHA1 (firefox-67.0.2.source.tar.xz) = 3d59fe567f9f2d1c0767ef2ea595b738a7e53c89 +RMD160 (firefox-67.0.2.source.tar.xz) = b5182bb4493aaf54fb64f7da6710c3d0092d8c85 +SHA512 (firefox-67.0.2.source.tar.xz) = 14da0aa23571c83dfd4cf1b33027434425c99c4b8838d335cfbd93ef60ad936cd7e7f60ad84be688f434371c9b49142e1020df63ac3e65f78b6595f5a8c19590 +Size (firefox-67.0.2.source.tar.xz) = 283090748 bytes SHA1 (patch-aa) = c3e9fdbf6d66d527affc13f4045d28fe05707f7b SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 |