summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authoritojun <itojun>2002-06-27 10:49:40 +0000
committeritojun <itojun>2002-06-27 10:49:40 +0000
commitf5b695db215bacae2cfb03eccfaf729c30f845c8 (patch)
treee53db52e8bc7dce1ea83ea2931036cd5172ec39f /security/openssh
parentd93f3f087ada90939495ce6216810b8417583c51 (diff)
downloadpkgsrc-f5b695db215bacae2cfb03eccfaf729c30f845c8.tar.gz
backout 1.77 with comment, to get working blowfish support. pkg/17405.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile5
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