Source-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 78.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5b8b8d822a8
branches:  trunk
changeset: 435682:f5b8b8d822a8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jul 12 01:37:50 2020 +0000

description:
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:

 www/firefox/Makefile          |   4 ++--
 www/firefox/distinfo          |  10 +++++-----
 www/firefox/mozilla-common.mk |   7 ++++++-
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 1b94597688c2 -r f5b8b8d822a8 www/firefox/Makefile
--- a/www/firefox/Makefile      Sat Jul 11 17:02:30 2020 +0000
+++ b/www/firefox/Makefile      Sun Jul 12 01:37:50 2020 +0000
@@ -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 -r 1b94597688c2 -r f5b8b8d822a8 www/firefox/distinfo
--- a/www/firefox/distinfo      Sat Jul 11 17:02:30 2020 +0000
+++ b/www/firefox/distinfo      Sun Jul 12 01:37:50 2020 +0000
@@ -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 -r 1b94597688c2 -r f5b8b8d822a8 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Jul 11 17:02:30 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Sun Jul 12 01:37:50 2020 +0000
@@ -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=".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