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:           Wed Sep  2 10:00:23 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo options.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.409 -r1.410 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/firefox/options.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.445 pkgsrc/www/firefox/Makefile:1.446
--- pkgsrc/www/firefox/Makefile:1.445   Sat Aug 29 22:24:27 2020
+++ pkgsrc/www/firefox/Makefile Wed Sep  2 10:00:23 2020
@@ -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

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.409 pkgsrc/www/firefox/distinfo:1.410
--- pkgsrc/www/firefox/distinfo:1.409   Sat Aug 29 22:24:27 2020
+++ pkgsrc/www/firefox/distinfo Wed Sep  2 10:00:23 2020
@@ -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

Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.59 pkgsrc/www/firefox/options.mk:1.60
--- pkgsrc/www/firefox/options.mk:1.59  Sat Aug 29 22:24:27 2020
+++ pkgsrc/www/firefox/options.mk       Wed Sep  2 10:00:23 2020
@@ -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 @@ NO_BIN_ON_FTP=               ${RESTRICTED}
 
 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