summaryrefslogtreecommitdiff
path: root/security/john/patches
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2007-02-03 17:09:20 +0000
committersborrill <sborrill@pkgsrc.org>2007-02-03 17:09:20 +0000
commit7ebc7857d8b9c172e05924f070638d03f068ba38 (patch)
treecf9800b1064286e74a96a438ec67ea38b2adb180 /security/john/patches
parentf94b7ea69c24a986906758dee2ae7dbd43d6d6f8 (diff)
downloadpkgsrc-7ebc7857d8b9c172e05924f070638d03f068ba38.tar.gz
Update to john-1.7.2 and enable per-arch optimization for NetBSD and
OpenBSD. Changes: The following changes have been made between John 1.7.1 and 1.7.2: * Bitslice DES assembly code for x86-64 making use of the 64-bit mode extended SSE2 with 16 XMM registers has been added for better performance at DES-based crypt(3) hashes with x86-64 builds on AMD processors. * New make target for FreeBSD/x86-64. The following changes have been made between John 1.7.0.2 and 1.7.1: * Bitslice DES code for x86 with SSE2 has been added for better performance at DES-based crypt(3) hashes on Pentium 4 and SSE2-capable AMD processors. * Assorted high-level changes have been applied to improve performance on current x86-64 processors. * New make target for NetBSD/SPARC64. * Minor source code cleanups.
Diffstat (limited to 'security/john/patches')
-rw-r--r--security/john/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/john/patches/patch-aa b/security/john/patches/patch-aa
index 772bc1e0e1b..552510f3203 100644
--- a/security/john/patches/patch-aa
+++ b/security/john/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.4 2006/03/14 10:17:25 martti Exp $
+$NetBSD: patch-aa,v 1.5 2007/02/03 17:09:21 sborrill Exp $
---- src/Makefile.orig 2006-01-12 04:30:50.000000000 +0200
-+++ src/Makefile 2006-03-14 08:38:08.000000000 +0200
+--- src/Makefile.orig 2006-05-15 17:38:00.000000000 +0100
++++ src/Makefile 2007-02-03 16:13:58.000000000 +0000
@@ -3,10 +3,10 @@
- # Copyright (c) 1996-2005 by Solar Designer
+ # Copyright (c) 1996-2006 by Solar Designer
#
-CPP = gcc