summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-24 08:57:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-24 08:57:53 +0000
commit51b744f0700a666aa605e14de794a8f911a82723 (patch)
treec78ffd4dc0ef62cb091d5ae44dd14b32d12f5459
parentUpgrade to v200. (diff)
Mark FORBIDDEN due to buffer overflow in resolver in libc.
(FreeBSD-SA-02:28.resolv)
Notes
Notes: svn path=/head/; revision=63471
-rw-r--r--misc/compat22/Makefile2
-rw-r--r--misc/compat3x/Makefile2
-rw-r--r--misc/compat4x/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile
index 6f897b522fd0..75bfa7ea9d00 100644
--- a/misc/compat22/Makefile
+++ b/misc/compat22/Makefile
@@ -20,6 +20,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
PORTOBJFORMAT= aout
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile
index e33d05d02323..df3e32b021be 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
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index 60c01a4be11d..971591d622e0 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/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"
+
WRKSRC= ${WRKDIR}/usr/lib/compat
NO_MTREE= yes