pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun 12 18:33:27 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.356 -r1.357 pkgsrc/www/firefox/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.383 pkgsrc/www/firefox/Makefile:1.384
--- pkgsrc/www/firefox/Makefile:1.383   Sat Jun  8 11:46:02 2019
+++ pkgsrc/www/firefox/Makefile Wed Jun 12 18:33:27 2019
@@ -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//}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.356 pkgsrc/www/firefox/distinfo:1.357
--- pkgsrc/www/firefox/distinfo:1.356   Wed Jun  5 13:04:37 2019
+++ pkgsrc/www/firefox/distinfo Wed Jun 12 18:33:27 2019
@@ -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



Home | Main Index | Thread Index | Old Index