diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-02-03 17:09:20 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-02-03 17:09:20 +0000 |
commit | 7b5a214668012662924236be31347437377e8c27 (patch) | |
tree | cf9800b1064286e74a96a438ec67ea38b2adb180 /security/john/patches/patch-aa | |
parent | a1038de2e5f427f74746da37521167c533cc1598 (diff) | |
download | pkgsrc-7b5a214668012662924236be31347437377e8c27.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/patch-aa')
-rw-r--r-- | security/john/patches/patch-aa | 8 |
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 |