aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-02-09 12:58:24 +0800
committerkris <kris@FreeBSD.org>2001-02-09 12:58:24 +0800
commit923aa00b0b2d6b0cb274b6452b946981d741aa94 (patch)
tree1a8ab143ed17428ad2cf2b9b29ab474189686654 /security/openssh
parentf03a1cdd4184aaaaa2262848d5466810e0499ff5 (diff)
downloadfreebsd-ports-gnome-923aa00b0b2d6b0cb274b6452b946981d741aa94.tar.gz
freebsd-ports-gnome-923aa00b0b2d6b0cb274b6452b946981d741aa94.tar.zst
freebsd-ports-gnome-923aa00b0b2d6b0cb274b6452b946981d741aa94.zip
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/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index ec4187926bd3..c4cf0106ae51 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -20,6 +20,8 @@ USE_OPENSSL= YES
.include <bsd.port.pre.mk>
+FORBIDDEN= "Remote vulnerabilities"
+
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"