Subject: CVS commit: pkgsrc/security/john
To: None <pkgsrc-changes@NetBSD.org>
From: Stephen Borrill <sborrill@netbsd.org>
List: pkgsrc-changes
Date: 02/03/2007 17:09:21
Module Name:	pkgsrc
Committed By:	sborrill
Date:		Sat Feb  3 17:09:21 UTC 2007

Modified Files:
	pkgsrc/security/john: Makefile distinfo
	pkgsrc/security/john/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/security/john/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/security/john/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/security/john/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.