diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-06-13 15:05:48 +0800 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-06-13 15:05:48 +0800 |
commit | e33b416ed39e8c6f7a252fcf12da5298c634253d (patch) | |
tree | 0e3aaaca1e446d544f7c8f9ea1818d5a350e38f1 /www/firefox/Makefile | |
parent | ac4f62e45fe95566fb072875916ee4857e2628fb (diff) | |
download | freebsd-ports-gnome-e33b416ed39e8c6f7a252fcf12da5298c634253d.tar.gz freebsd-ports-gnome-e33b416ed39e8c6f7a252fcf12da5298c634253d.tar.zst freebsd-ports-gnome-e33b416ed39e8c6f7a252fcf12da5298c634253d.zip |
- Backport patches to fix the following security vulnerabilities:
CVE-2009-1834
CVE-2009-1835
CVE-2009-1836
CVE-2009-1838
CVE-2009-1841
Obtained from: Mozilla Bugzilla
Security: http://www.vuxml.org/freebsd/da185955-5738-11de-b857-000f20797ede.html
With hat: Gecko gang
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 ec92d9bcd379..8263833c7f3d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.20 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |