diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-26 01:06:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-26 01:06:09 +0800 |
commit | 52f51679cc4a9cc828b19caea36bc2306fc28d5d (patch) | |
tree | 9d3a1905a07f95db1738e202b1db067c5ffd9dcc /security/openssh | |
parent | e80119b32243a12cef7952314d429a4ac9c9dd22 (diff) | |
download | freebsd-ports-gnome-52f51679cc4a9cc828b19caea36bc2306fc28d5d.tar.gz freebsd-ports-gnome-52f51679cc4a9cc828b19caea36bc2306fc28d5d.tar.zst freebsd-ports-gnome-52f51679cc4a9cc828b19caea36bc2306fc28d5d.zip |
- mark FORBIDDEN until fixes.
Diffstat (limited to 'security/openssh')
-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 |