diff options
author | knu <knu@FreeBSD.org> | 2002-07-24 08:57:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-24 08:57:53 +0000 |
commit | da6704968a3e616e15e22cc1fb8d8c7b94565153 (patch) | |
tree | 7dba74a8f0e6c4bdb83271aa1308ead9136f7766 /misc/compat3x | |
parent | 133d730ff4a8440fce5446c32749cbe484ed2788 (diff) | |
download | FreeBSD-ports-da6704968a3e616e15e22cc1fb8d8c7b94565153.zip FreeBSD-ports-da6704968a3e616e15e22cc1fb8d8c7b94565153.tar.gz |
Mark FORBIDDEN due to buffer overflow in resolver in libc.
(FreeBSD-SA-02:28.resolv)
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index e33d05d..df3e32b 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ${ARCH}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "FreeBSD-SA-02:28.resolv - buffer overflow in resolver in libc" + ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/usr/lib/compat |