diff options
author | kris <kris@FreeBSD.org> | 2001-02-09 04:58:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-09 04:58:24 +0000 |
commit | 923aa00b0b2d6b0cb274b6452b946981d741aa94 (patch) | |
tree | 1a8ab143ed17428ad2cf2b9b29ab474189686654 /security/ssh | |
parent | f03a1cdd4184aaaaa2262848d5466810e0499ff5 (diff) | |
download | FreeBSD-ports-923aa00b0b2d6b0cb274b6452b946981d741aa94.zip FreeBSD-ports-923aa00b0b2d6b0cb274b6452b946981d741aa94.tar.gz |
Mark FORBIDDEN: several problems including possible remote root
compromise. OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index c97dba7..274d190 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -23,6 +23,8 @@ MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \ MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Remote vulnerabilities" + #RESTRICTED= "Crypto: export-controlled" USE_AUTOCONF= YES |