summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-22 06:05:44 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-22 06:05:44 +0000
commit3f8b97a1c33bc01b2b6b55d735c7a705d8770e0d (patch)
treeffcac5d3f7a40eb289301f59e3f3c010fe9b9ce2 /security/ssh2
parentActivate p5-Term-Query. (diff)
Allow use of Phil Karn's patchkit that implements DES/DES3 in
fast assembly code. Patchfile must be manually placed in DISTDIR, as described in the Makefile. PR: 6446 Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca>
Notes
Notes: svn path=/head/; revision=11105
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile11
-rw-r--r--security/ssh2/distinfo1
2 files changed, 11 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 7fb1143c8fb1..9432b2de8779 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.51 1998/03/10 13:56:14 jkh Exp $
+# $Id: Makefile,v 1.52 1998/03/10 13:58:16 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -27,6 +27,15 @@ MASTER_SITES= \
ftp://ftp.univie.ac.at/security/crypt/cryptography/asymmetric/rsa/ \
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
.endif
+#
+# Use Phil Karn's asm patches to speed up DES on intel.
+# Download by hand from http://www.cryptography.org/cgi-bin/crypto.cgi/ssh/
+# and put in distfiles directory.
+#
+.if defined(FAST_DES_PATCHKIT) && ${FAST_DES_PATCHKIT} == YES
+PATCHFILES=ssh-1.2.22-patchkit
+PATCH_DIST_STRIP=-p1
+.endif
RESTRICTED= "Crypto; export-controlled"
IS_INTERACTIVE= YES
diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo
index 93f7656953f2..c7ab762b4ddf 100644
--- a/security/ssh2/distinfo
+++ b/security/ssh2/distinfo
@@ -1,2 +1,3 @@
MD5 (ssh-1.2.22.tar.gz) = 011f2b6d1935c59be0dae299db4ed7fa
MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d
+MD5 (ssh-1.2.22-patchkit) = 5228897d59be91ad3ae88e992d61cd50