diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-08-11 04:24:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-08-11 04:24:03 +0000 |
commit | e8d1a4bde8a8b77d695995dc3cf5904195888bfa (patch) | |
tree | 12bf2b20b57cce57925e7e3b91a04166964c56b6 /www | |
parent | 868338046d0ab0e7aa31b48281bb34ca2ae87693 (diff) | |
download | pkgsrc-e8d1a4bde8a8b77d695995dc3cf5904195888bfa.tar.gz |
Update to 45.3.0
Changelog:
Fixed Various stability fixes
Fixed in Firefox ESR 45.3
2016-80 Same-origin policy violation using local HTML file and saved shortcut file
2016-79 Use-after-free when applying SVG effects
2016-78 Type confusion in display transformation
2016-77 Buffer overflow in ClearKey Content Decryption Module (CDM) during video playback
2016-76 Scripts on marquee tag can execute in sandboxed iframes
2016-73 Use-after-free in service workers with nested sync events
2016-72 Use-after-free in DTLS during WebRTC session shutdown
2016-70 Use-after-free when using alt key and toplevel menus
2016-67 Stack underflow during 2D graphics rendering
2016-65 Cairo rendering crash due to memory allocation issue with FFmpeg 0.10
2016-64 Buffer overflow rendering SVG with bidirectional content
2016-63 Favicon network connection can persist when page is closed
2016-62 Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox45/Makefile | 5 | ||||
-rw-r--r-- | www/firefox45/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox45/Makefile b/www/firefox45/Makefile index 4d501ef3035..c815b664540 100644 --- a/www/firefox45/Makefile +++ b/www/firefox45/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2016/08/04 17:03:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2016/08/11 04:24:03 ryoon Exp $ MOZILLA_PKG_NAME= firefox45 FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 45.2 +MOZ_BRANCH= 45.3 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${MOZILLA_PKG_NAME}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 3 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox45/distinfo b/www/firefox45/distinfo index 775e1116dfe..feaca63e6de 100644 --- a/www/firefox45/distinfo +++ b/www/firefox45/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2016/06/19 06:24:09 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2016/08/11 04:24:03 ryoon Exp $ -SHA1 (firefox-45.2.0esr.source.tar.xz) = f3b082c51afb45922b820c2bc01aab01758f0fa8 -RMD160 (firefox-45.2.0esr.source.tar.xz) = f3d0badd1d82c4b7a1cec3c06e82633d9ddb7fec -SHA512 (firefox-45.2.0esr.source.tar.xz) = fd67353cff9400080a311af92562b1ed26d20ca2229e32e8c8289b364ebe27fd501eed78c72b614e0501c3841ae9b17f2102158fbeef5083bee8c12d952660e6 -Size (firefox-45.2.0esr.source.tar.xz) = 185458280 bytes +SHA1 (firefox-45.3.0esr.source.tar.xz) = e019408b46ecd8c5c1b3beae01a522b57acaa4b9 +RMD160 (firefox-45.3.0esr.source.tar.xz) = 90b2434f0b245115726916257933db33caad4425 +SHA512 (firefox-45.3.0esr.source.tar.xz) = ee618aec579625122c3e511a7ac83ac4db9718f5695b6fe6250717602178bae9bb7e5ebe8764f4d33ecf44d3db13abfed0d24c1ec71e64a1087fb6d5a579b0c0 +Size (firefox-45.3.0esr.source.tar.xz) = 185330580 bytes SHA1 (patch-aa) = c97ef4b107ea917c2a10d1a1fdaf524d794612a0 SHA1 (patch-ao) = f4244b8e3d89743cb97395913e8916f7121c172e SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2 |