diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-12-06 06:26:17 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-12-06 06:26:17 +0000 |
| commit | c249079362a42d18dc9e0ffb834ebabf0cbd408e (patch) | |
| tree | 44386c96f8c5858f5be029d2de4cf0001c9e1826 /security/openssh | |
| parent | 26fd30237261d9dbbaef909313541edd967ec088 (diff) | |
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> |
