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 80.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5395a8837a5
branches:  trunk
changeset: 437864:a5395a8837a5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 02 10:00:23 2020 +0000

description:
firefox: Update to 80.0.1

* Change WebRTC dependency to new graphics/libv4l.

Changelog:
Fixed

    Fixed a performance regression when encountering new intermediate CA certificates (bug 1661543)

    Fixed crashes possibly related to GPU resets (bug 1627616)

    Fixed rendering on some sites using WebGL (bug 1659225)

    Fixed the zoom-in keyboard shortcut on Japanese language builds (bug 1661895)

    Fixed download issues related to extensions and cookies (bug 1655190)

diffstat:

 www/firefox/Makefile   |   5 ++---
 www/firefox/distinfo   |  10 +++++-----
 www/firefox/options.mk |   7 +------
 3 files changed, 8 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r 5587b7fd442e -r a5395a8837a5 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Sep 02 09:56:15 2020 +0000
+++ b/www/firefox/Makefile      Wed Sep 02 10:00:23 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.445 2020/08/29 22:24:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.446 2020/09/02 10:00:23 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            80.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r 5587b7fd442e -r a5395a8837a5 www/firefox/distinfo
--- a/www/firefox/distinfo      Wed Sep 02 09:56:15 2020 +0000
+++ b/www/firefox/distinfo      Wed Sep 02 10:00:23 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.409 2020/08/29 22:24:27 ryoon Exp $
+$NetBSD: distinfo,v 1.410 2020/09/02 10:00:23 ryoon Exp $
 
-SHA1 (firefox-80.0.source.tar.xz) = b8ddff1d04932f3c41c8507e6078a867db05a03d
-RMD160 (firefox-80.0.source.tar.xz) = bf1a86dce60fd9f77200e770ab73d6ab140bea5c
-SHA512 (firefox-80.0.source.tar.xz) = 6cfba55615d032e77f973ffdb1d4bb27c3c00d1ef642521284afa3e01a1bd29c6db963181e9ebefb0a44e49b96c3f93e57ce49541eae7e5a54d3360ffa81c1f3
-Size (firefox-80.0.source.tar.xz) = 335316448 bytes
+SHA1 (firefox-80.0.1.source.tar.xz) = 5c848661846b2f7902c893468022ef6e55ce769c
+RMD160 (firefox-80.0.1.source.tar.xz) = 0c868879257d85e5973bfe6da30dba310240f30f
+SHA512 (firefox-80.0.1.source.tar.xz) = 97a54e5f0ff0e34d0994b9ea67250fda1e9a51acb1129a5f6ce632ca5d15132ae4e5eb18c1a9a609a14f5012daf87c6e1a5049e096dd1c32cac9e2c981381d10
+Size (firefox-80.0.1.source.tar.xz) = 334690792 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
diff -r 5587b7fd442e -r a5395a8837a5 www/firefox/options.mk
--- a/www/firefox/options.mk    Wed Sep 02 09:56:15 2020 +0000
+++ b/www/firefox/options.mk    Wed Sep 02 10:00:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2020/08/29 22:24:27 ryoon Exp $
+# $NetBSD: options.mk,v 1.60 2020/09/02 10:00:23 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -81,12 +81,7 @@
 
 PLIST_VARS+=           webrtc
 .if !empty(PKG_OPTIONS:Mwebrtc)
-.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M9.99.[7-9]*)) || \
-    (${OPSYS} == "Linux")
-.include "../../graphics/libv4l1/buildlink3.mk"
-.else
 .include "../../graphics/libv4l/buildlink3.mk"
-.endif
 CONFIGURE_ARGS+=       --enable-webrtc
 PLIST.webrtc=          yes
 .else



Home | Main Index | Thread Index | Old Index