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 Apr  4 02:37:30 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo mozilla-common.mk

Log Message:
firefox: Update to 74.0.1

Changelog:
Security fixes:
#CVE-2020-6819: Use-after-free while running the nsDocShell destructor
#CVE-2020-6820: Use-after-free when handling a ReadableStream


To generate a diff of this commit:
cvs rdiff -u -r1.416 -r1.417 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.386 -r1.387 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.158 -r1.159 pkgsrc/www/firefox/mozilla-common.mk

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.416 pkgsrc/www/firefox/Makefile:1.417
--- pkgsrc/www/firefox/Makefile:1.416   Sun Mar 29 01:01:19 2020
+++ pkgsrc/www/firefox/Makefile Sat Apr  4 02:37:30 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.416 2020/03/29 01:01:19 joerg Exp $
+# $NetBSD: Makefile,v 1.417 2020/04/04 02:37:30 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            74.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.386 pkgsrc/www/firefox/distinfo:1.387
--- pkgsrc/www/firefox/distinfo:1.386   Tue Mar 31 17:53:07 2020
+++ pkgsrc/www/firefox/distinfo Sat Apr  4 02:37:30 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.386 2020/03/31 17:53:07 joerg Exp $
+$NetBSD: distinfo,v 1.387 2020/04/04 02:37:30 ryoon Exp $
 
-SHA1 (firefox-74.0.source.tar.xz) = 5b67ce99bc802d7f41694cad21fbea0d8870aa24
-RMD160 (firefox-74.0.source.tar.xz) = 61a8bec16bf0bf523e6761b607616e418d0554c5
-SHA512 (firefox-74.0.source.tar.xz) = 710ae0803e7261ecda359b64edfd4142433619570817cc02d1e0381897a69cfa5863f01759d0658ffc16a72c568f01cf5ae3ec91777fa71db43cfa73340a5b88
-Size (firefox-74.0.source.tar.xz) = 320001124 bytes
+SHA1 (firefox-74.0.1.source.tar.xz) = 539e0b41fc363a155c90adbb4e37993a459e53bc
+RMD160 (firefox-74.0.1.source.tar.xz) = 447b287962c5054b6c81065e2f0c86606c00211f
+SHA512 (firefox-74.0.1.source.tar.xz) = c437c40740bd035ff374b3fa15abaff49dde3f613906f5e018f42dd3e219d32112e8b2e85efd9c0f7a872475640908adb1cf7cdd677b03a39ff435a57c48e6d5
+Size (firefox-74.0.1.source.tar.xz) = 321313088 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.158 pkgsrc/www/firefox/mozilla-common.mk:1.159
--- pkgsrc/www/firefox/mozilla-common.mk:1.158  Mon Mar 30 19:46:02 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Apr  4 02:37:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.158 2020/03/30 19:46:02 joerg Exp $
+# $NetBSD: mozilla-common.mk,v 1.159 2020/04/04 02:37:30 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -20,6 +20,7 @@ ALL_ENV+=                     PYTHON3=${LOCALBASE}/bin/pyt
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
+# Some modules written in Rust dislike gnu++17 as of 74.0.
 USE_LANGUAGES+=                c99 gnu++14
 UNLIMIT_RESOURCES+=    datasize virtualsize
 



Home | Main Index | Thread Index | Old Index