summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-07-12 01:37:50 +0000
committerryoon <ryoon@pkgsrc.org>2020-07-12 01:37:50 +0000
commitd7a9cd96cf36d4c24adf4ab1d50d9221fe0d8172 (patch)
tree9fecf0fe79f879137cc3d584fdb6670e7861afdc /www
parentcbb8ec4fee71df40051a570605098f43cd58ec96 (diff)
downloadpkgsrc-d7a9cd96cf36d4c24adf4ab1d50d9221fe0d8172.tar.gz
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
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox/distinfo10
-rw-r--r--www/firefox/mozilla-common.mk7
3 files changed, 13 insertions, 8 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 7423596e742..a76380928a7 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -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//}
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 072127a6246..d7edcc1fbee 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -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
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 113614d5738..1ad196d17e9 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -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"