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:           Sat Feb  6 05:02:51 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo

Log Message:
firefox: Update to 85.0.1

Changelog:
Fixed
    Security fix
    Prevent access to NTFS special paths that could lead to filesystem corruption.
    Fixed a crash when authenticating to websites using SPNEGO on macOS devices with Apple Silicon CPUs (bug 1685427).
    Avoid printing an extra blank page at the end of some documents (bug 1689789).
    Fixed a browser crash in case of unexpected Cache API state (bug 1684838).
    Fixed external URL scheme handlers when using the Firefox flatpak (bug 1688966)

Security fix:
#MOZ-2021-0001: Buffer overflow in depth pitch calculations for compressed textures


To generate a diff of this commit:
cvs rdiff -u -r1.466 -r1.467 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.426 -r1.427 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.466 pkgsrc/www/firefox/Makefile:1.467
--- pkgsrc/www/firefox/Makefile:1.466   Tue Jan 26 15:02:55 2021
+++ pkgsrc/www/firefox/Makefile Sat Feb  6 05:02:51 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.466 2021/01/26 15:02:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.467 2021/02/06 05:02:51 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            85.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 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.426 pkgsrc/www/firefox/distinfo:1.427
--- pkgsrc/www/firefox/distinfo:1.426   Tue Jan 26 15:02:55 2021
+++ pkgsrc/www/firefox/distinfo Sat Feb  6 05:02:51 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.426 2021/01/26 15:02:55 ryoon Exp $
+$NetBSD: distinfo,v 1.427 2021/02/06 05:02:51 ryoon Exp $
 
-SHA1 (firefox-85.0.source.tar.xz) = e6825bbe53e9d117607e67b84785d7ef4efb138a
-RMD160 (firefox-85.0.source.tar.xz) = 2e9eb89725051aa5622671263f8a9ba35428222f
-SHA512 (firefox-85.0.source.tar.xz) = a88472e66baab32d98cb9d13d7dd3c41b47a697ce2a42209612d2342bd6c1c26cd80cdd8905a4cecc72895f155df09762735e8af24bc6156663b7a14e890be4e
-Size (firefox-85.0.source.tar.xz) = 378300292 bytes
+SHA1 (firefox-85.0.1.source.tar.xz) = 1a37ebb72ca2462bbf8f2167f65279d186211bc0
+RMD160 (firefox-85.0.1.source.tar.xz) = f4142da4610f177d8915f47098e840c78d0a8f10
+SHA512 (firefox-85.0.1.source.tar.xz) = ad2b72ec209ca14ec78ebcb4718553119f74895e951a5254f9a1e0fc9d7cad3087a7dd4f82368c2845e3018bb3677853241e9c1e575f03e9b7b565e65b860e22
+Size (firefox-85.0.1.source.tar.xz) = 368519204 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678



Home | Main Index | Thread Index | Old Index