From c0ed98faeb292b5d914748709ef45d7657c7f59c Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 22 Feb 2012 11:00:06 +0000 Subject: 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 --- www/firefox36/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/firefox36') 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" -- cgit v1.2.3