diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-14 14:44:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-14 14:44:57 +0000 |
commit | 15e81066dc4484d34b0356fccb92b49955327ea2 (patch) | |
tree | db52c78a632b773baff2ef19046563daac267c86 /emulators/linux_base-6/Makefile | |
parent | 0538c8079b522c25fd9f89cbd5ec895652fc10ab (diff) |
Notes
Diffstat (limited to 'emulators/linux_base-6/Makefile')
-rw-r--r-- | emulators/linux_base-6/Makefile | 6 |
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 |