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: Sun Jul 12 01:37:50 UTC 2020
Modified Files:
pkgsrc/www/firefox: Makefile distinfo mozilla-common.mk
Log Message:
firefox: Update to 78.0.2
* Fix build under NetBSD/i386 with PR pkg/55456.
Changelog:
Fixed
Security fix
Fixed an accessibility regression in reader mode (bug 1650922)
Made the address bar more resilient to data corruption in the user profile (bug 1649981)
Fixed a regression opening certain external applications (bug 1650162)
Security fix:
#MFSA-2020-0003: X-Frame-Options bypass using object or embed tags
To generate a diff of this commit:
cvs rdiff -u -r1.437 -r1.438 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.402 -r1.403 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.174 -r1.175 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.437 pkgsrc/www/firefox/Makefile:1.438
--- pkgsrc/www/firefox/Makefile:1.437 Thu Jul 2 10:54:26 2020
+++ pkgsrc/www/firefox/Makefile Sun Jul 12 01:37:50 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.437 2020/07/02 10:54:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.438 2020/07/12 01:37:50 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 78.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.402 pkgsrc/www/firefox/distinfo:1.403
--- pkgsrc/www/firefox/distinfo:1.402 Thu Jul 2 10:54:26 2020
+++ pkgsrc/www/firefox/distinfo Sun Jul 12 01:37:50 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.402 2020/07/02 10:54:26 ryoon Exp $
+$NetBSD: distinfo,v 1.403 2020/07/12 01:37:50 ryoon Exp $
-SHA1 (firefox-78.0.1.source.tar.xz) = 3de95657c9d26bacd9a36e62f756d090d09db63b
-RMD160 (firefox-78.0.1.source.tar.xz) = 7be15ac5e543552ef5e820c33eca14df635258d2
-SHA512 (firefox-78.0.1.source.tar.xz) = 99d3ba99ab08a62641bd88ba9296144d29ec39d6b4e0252cd822f52cd7f561a77eadf63881ae1a16e2ed7caa9f815e48708225f3a5de882fb482b7788ab6c262
-Size (firefox-78.0.1.source.tar.xz) = 334523644 bytes
+SHA1 (firefox-78.0.2.source.tar.xz) = 6dd99fc08df3f479fa3a8ff7a3ab527fbeeb4f61
+RMD160 (firefox-78.0.2.source.tar.xz) = 94efd51d47add86fe41ed50ba55ff901994e1a9e
+SHA512 (firefox-78.0.2.source.tar.xz) = 4aa753fb51459301379d186f3c93e15755530e5e1ea17795d620cc9da56eb5e76cce483ca57f4af339b6f17e47101dff772ca01fb1b469201a09283f14f567be
+Size (firefox-78.0.2.source.tar.xz) = 334406116 bytes
SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.174 pkgsrc/www/firefox/mozilla-common.mk:1.175
--- pkgsrc/www/firefox/mozilla-common.mk:1.174 Wed Jul 1 13:01:01 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Sun Jul 12 01:37:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.174 2020/07/01 13:01:01 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.175 2020/07/12 01:37:50 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -210,6 +210,11 @@ PLIST_SUBST+= DLL_SUFFIX=".dylib"
PLIST_SUBST+= DLL_SUFFIX=".so"
.endif
+# PR pkg/55456
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
+.include "../../devel/libatomic/buildlink3.mk"
+CONFIGURE_ENV.NetBSD+= ac_cv_needs_atomic=yes
+.endif
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index