diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-26 09:47:59 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-26 09:47:59 +0000 |
commit | b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60 (patch) | |
tree | 29bb0211ad8ca7da323cf9740106b6b5f98fa1bd /emulators/linux_base-6 | |
parent | a5e089c18f19e183e9d13337c6bc7dc24d768f7e (diff) | |
download | FreeBSD-ports-b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60.zip FreeBSD-ports-b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60.tar.gz |
Forbid because of XDR security bug.
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 475d1ea..0e61cab 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -20,6 +20,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 |