pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox78



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jan  8 19:13:53 UTC 2021

Modified Files:
        pkgsrc/www/firefox78: Makefile distinfo
Removed Files:
        pkgsrc/www/firefox78/patches: patch-dom_webgpu_ipc_WebGPUParent.cpp

Log Message:
firefox78: Update to 78.6.1

Changelog:
* Fix: Fixed a crash during video playback on Apple Silicon devices (bug 1683579)
* Secrity fix:
#CVE-2020-16044: Use-after-free write when handling a malicious COOKIE-ECHO SCTP chunk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/firefox78/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/firefox78/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/firefox78/patches/patch-dom_webgpu_ipc_WebGPUParent.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox78/Makefile
diff -u pkgsrc/www/firefox78/Makefile:1.16 pkgsrc/www/firefox78/Makefile:1.17
--- pkgsrc/www/firefox78/Makefile:1.16  Fri Jan  1 09:52:42 2021
+++ pkgsrc/www/firefox78/Makefile       Fri Jan  8 19:13:53 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2021/01/01 09:52:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/08 19:13:53 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            78.6
-MOZ_BRANCH_MINOR=      .0esr
+MOZ_BRANCH_MINOR=      .1esr
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox78/distinfo
diff -u pkgsrc/www/firefox78/distinfo:1.8 pkgsrc/www/firefox78/distinfo:1.9
--- pkgsrc/www/firefox78/distinfo:1.8   Fri Jan  1 12:54:13 2021
+++ pkgsrc/www/firefox78/distinfo       Fri Jan  8 19:13:53 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2021/01/01 12:54:13 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2021/01/08 19:13:53 ryoon Exp $
 
-SHA1 (firefox-78.6.0esr.source.tar.xz) = 4dc4e41ae749e1d189ac8f45d0b804a18b8d38c3
-RMD160 (firefox-78.6.0esr.source.tar.xz) = 55970d3df407955f191b47ecae83d6597adbbc5b
-SHA512 (firefox-78.6.0esr.source.tar.xz) = a1e2d6af0020784d00ed3cb4d778c136685e7c2f6ae536cc270fbd331d51d483d17dff9acd7ad8e6b3b231b9df894c146092889357b23715814a080c6f08d11a
-Size (firefox-78.6.0esr.source.tar.xz) = 338098664 bytes
+SHA1 (firefox-78.6.1esr.source.tar.xz) = 33d6e03d9d84cbeab92e38b4dfed5005eb4b36df
+RMD160 (firefox-78.6.1esr.source.tar.xz) = 1c82aa61f0c7b3c9f362187018639f88be0e34e4
+SHA512 (firefox-78.6.1esr.source.tar.xz) = ae6d99fab6e8d9343ad8b0e9e522f20b5c63064598356cd4b31fc02b3b20d62b30590dec42d956e77352559a642157924c2b1c3e887b496962ba305260ed84e7
+Size (firefox-78.6.1esr.source.tar.xz) = 333378012 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
@@ -12,7 +12,6 @@ SHA1 (patch-config_makefiles_rust.mk) = 
 SHA1 (patch-configure.in) = b40651b008dcecc49664660ac376df2bd7c2c6be
 SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49
 SHA1 (patch-dom_media_CubebUtils.cpp) = 226821d961039ae5c9c50d8615757b73c6bcd80a
-SHA1 (patch-dom_webgpu_ipc_WebGPUParent.cpp) = 236743c74610812bb7bdd577112092401dc1e587
 SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = e458c9c8dc66edc69c1874734af28a77fc5e3993
 SHA1 (patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h) = 2f73c76c48852613e0c55c1680fcc2a9eb3cf4ef
 SHA1 (patch-gfx_cairo_cairo_src_cairo-type1-subset.c) = 89a9d934ef76706c552c0b81e6cbc0f45b1ffd2c



Home | Main Index | Thread Index | Old Index