diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-25 17:06:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-25 17:06:09 +0000 |
commit | 55758cceae4650ff7413e693c4d9d32ec943626f (patch) | |
tree | 1d0dd88d883450b2e31d81331da7119707aceeda /security | |
parent | bc356a80fd8e28fbce5803b32d4cdbfe587dac5a (diff) | |
download | ports-55758cceae4650ff7413e693c4d9d32ec943626f.tar.gz ports-55758cceae4650ff7413e693c4d9d32ec943626f.zip |
- mark FORBIDDEN until fixes.
Notes
Notes:
svn path=/head/; revision=89366
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index ae7d3c5aa7d3..6686b2d10311 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -21,6 +21,8 @@ PATCHFILES= openbsd28_${PORTVERSION}.patch MAINTAINER= dinoex@FreeBSD.org COMMENT= OpenBSD's secure shell client and server (remote login program) +FORBIDDEN= Security Problem with PAM + USE_OPENSSL= yes WRKSRC= ${WRKDIR}/ssh |