diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-07-30 18:13:52 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-07-30 18:13:52 +0000 |
commit | c5f33fc4daa95c1bdfbb39204366ef568035ed86 (patch) | |
tree | 31bb1737dde9ccc3a15e659b9bac3a6c9a58fe84 | |
parent | b26d3dcde7b3e46e3eebd4d6fd8e6d460f3c9097 (diff) | |
download | pkgsrc-c5f33fc4daa95c1bdfbb39204366ef568035ed86.tar.gz |
Pullup ticket #6287 - requested by nia
www/firefox68: security fix
Revisions pulled up:
- www/firefox68/Makefile 1.31
- www/firefox68/distinfo 1.21
---
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 29 14:20:30 UTC 2020
Modified Files:
pkgsrc/www/firefox68: Makefile distinfo
Log Message:
firefox68: Update to 68.11.0
Security Vulnerabilities fixed in Firefox ESR 68.11
#CVE-2020-15652: Potential leak of redirect targets when loading scripts in
a worker
#CVE-2020-6514: WebRTC data channel leaks internal address to peer
#CVE-2020-6463: Use-after-free in ANGLE
gl::Texture::onUnbindAsSamplerTexture
#CVE-2020-15650: Overwriting local files through malicious file picker
application
#CVE-2020-15649: Exfiltrating local files through malicious file picker
application
#CVE-2020-15659: Memory safety bugs fixed in Firefox 79 and Firefox ESR
68.11
-rw-r--r-- | www/firefox68/Makefile | 4 | ||||
-rw-r--r-- | www/firefox68/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox68/Makefile b/www/firefox68/Makefile index 010151427cf..4be4dfb029b 100644 --- a/www/firefox68/Makefile +++ b/www/firefox68/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26.2.1 2020/07/09 08:07:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26.2.2 2020/07/30 18:13:52 bsiegert Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 68.10 +MOZ_BRANCH= 68.11 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source diff --git a/www/firefox68/distinfo b/www/firefox68/distinfo index 876dd4737b6..e1da387421f 100644 --- a/www/firefox68/distinfo +++ b/www/firefox68/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18.2.1 2020/07/09 08:07:51 bsiegert Exp $ +$NetBSD: distinfo,v 1.18.2.2 2020/07/30 18:13:52 bsiegert Exp $ -SHA1 (firefox-68.10.0esr.source.tar.xz) = 6c502a8d2379c761250781b313db53d7a270985e -RMD160 (firefox-68.10.0esr.source.tar.xz) = 870aaf124f1812018c885ed461fc8541df089b5c -SHA512 (firefox-68.10.0esr.source.tar.xz) = c5c1833560364851e7cf8ea51659bc4fb60239b960125cdb20fe31f742d757ffdaef8f314f800dc91214ee8e358033dc2af971c08bbba474ef6158b101881653 -Size (firefox-68.10.0esr.source.tar.xz) = 314526224 bytes +SHA1 (firefox-68.11.0esr.source.tar.xz) = 445acbf7b7b8f75374ee6347bb6f45748511bcf9 +RMD160 (firefox-68.11.0esr.source.tar.xz) = 82edab46fe312a47889047fe431784c511684ade +SHA512 (firefox-68.11.0esr.source.tar.xz) = 7dcfa4944945bce184b96643a7afbd0cc97c93e4f727695bd5ee1e1745cff89784e68baf109588ef56791211b4b8f5c7c056ae6ac77f54fd00a5af5d5606f23e +Size (firefox-68.11.0esr.source.tar.xz) = 321294384 bytes SHA1 (patch-aa) = 9f7200c411cd2217a80ec10a276c8877bc6b845c SHA1 (patch-browser_app_profile_firefox.js) = cf93582b68b8d4e72c3c25682ab9138e185418c8 SHA1 (patch-build_moz.configure_rust.configure) = b57a9b1451dc426d75774f73d7c05fc98fe6e317 |