diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-02 20:28:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-02 20:28:23 +0000 |
commit | 68866eff2b1744d226cae8fb6b314dc97dd318fa (patch) | |
tree | 0640ab851ed30ec51a4f75cf300876db9816097f /www | |
parent | 0f98a67fcff21691b34a00965dff7aaa2feb6708 (diff) | |
download | pkgsrc-68866eff2b1744d226cae8fb6b314dc97dd318fa.tar.gz |
firefox-3.6.3 fixes a use-after-free bug which could be exploited to
run arbitrary code.
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 7999001d7ec..e84ed2b04bc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2010/03/23 12:43:38 tnn Exp $ +# $NetBSD: Makefile,v 1.73 2010/04/02 20:28:24 tnn Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |