diff options
author | marcus <marcus@FreeBSD.org> | 2009-02-16 02:20:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-02-16 02:20:11 +0800 |
commit | e7cb737592a4c82e602f8e0996ce6b05f56c3601 (patch) | |
tree | 2ea7660a9fe424733e34a01c44a18c9c4cc7356e /www/firefox/Makefile | |
parent | a091caebe48aae82afe4db6e7ee071fd4cbb231d (diff) | |
download | freebsd-ports-gnome-e7cb737592a4c82e602f8e0996ce6b05f56c3601.tar.gz freebsd-ports-gnome-e7cb737592a4c82e602f8e0996ce6b05f56c3601.tar.zst freebsd-ports-gnome-e7cb737592a4c82e602f8e0996ce6b05f56c3601.zip |
Backport patches for the following security bugs:
CVE-2009-0355
CVE-2009-0356
CVE-2009-0357
This allows Firefox 2 to be unforbidden for the time being.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 982456c89718..6c28cdaf5035 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.20 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} @@ -64,8 +64,6 @@ MOZ_OPTIONS+= --disable-gnomeui IGNORE= does not run, update to 6.2-RELEASE or newer .endif -FORBIDDEN= Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html - MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo post-extract:: |