pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update to 74.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f79e8c4b4c2
branches: trunk
changeset: 426632:0f79e8c4b4c2
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Apr 04 02:37:30 2020 +0000
description:
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
diffstat:
www/firefox/Makefile | 4 ++--
www/firefox/distinfo | 10 +++++-----
www/firefox/mozilla-common.mk | 3 ++-
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 306b8cb8d265 -r 0f79e8c4b4c2 www/firefox/Makefile
--- a/www/firefox/Makefile Fri Apr 03 23:06:47 2020 +0000
+++ b/www/firefox/Makefile Sat Apr 04 02:37:30 2020 +0000
@@ -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//}
diff -r 306b8cb8d265 -r 0f79e8c4b4c2 www/firefox/distinfo
--- a/www/firefox/distinfo Fri Apr 03 23:06:47 2020 +0000
+++ b/www/firefox/distinfo Sat Apr 04 02:37:30 2020 +0000
@@ -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
diff -r 306b8cb8d265 -r 0f79e8c4b4c2 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Fri Apr 03 23:06:47 2020 +0000
+++ b/www/firefox/mozilla-common.mk Sat Apr 04 02:37:30 2020 +0000
@@ -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 @@
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