diff options
author | tnn <tnn@pkgsrc.org> | 2011-03-05 11:57:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-03-05 11:57:16 +0000 |
commit | 05654a689294dad13345ff1358c784b11fe25936 (patch) | |
tree | 4df3fe26be03fab1df5066032f8acbaeaa846f91 /www | |
parent | 506efdaa3d693aa64c8ab1ee3f419747310e570d (diff) | |
download | pkgsrc-05654a689294dad13345ff1358c784b11fe25936.tar.gz |
Stability & security update of firefox to 3.6.15.
MFSA 2011-10 CSRF risk with plugins and 307 redirects
MFSA 2011-09 Crash caused by corrupted JPEG image
MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents
MFSA 2011-07 Memory corruption during text run construction (Windows)
MFSA 2011-06 Use-after-free error using Web Workers
MFSA 2011-05 Buffer overflow in JavaScript atom map
MFSA 2011-04 Buffer overflow in JavaScript upvarMap
MFSA 2011-03 Use-after-free error in JSON.stringify
MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to true
MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e97de6c611f..50868e35987 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2011/01/13 13:39:37 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2011/03/05 11:57:16 tnn Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |