Mark FORBIDDEN: several problems including possible remote root

compromise. OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable.
This commit is contained in:
Kris Kennaway 2001-02-09 04:58:24 +00:00
parent 1491cd5a99
commit 41d5ec3b8e
2 changed files with 4 additions and 0 deletions

View file

@ -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}"

View file

@ -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