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/Makefile | |
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/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 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//} |