pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox78
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 27 05:24:11 UTC 2021
Modified Files:
pkgsrc/www/firefox78: Makefile PLIST distinfo mozilla-common.mk
Log Message:
firefox78: Update to 78.7.0
changes:
https://www.mozilla.org/en-US/security/advisories/mfsa2021-04/
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox78/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox78/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/firefox78/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/firefox78/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/firefox78/Makefile
diff -u pkgsrc/www/firefox78/Makefile:1.17 pkgsrc/www/firefox78/Makefile:1.18
--- pkgsrc/www/firefox78/Makefile:1.17 Fri Jan 8 19:13:53 2021
+++ pkgsrc/www/firefox78/Makefile Wed Jan 27 05:24:11 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2021/01/08 19:13:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2021/01/27 05:24:11 nia Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 78.6
-MOZ_BRANCH_MINOR= .1esr
+MOZ_BRANCH= 78.7
+MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/}
Index: pkgsrc/www/firefox78/PLIST
diff -u pkgsrc/www/firefox78/PLIST:1.1 pkgsrc/www/firefox78/PLIST:1.2
--- pkgsrc/www/firefox78/PLIST:1.1 Thu Jul 30 08:09:28 2020
+++ pkgsrc/www/firefox78/PLIST Wed Jan 27 05:24:11 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/07/30 08:09:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/27 05:24:11 nia Exp $
bin/firefox78
lib/firefox78/actors/AboutHttpsOnlyErrorChild.jsm
lib/firefox78/actors/AboutHttpsOnlyErrorParent.jsm
@@ -691,7 +691,7 @@ lib/firefox78/browser/chrome/browser/res
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/allegro-pl.ico
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/amazon.ico
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/avito-ru.ico
-lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/baidu-com.ico
+lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/baidu-com.png
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bbc-uk.ico
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bing-com.ico
lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ctrip-com.ico
Index: pkgsrc/www/firefox78/distinfo
diff -u pkgsrc/www/firefox78/distinfo:1.9 pkgsrc/www/firefox78/distinfo:1.10
--- pkgsrc/www/firefox78/distinfo:1.9 Fri Jan 8 19:13:53 2021
+++ pkgsrc/www/firefox78/distinfo Wed Jan 27 05:24:11 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2021/01/08 19:13:53 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2021/01/27 05:24:11 nia Exp $
-SHA1 (firefox-78.6.1esr.source.tar.xz) = 33d6e03d9d84cbeab92e38b4dfed5005eb4b36df
-RMD160 (firefox-78.6.1esr.source.tar.xz) = 1c82aa61f0c7b3c9f362187018639f88be0e34e4
-SHA512 (firefox-78.6.1esr.source.tar.xz) = ae6d99fab6e8d9343ad8b0e9e522f20b5c63064598356cd4b31fc02b3b20d62b30590dec42d956e77352559a642157924c2b1c3e887b496962ba305260ed84e7
-Size (firefox-78.6.1esr.source.tar.xz) = 333378012 bytes
+SHA1 (firefox-78.7.0esr.source.tar.xz) = d2c776e31de71a091c6f3c15772ea51d9623e437
+RMD160 (firefox-78.7.0esr.source.tar.xz) = 61594e7351e0998428f26368bfa35ba55ab6f278
+SHA512 (firefox-78.7.0esr.source.tar.xz) = afa37d2f6bbe04715d84a8964f75139042364501c358da98771115d7fe7d23788e95b6ff29d77c064a9cfcd208c1424924017ef2a72cbb79dbb45d6f365f030c
+Size (firefox-78.7.0esr.source.tar.xz) = 332849732 bytes
SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
Index: pkgsrc/www/firefox78/mozilla-common.mk
diff -u pkgsrc/www/firefox78/mozilla-common.mk:1.8 pkgsrc/www/firefox78/mozilla-common.mk:1.9
--- pkgsrc/www/firefox78/mozilla-common.mk:1.8 Tue Jan 19 22:40:26 2021
+++ pkgsrc/www/firefox78/mozilla-common.mk Wed Jan 27 05:24:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.8 2021/01/19 22:40:26 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.9 2021/01/27 05:24:11 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -56,6 +56,7 @@ USE_TOOLS+= bsdtar
CXXFLAGS+= -mstackrealign
.endif
+CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}third_party/python/glean_parser/Makefile
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}js/src/tests/update-test262.sh
Home |
Main Index |
Thread Index |
Old Index