diff options
author | obache <obache@pkgsrc.org> | 2012-02-22 11:00:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-22 11:00:06 +0000 |
commit | 41c9557d46fe9d2f7bcd0d8ce6d484e6ec1bc4ac (patch) | |
tree | 6e650d97fac4982805a2e0d330e2bc0fbd31a3cc /www/firefox36 | |
parent | 3e23c46bc4078f3ce5bbc11516d8669a91bfe159 (diff) | |
download | pkgsrc-41c9557d46fe9d2f7bcd0d8ce6d484e6ec1bc4ac.tar.gz |
Update firefox36 to 3.6.27.
pkgsrc changes:
* use own mozilla-common.mk, some dependency differ from recent Firefox.
* switch to use system cairo.
Fixed in Firefox 3.6.27
* MFSA 2012-11 libpng integer overflow
Fixed in Firefox 3.6.26
* MFSA 2012-08 Crash with malformed embedded XSLT stylesheets
* MFSA 2012-07 Potential Memory Corruption When Decoding Ogg Vorbis files
* MFSA 2012-04 Child nodes from nsDOMAttribute still accessible after removal of nodes
* MFSA 2012-02 Overly permissive IPv6 literal syntax
* MFSA 2012-01 Miscellaneous memory safety hazards (rv:10.0/ rv:1.9.2.26)
Fixed in Firefox 3.6.25
* MFSA 2011-59 .jar not treated as executable in Firefox 3.6 on Mac
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 544c89d2af0..01b84bc8dea 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/02/06 12:41:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/22 11:00:07 obache Exp $ .include "../../devel/xulrunner192/dist.mk" PKGNAME= firefox36-${FIREFOX_VER} -PKGREVISION= 3 CATEGORIES= www MAINTAINER= tnn@NetBSD.org @@ -26,7 +25,7 @@ SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in SUBST_SED.fix-paths2= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner192/gre.d,g' -.include "../../devel/xulrunner/mozilla-common.mk" +.include "../../devel/xulrunner192/mozilla-common.mk" CONFIGURE_ARGS+= --enable-chrome-format=jar .include "options.mk" |