diff options
author | trevor <trevor@FreeBSD.org> | 2005-01-14 22:44:57 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-01-14 22:44:57 +0800 |
commit | e0ebe9df8b59f6457e46d64e67fe54e59e0b76af (patch) | |
tree | ce4dd10396ca13c868f00a38d58d8a9608a44f1c /emulators/linux_base-6 | |
parent | 28f9728297a4147d5f59581eb224bc4ff8d0d4b0 (diff) | |
download | freebsd-ports-gnome-e0ebe9df8b59f6457e46d64e67fe54e59e0b76af.tar.gz freebsd-ports-gnome-e0ebe9df8b59f6457e46d64e67fe54e59e0b76af.tar.zst freebsd-ports-gnome-e0ebe9df8b59f6457e46d64e67fe54e59e0b76af.zip |
Forbid due to two more security bugs (an updated ncurses package
is available). Set an expiration date four months hence.
Diffstat (limited to 'emulators/linux_base-6')
-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 |