diff options
author | obache <obache@pkgsrc.org> | 2011-12-19 06:26:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-19 06:26:55 +0000 |
commit | c23ed1b7a604b4a735f7d730de82c54784d28bb8 (patch) | |
tree | 0bd9b438772bd6fbf2661fdbb5e262a131e7a2b2 /www/firefox36 | |
parent | 280ebbdf3692e81e42b5dee9a815797852ae7c51 (diff) | |
download | pkgsrc-c23ed1b7a604b4a735f7d730de82c54784d28bb8.tar.gz |
Update firefox36 to 3.6.24.
Fixed in Firefox 3.6.24
MFSA 2011-49 Memory corruption while profiling using Firebug
MFSA 2011-47 Potential XSS against sites using Shift-JIS
MFSA 2011-46 loadSubScript unwraps XPCNativeWrapper scope parameter (1.9.2 branch)
Fixed in Firefox 3.6.23
MFSA 2011-40 Code installation through holding down Enter
MFSA 2011-39 Defense against multiple Location headers due to CRLF Injection
MFSA 2011-38 XSS via plugins and shadowed window.location object
MFSA 2011-37 Integer underflow when using JavaScript RegExp
MFSA 2011-36 Miscellaneous memory safety hazards (rv:7.0 / rv:1.9.2.23)
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 57afdcdebd3..a18cebe9395 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2011/11/01 06:02:46 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/19 06:26:55 obache Exp $ .include "../../devel/xulrunner192/dist.mk" PKGNAME= firefox36-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |