diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-04-05 12:58:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-04-05 12:58:07 +0000 |
commit | 94075cdfdbb020c2a1c7b56ccc2bdf28d8313bca (patch) | |
tree | 1f64650383a30cebe7064353f244473d7d0dc9f3 /www/firefox31 | |
parent | 42dd2727784e05280fbf951501ee1edd9a69f6fe (diff) | |
download | pkgsrc-94075cdfdbb020c2a1c7b56ccc2bdf28d8313bca.tar.gz |
Update to 31.6.0
Changelog:
Fixed in Firefox ESR 31.6
2015-40 Same-origin bypass through anchor navigation
2015-37 CORS requests should not follow 30x redirections after preflight
2015-33 resource:// documents can load privileged pages
2015-31 Use-after-free when using the Fluendo MP3 GStreamer plugin
2015-30 Miscellaneous memory safety hazards (rv:37.0 / rv:31.6)
Diffstat (limited to 'www/firefox31')
-rw-r--r-- | www/firefox31/Makefile | 7 | ||||
-rw-r--r-- | www/firefox31/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox31/Makefile b/www/firefox31/Makefile index 97b36c09d69..4fd84951def 100644 --- a/www/firefox31/Makefile +++ b/www/firefox31/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2015/03/24 15:10:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2015/04/05 12:58:07 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}esr # Also update MOZ_BRANCH= in devel/xulrunner31/Makefile -MOZ_BRANCH= 31.5 -MOZ_BRANCH_MINOR= .3 +MOZ_BRANCH= 31.6 +MOZ_BRANCH_MINOR= .0 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox31-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} @@ -12,7 +12,6 @@ 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 -DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/mozilla-esr31 MAINTAINER= ryoon@NetBSD.org diff --git a/www/firefox31/distinfo b/www/firefox31/distinfo index 70a5f4d5512..d8cfb7632c9 100644 --- a/www/firefox31/distinfo +++ b/www/firefox31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/03/24 15:10:40 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2015/04/05 12:58:07 ryoon Exp $ -SHA1 (firefox31-31.5.3/firefox-31.5.3esr.source.tar.bz2) = dca36af3ae3c5a19c4ceeaf22b1d4c119f412d8a -RMD160 (firefox31-31.5.3/firefox-31.5.3esr.source.tar.bz2) = 2942148c294bdbbb082ad73ae759de6b1ba838a5 -Size (firefox31-31.5.3/firefox-31.5.3esr.source.tar.bz2) = 147757682 bytes +SHA1 (firefox-31.6.0esr.source.tar.bz2) = 9c13012fec260c672e0e97ffb29f36fe360b02ad +RMD160 (firefox-31.6.0esr.source.tar.bz2) = 76f216cc87609081efaa7b5de837952d06a5f2fb +Size (firefox-31.6.0esr.source.tar.bz2) = 147767808 bytes SHA1 (patch-aa) = 381ec50c3e66a2637f19401ac2c5ec4a29dc5627 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 |