diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-14 11:29:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-14 11:29:27 +0000 |
commit | 2862e9a15a19c97cb0d84563070ec543513a39eb (patch) | |
tree | 7c6e79102e7be6b5d6c5cbe4d5f083dc7f702a2d /devel | |
parent | 319f5c023d74b2f165bd1fd6f4c5aa19ff455b0a (diff) | |
download | pkgsrc-2862e9a15a19c97cb0d84563070ec543513a39eb.tar.gz |
Update to 24.6.0
Changelog:
Fixed in Firefox ESR 24.6
MFSA 2014-52 Use-after-free with SMIL Animation Controller
MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xulrunner24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner24/Makefile b/devel/xulrunner24/Makefile index 816051366b7..ffb7e6d5c5b 100644 --- a/devel/xulrunner24/Makefile +++ b/devel/xulrunner24/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/05/06 13:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2014/06/14 11:29:27 ryoon Exp $ -MOZ_BRANCH= 24.5.0 +MOZ_BRANCH= 24.6.0 MOZ_BRANCH_MINOR= esr MOZ_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} DISTNAME= firefox-${MOZ_VER}.source |