From f6a8e94d59035ec0b4ba76ccc9f723d63acf832b Mon Sep 17 00:00:00 2001 From: mph Date: Fri, 22 May 1998 06:05:44 +0000 Subject: 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 --- security/ssh/Makefile | 11 ++++++++++- security/ssh/distinfo | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'security/ssh') diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 7fb1143c8fb1..9432b2de8779 100644 --- a/security/ssh/Makefile +++ b/security/ssh/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/ssh/distinfo b/security/ssh/distinfo index 93f7656953f2..c7ab762b4ddf 100644 --- a/security/ssh/distinfo +++ b/security/ssh/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 -- cgit