diff options
author | kris <kris@FreeBSD.org> | 2001-08-21 05:57:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-21 05:57:04 +0800 |
commit | f671b7b6d2429b0c29b190f89cc004f12be1ae09 (patch) | |
tree | 60668fe12fa61bde107d0d1159d3c330ac1c1c60 /net | |
parent | 9d1cfbb55c46a9bbaf7dca9fa64e80ce1b67a7ac (diff) | |
download | freebsd-ports-gnome-f671b7b6d2429b0c29b190f89cc004f12be1ae09.tar.gz freebsd-ports-gnome-f671b7b6d2429b0c29b190f89cc004f12be1ae09.tar.zst freebsd-ports-gnome-f671b7b6d2429b0c29b190f89cc004f12be1ae09.zip |
Mark FORBIDDEN because the remotely exploitable telnetd hole is not yet
fixed.
Diffstat (limited to 'net')
-rw-r--r-- | net/SSLtelnet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index b74a7a2d5f3a..deca047d3212 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ MASTER_SITE_SUBDIR= kris +FORBIDDEN= "Remotely exploitable buffer overflow" + MAINTAINER= issei@jp.FreeBSD.org USE_OPENSSL= YES |