summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-09 04:58:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-09 04:58:24 +0000
commit41d5ec3b8eb23b8d8a8555cb12722eb8eef5d519 (patch)
treefc830f731d65ce2adbc62f927797f9a41e865a2c /security/openssh
parentUpdate to 0.84a. Generate the plist. (diff)
Mark FORBIDDEN: several problems including possible remote root
compromise. OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable.
Notes
Notes: svn path=/head/; revision=38125
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}"