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 /www | |
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 'www')
-rw-r--r-- | www/firefox24/Makefile | 9 | ||||
-rw-r--r-- | www/firefox24/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/firefox24/Makefile b/www/firefox24/Makefile index d326fa9645e..4d8bd740a2b 100644 --- a/www/firefox24/Makefile +++ b/www/firefox24/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.23 2014/06/09 14:18:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2014/06/14 11:29:27 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 24.5.0 +MOZ_BRANCH= 24.6.0 MOZ_BRANCH_MINOR= esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox24-${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/} +MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} +#MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.bz2 WRKSRC= ${WRKDIR}/mozilla-esr24 diff --git a/www/firefox24/distinfo b/www/firefox24/distinfo index ef22c1b872b..f92c9aad776 100644 --- a/www/firefox24/distinfo +++ b/www/firefox24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2014/05/15 21:16:16 joerg Exp $ +$NetBSD: distinfo,v 1.13 2014/06/14 11:29:27 ryoon Exp $ -SHA1 (firefox-24.5.0esr.source.tar.bz2) = 1b549d6dce80faec1c23f11b95122e607d2ed1bb -RMD160 (firefox-24.5.0esr.source.tar.bz2) = 38a987d7c1283c3dd6476685eb025c308fb2f185 -Size (firefox-24.5.0esr.source.tar.bz2) = 119830718 bytes +SHA1 (firefox-24.6.0esr.source.tar.bz2) = e15d0d581b7c92f972eaee9a5a1227fa0dc27adc +RMD160 (firefox-24.6.0esr.source.tar.bz2) = 0e558f9d0711bdb5832e758eb54efdf542d92af9 +Size (firefox-24.6.0esr.source.tar.bz2) = 119465935 bytes SHA1 (patch-aa) = c5e419b9c99e3950eb3359ed33b21de572d66630 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2 |