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:           Fri Jan  1 12:52:16 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo

Log Message:
firefox: Update to 84.0.1

Changelog:
Fixed

  * Fixed problems loading secure websites and crashes for users with certain
    third-party PKCS11 modules and smartcards installed (bug 1682881).

  * Fixed slower than expected performance and flickering on Canvas elements
    for some Windows users (bug 1683116).

  * Fixed a bug causing some Unity JS games to not load on Apple Silicon
    devices due to improper detection of the OS version (bug 1680516).

  * Fixed crashes caused by various third-party antivirus software.


To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.167 -r1.168 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.423 -r1.424 pkgsrc/www/firefox/distinfo

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.462 pkgsrc/www/firefox/Makefile:1.463
--- pkgsrc/www/firefox/Makefile:1.462   Fri Jan  1 09:52:42 2021
+++ pkgsrc/www/firefox/Makefile Fri Jan  1 12:52:16 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.462 2021/01/01 09:52:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.463 2021/01/01 12:52:16 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            84.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/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.167 pkgsrc/www/firefox/PLIST:1.168
--- pkgsrc/www/firefox/PLIST:1.167      Thu Dec 17 09:53:15 2020
+++ pkgsrc/www/firefox/PLIST    Fri Jan  1 12:52:16 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.167 2020/12/17 09:53:15 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.168 2021/01/01 12:52:16 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -3940,6 +3940,7 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1605611-maps.google.com-directions-time.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1610358-pcloud.com-appVersion-change.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1682238-gamearter.com-ua-change.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/about_compat_broker.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/custom_functions.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/injections.js

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.423 pkgsrc/www/firefox/distinfo:1.424
--- pkgsrc/www/firefox/distinfo:1.423   Thu Dec 17 09:53:15 2020
+++ pkgsrc/www/firefox/distinfo Fri Jan  1 12:52:16 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.423 2020/12/17 09:53:15 ryoon Exp $
+$NetBSD: distinfo,v 1.424 2021/01/01 12:52:16 ryoon Exp $
 
-SHA1 (firefox-84.0.source.tar.xz) = 911d748a7d4d809eebed6688bbbf978b41369606
-RMD160 (firefox-84.0.source.tar.xz) = 7b2b965d7c36d0e2287e979be0d73f6f5152d384
-SHA512 (firefox-84.0.source.tar.xz) = 6ad94617ee7b30c23c94dc5a0e0a5aded0022a91b7cbe393284659227e3a5e2390ce4438a459e9789291fa6ace787429388ce715ae1f758446b3c2e682c1d2ce
-Size (firefox-84.0.source.tar.xz) = 366395172 bytes
+SHA1 (firefox-84.0.1.source.tar.xz) = 7cdea9c1fe611547b281a8f1cdabb985c64144e1
+RMD160 (firefox-84.0.1.source.tar.xz) = 7cb4ec4f9ae1d45eddfb13ed88a7105945748946
+SHA512 (firefox-84.0.1.source.tar.xz) = e5fc2f4aa8cff2f34dcfae83c040ab0ffc23194840d1b00944c5293849f82be48c638112dec55f158002f2c6b6cc626a11a06ab55b0c327b29fba3bc078e4435
+Size (firefox-84.0.1.source.tar.xz) = 369981420 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678



Home | Main Index | Thread Index | Old Index