[Lunar-commits] <moonbase> john: version bumped to 1.7.6.

Florin Braescu florin at lunar-linux.org
Mon Jun 14 21:42:26 CEST 2010


commit 9e734aa226ec1cc0a5db8cc6d1569631fa4a2c06
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jun 14 22:42:26 2010 +0300

    john: version bumped to 1.7.6.
    
    crypt(3) support has been added e.g. for SHA-crypt and SunMD5, with
    OpenMP parallelization on Linux and Solaris. John's Blowfish code has
    also been parallelized with OpenMP. A more suitable version of x86
    assembly Blowfish code is now chosen on Core i7. More optimal DES
    S-boxes for PowerPC/AltiVec have been integrated. The bitslice DES
    code has been reworked to allow for the use of arbitrary SIMD
    intrinsics and mixed-type vectors (e.g., 192-bit with SSE2+MMX).
    The loader will now detect hashes on a line on their own. The
    handling of tty settings with "--stdin" and Ctrl-C has been
    improved.
---
 crypto/john/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/crypto/john/DETAILS b/crypto/john/DETAILS
index bda9d42..97a9919 100644
--- a/crypto/john/DETAILS
+++ b/crypto/john/DETAILS
@@ -1,11 +1,11 @@
            MODULE=john
-         VERSION=1.7.5
+         VERSION=1.7.6
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.openwall.com/john/g
-      SOURCE_VFY=sha1:d3d311ef9e68de83ba8e9ce75a6b6eab14839372
+      SOURCE_VFY=sha1:a767b65d8387d264238db7c5613986fc88b730aa
         WEB_SITE=http://www.openwall.com/john
          ENTERED=20011216
-         UPDATED=20100226
+         UPDATED=20100614
            SHORT="A fast password cracker"
 
 cat << EOF


More information about the Lunar-commits mailing list