summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-01-14 14:44:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-01-14 14:44:57 +0000
commit15e81066dc4484d34b0356fccb92b49955327ea2 (patch)
treedb52c78a632b773baff2ef19046563daac267c86 /emulators
parentAdd needed file. (diff)
Forbid due to two more security bugs (an updated ncurses package
is available). Set an expiration date four months hence.
Notes
Notes: svn path=/head/; revision=126434
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-6/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index ce48345b63b4..ba4e164b11a1 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/Makefile
@@ -23,7 +23,9 @@ PATCHFILES= ${UPDATES}
MAINTAINER= ports@FreeBSD.org
COMMENT= The base set of packages needed in Linux mode
-DEPRECATED= "obsolete and has a minor security bug: see http://www.redhat.com/support/errata/archives/RHSA-2000-117.html"
+FORBIDDEN= "RHSA-2004:383-01, RHSA-2000-115, RHSA-2000-117"
+DEPRECATED= ${FORBIDDEN}
+EXPIRATION_DATE= 2005-05-14
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
@@ -43,7 +45,7 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
.include <bsd.port.pre.mk>
.if (${ARCH} == "alpha")
-FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\
+FORBIDDEN+= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\
<URL:http://www.cert.org/advisories/CA-2003-10.html>"
.endif