diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 21:57:04 +0000 | 
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 21:57:04 +0000 | 
| commit | 8ff1b8c09d0a32bc0c36a63e241071a13f841baf (patch) | |
| tree | 9b3c5109ab2d1c64f380f46f7be135490d32d64c | |
| parent | Update to latest distfile. (diff) | |
Mark FORBIDDEN because the remotely exploitable telnetd hole is not yet
fixed.
Notes
Notes:
    svn path=/head/; revision=46565
| -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 | 
