diff options
author | simon <simon@FreeBSD.org> | 2006-07-27 22:08:51 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-07-27 22:08:51 +0800 |
commit | 955a0666276533befb433c21e8df167ee1b79600 (patch) | |
tree | 15789f038fafc47f07374c3f19d0901bbbcda3e1 | |
parent | a7c3336c9a21b6f236c0add37459043aa1fe5e3f (diff) | |
download | freebsd-ports-gnome-955a0666276533befb433c21e8df167ee1b79600.tar.gz freebsd-ports-gnome-955a0666276533befb433c21e8df167ee1b79600.tar.zst freebsd-ports-gnome-955a0666276533befb433c21e8df167ee1b79600.zip |
Mark firefox 1.0.8 FORBIDDEN and set one month EXPIRATION_DATE due to
several vulnerabilities which allows code execution.
On the mozilla page with known vulnerabilities [1] they state:
Firefox 1.0 is no longer supported and the last update,
Firefox 1.0.8, is affected by several vulnerabilities fixed in
newer versions of the program. All users are urged to upgrade
to the newest version of Firefox.
[1] http://www.mozilla.org/projects/security/known-vulnerabilities.html
With hat: security-officer
-rw-r--r-- | www/firefox10/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 3becd9b7f7a9..a4f45302cefc 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -21,6 +21,9 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}-source${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla +FORBIDDEN= http://vuxml.FreeBSD.org/e2a92664-1d60-11db-88cf-000c6ec775d9.html +EXPIRATION_DATE=2006-08-27 + LATEST_LINK= ${PORTNAME}10 USE_X_PREFIX= yes WANT_GNOME= yes |