summaryrefslogtreecommitdiff
path: root/security/john/patches
diff options
context:
space:
mode:
authorzafer <zafer@pkgsrc.org>2009-08-06 19:14:52 +0000
committerzafer <zafer@pkgsrc.org>2009-08-06 19:14:52 +0000
commit0c0e2b10127893a86e87cd1ec835dcbaebd1d7f7 (patch)
tree157c9d99a7b2ae7bcf72ce110b340506afc3f0b4 /security/john/patches
parent3cff7d823d5403fee98d44cde88f977115d6c892 (diff)
downloadpkgsrc-0c0e2b10127893a86e87cd1ec835dcbaebd1d7f7.tar.gz
Update john to 1.7.3.1. Add license. Update patch-aa.
Changelog: The following changes have been made between John 1.7.3 and 1.7.3.1: * Corrected the x86 assembly files for building on Mac OS X. * Merged in some generic changes from JtR Pro. The following changes have been made between John 1.7.2 and 1.7.3: * Two Blowfish-based crypt(3) hashes may now be computed in parallel for much better performance on modern multi-issue CPUs with a sufficient number of registers (e.g., x86-64). * Bitslice DES assembly code for x86-64 has been converted to use instruction pointer relative addressing (needed for Mac OS X support). * New make targets: macosx-universal, macosx-x86-64, solaris-x86-64-cc, solaris-x86-64-gcc, solaris-x86-sse2-cc, solaris-x86-sse2-gcc, solaris-x86-mmx-cc, solaris-x86-mmx-gcc, solaris-x86-any-cc, linux-ia64; other changes to the Makefile. * Minor bug fixes. * "DumbForce" and "KnownForce" external mode samples have been added to the default john.conf.
Diffstat (limited to 'security/john/patches')
-rw-r--r--security/john/patches/patch-aa25
1 files changed, 5 insertions, 20 deletions
diff --git a/security/john/patches/patch-aa b/security/john/patches/patch-aa
index 552510f3203..6c80cac51cc 100644
--- a/security/john/patches/patch-aa
+++ b/security/john/patches/patch-aa
@@ -1,28 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2007/02/03 17:09:21 sborrill Exp $
+$NetBSD: patch-aa,v 1.6 2009/08/06 19:14:52 zafer Exp $
---- 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-2006 by Solar Designer
- #
-
--CPP = gcc
--CC = gcc
--AS = gcc
--LD = gcc
-+#CPP = gcc
-+#CC = gcc
-+AS = $(CC)
-+LD = $(CC)
- CP = cp
- LN = ln -sf
- RM = rm -f
-@@ -15,11 +15,11 @@
+--- src/Makefile.orig 2009-08-06 20:58:11.000000000 +0200
++++ src/Makefile
+@@ -15,11 +15,11 @@ SED = sed
PERL = perl
NULL = /dev/null
CPPFLAGS = -E
-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
-+CFLAGS += -c
++CFLAGS = -c
ASFLAGS = -c
-LDFLAGS = -s
-OPT_NORMAL = -funroll-loops