diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-27 10:49:40 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-27 10:49:40 +0000 |
commit | f3a775411a92379106a1b7ad1c03055c402392eb (patch) | |
tree | e53db52e8bc7dce1ea83ea2931036cd5172ec39f /security | |
parent | 8743b21d04d7e7b82f392ef22c098bf392d24749 (diff) | |
download | pkgsrc-f3a775411a92379106a1b7ad1c03055c402392eb.tar.gz |
backout 1.77 with comment, to get working blowfish support. pkg/17405.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 0334f2d4350..064c7d18f04 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2002/06/27 02:15:14 grant Exp $ +# $NetBSD: Makefile,v 1.80 2002/06/27 10:49:40 itojun Exp $ DISTNAME= openssh-3.4p1 PKGNAME= openssh-3.4.0.1 @@ -19,7 +19,8 @@ CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -#USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} +# 0.9.5a can be used, with blowfish support broken. so require 0.9.6. +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} CRYPTO= yes |