diff options
author | marcus <marcus@FreeBSD.org> | 2009-03-09 06:16:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-03-09 06:16:15 +0800 |
commit | 6dad41b16916ffd176e84db36def2c9e50e56d00 (patch) | |
tree | f63e1526b4525b5e97c035d3d05b5ce0a58ff557 /www/firefox/Makefile | |
parent | ccccba28f87286d3a9b0ce874a2115fd11757116 (diff) | |
download | freebsd-ports-gnome-6dad41b16916ffd176e84db36def2c9e50e56d00.tar.gz freebsd-ports-gnome-6dad41b16916ffd176e84db36def2c9e50e56d00.tar.zst freebsd-ports-gnome-6dad41b16916ffd176e84db36def2c9e50e56d00.zip |
Backport patches to fix the following security vulnerabilities:
CVE-2009-0776
CVE-2009-0775
CVE-2009-0772
Obtained from: Mozilla Bugzilla
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a96b8f3b52e8..767a533671dc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.20 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |