diff options
author | green <green@FreeBSD.org> | 1999-12-06 14:26:17 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-12-06 14:26:17 +0800 |
commit | 9610b95d69f39d4109c6fa6c8037407c622aa963 (patch) | |
tree | 8de5c557acd64a275e4de0e61944c2e4e1daa0f9 /security/openssh | |
parent | 826c8258ef1238547d17196485855f776505f509 (diff) | |
download | freebsd-ports-gnome-9610b95d69f39d4109c6fa6c8037407c622aa963.tar.gz freebsd-ports-gnome-9610b95d69f39d4109c6fa6c8037407c622aa963.tar.zst freebsd-ports-gnome-9610b95d69f39d4109c6fa6c8037407c622aa963.zip |
Under advisories, put RESTRICTED back. It more accurately reflects
reality, though. One file, cipher.c, calls cryptographic routines
from external libraries. This really cannot encumber OpenSSH in
any case, but I put RESTRICTED back since it would give people a
false hope of being able to install the OpenSSH package but
not the requisite, RESTRICTED (so nonexistant) openssl package.
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 0d965bf2e180..9459fcb1cf1e 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://internat.FreeBSD.org/pub/Crypto/OpenSSH/ MAINTAINER= green@FreeBSD.org +RESTRICTED= "One file calls external cryptographic routines." + LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl .include <bsd.port.pre.mk> |