diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-22 06:05:44 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-22 06:05:44 +0000 |
commit | 3f8b97a1c33bc01b2b6b55d735c7a705d8770e0d (patch) | |
tree | ffcac5d3f7a40eb289301f59e3f3c010fe9b9ce2 /security | |
parent | 9667d4f01826ffd47059306d493ce86a6de58d38 (diff) | |
download | ports-3f8b97a1c33bc01b2b6b55d735c7a705d8770e0d.tar.gz ports-3f8b97a1c33bc01b2b6b55d735c7a705d8770e0d.zip |
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')
-rw-r--r-- | security/ssh/Makefile | 11 | ||||
-rw-r--r-- | security/ssh/distinfo | 1 | ||||
-rw-r--r-- | security/ssh2/Makefile | 11 | ||||
-rw-r--r-- | security/ssh2/distinfo | 1 |
4 files changed, 22 insertions, 2 deletions
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 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 |