From 955a0666276533befb433c21e8df167ee1b79600 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 27 Jul 2006 14:08:51 +0000 Subject: 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 --- www/firefox10/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit