diff options
author | mph <mph@FreeBSD.org> | 1998-05-22 14:05:44 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-22 14:05:44 +0800 |
commit | f6a8e94d59035ec0b4ba76ccc9f723d63acf832b (patch) | |
tree | 84df98e219165c48e91153e512f050c1ea1795f0 /security/ssh2 | |
parent | b33507eb31071e69c6130cfd4aa8cb2f90bec2f6 (diff) | |
download | freebsd-ports-gnome-f6a8e94d59035ec0b4ba76ccc9f723d63acf832b.tar.gz freebsd-ports-gnome-f6a8e94d59035ec0b4ba76ccc9f723d63acf832b.tar.zst freebsd-ports-gnome-f6a8e94d59035ec0b4ba76ccc9f723d63acf832b.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>
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 11 | ||||
-rw-r--r-- | security/ssh2/distinfo | 1 |
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 |