diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-05-08 15:33:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-05-08 15:33:43 +0000 |
commit | ea8a1e5a7ef166f5a5db0848d417c4f4500d2f25 (patch) | |
tree | 707846aa9610d596cbef6fcfffba32442e9324a4 /www/firefox | |
parent | 6f3d174e21006d1a144a165da804d78c70556735 (diff) | |
download | pkgsrc-ea8a1e5a7ef166f5a5db0848d417c4f4500d2f25.tar.gz |
Update to 53.0.2
Changelog:
Fixed
Various security fixes
Make form validation errors and date picker panel visible to the user (Bug 1341190)
Changed
The non-standard showDialog argument to window.find is now ignored (Bug 1348409)
Security fixes:
#CVE-2017-5031: Use after free in ANGLE
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 2cb61fd0b76..07d8107288f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.293 2017/04/27 01:49:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.294 2017/05/08 15:33:43 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 53.0 -MOZ_BRANCH_MINOR= +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index f70bcf9de7e..e94c9d52575 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.279 2017/04/27 14:08:34 ryoon Exp $ +$NetBSD: distinfo,v 1.280 2017/05/08 15:33:43 ryoon Exp $ -SHA1 (firefox-53.0.source.tar.xz) = 5a617605f60da87f33bc82eaa46710666f134d84 -RMD160 (firefox-53.0.source.tar.xz) = 470d1214f98c2c75e27e5084c1176eacb8ba1f4b -SHA512 (firefox-53.0.source.tar.xz) = 36ec810bab58e3d99478455a38427a5efbc74d6dd7d4bb93b700fd7429b9b89250efd0abe4609091483991802090c6373c8434dfc9ba64c79a778e51fd2a2886 -Size (firefox-53.0.source.tar.xz) = 213676692 bytes +SHA1 (firefox-53.0.2.source.tar.xz) = 5f3e78c6f3a19d1e0004a8a35b0b2e5959c6905b +RMD160 (firefox-53.0.2.source.tar.xz) = 682a96e7bccfc58fa861c350d9f28d1d1979a541 +SHA512 (firefox-53.0.2.source.tar.xz) = d56d563db7e1a0faa2de9315b71b479adb9109624d0958224ad2cee331dcbdb4f414380bd91f70ee0b3e543eca812c172eb2d6f6b5620f6dd6f61675f5ac69d8 +Size (firefox-53.0.2.source.tar.xz) = 215124156 bytes SHA1 (patch-aa) = 60b2a879dac3f122828042b37aab597b07643a87 SHA1 (patch-as) = 632ebd35287f8f97d18721d39a0514d4cdbb12cc SHA1 (patch-browser_app_nsBrowserApp.cpp) = c89a51efa326824122e6a8ca7af8ff2d6fabc7a8 |