diff options
author | tnn <tnn@pkgsrc.org> | 2009-12-16 08:18:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-12-16 08:18:32 +0000 |
commit | 311b7577dbf0ce9ba3165866bcddd2d913dd3abf (patch) | |
tree | 4c6db9037b45dbb6a693a548fed406180a13e6d0 /www/firefox | |
parent | 814256a5b7a039238bd87d639747548c3e78d32c (diff) | |
download | pkgsrc-311b7577dbf0ce9ba3165866bcddd2d913dd3abf.tar.gz |
Update to firefox-3.5.6. Security and bugfix release.
While here, switch NetBSD build from sunaudio to OSS emulation.
This greatly improves HTML5 video playback.
(Yes, we ought to fix the busted sunaudio support or PKG_OPTIONalize this.
Perhaps another day.)
Advisories relating to this release:
MFSA 2009-71 GeckoActiveXObject exception messages can be used to
enumerate installed COM objects
MFSA 2009-70 Privilege escalation via chrome window.opener
MFSA 2009-69 Location bar spoofing vulnerabilities
MFSA 2009-68 NTLM reflection vulnerability
MFSA 2009-67 Integer overflow, crash in libtheora video library
MFSA 2009-66 Memory safety fixes in liboggplay media library
MFSA 2009-65 Crashes with evidence of memory corruption (rv:1.9.1.6/ 1.9.0.16)
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 918ca0994aa..4f78f560e96 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2009/11/29 03:28:04 tnn Exp $ +# $NetBSD: Makefile,v 1.65 2009/12/16 08:18:33 tnn Exp $ # .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org @@ -52,7 +51,7 @@ post-install: rm -f ${DESTDIR}${PREFIX}/bin/firefox ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin -BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.5{,nb*} +BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.6{,nb*} .include "../../devel/xulrunner/buildlink3.mk" PLIST_VARS+= gnome .if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) |