diff options
author | kris <kris@FreeBSD.org> | 2000-08-14 11:54:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-08-14 11:54:00 +0800 |
commit | c227b32ae5f3ec66edf9ff8eeed9dcec45410d97 (patch) | |
tree | afec416f3722844aab64e5a03924975c372b5b8b /net/scotty | |
parent | 99b96f1f0fc6ba56a5b6a8926036db059026c7eb (diff) | |
download | freebsd-ports-gnome-c227b32ae5f3ec66edf9ff8eeed9dcec45410d97.tar.gz freebsd-ports-gnome-c227b32ae5f3ec66edf9ff8eeed9dcec45410d97.tar.zst freebsd-ports-gnome-c227b32ae5f3ec66edf9ff8eeed9dcec45410d97.zip |
Mark FORBIDDEN due to buffer overflow in ntping yielding setuid root.
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index ce266522be7a..1daf8235dad3 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -14,6 +14,8 @@ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +FORBIDDEN= "Buffer overflow in ntping yielding setuid root" + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ --with-tk-config=${LOCALBASE}/lib/tk8.2 |