diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-09 12:52:14 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-09 12:52:14 +0800 |
commit | d2655216cd2db1fc927bbfe8cf80c4b957f8d6dc (patch) | |
tree | 638e0d00d6c2386d3cb806005ef8ac174dfaf821 /www/firefox/Makefile | |
parent | 9ddc6c98b0dfaacdd6eba6418a1a1a4ff5c4a1d4 (diff) | |
download | freebsd-ports-gnome-d2655216cd2db1fc927bbfe8cf80c4b957f8d6dc.tar.gz freebsd-ports-gnome-d2655216cd2db1fc927bbfe8cf80c4b957f8d6dc.tar.zst freebsd-ports-gnome-d2655216cd2db1fc927bbfe8cf80c4b957f8d6dc.zip |
- Add a patch to fix history DoS vulnerability
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004
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 2a797cb273f1..92d6d059e983 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |