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

Florin Braescu florin at lunar-linux.org
Sat Jul 19 05:56:23 CEST 2008


commit 4645d84121153dd2617a5124d6f83600cfa96f6a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jul 19 06:56:23 2008 +0300

    john: version bumped to 1.7.3.1.
    
    Changes:
    * Corrected the x86 assembly files for building on Mac OS X.
    * Merged in some generic changes from JtR Pro.
    * 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.
---
 crypto/john/DETAILS |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/crypto/john/DETAILS b/crypto/john/DETAILS
index 72c1f76..cae1fa4 100644
--- a/crypto/john/DETAILS
+++ b/crypto/john/DETAILS
@@ -1,12 +1,12 @@
            MODULE=john
-         VERSION=1.7.2
+         VERSION=1.7.3.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.openwall.com/john/f/
-      SOURCE_VFY=sha1:7cc994f9cbd1582b46cbdeb1d5f318891ea8b411
-        WEB_SITE=http://www.openwall.com/john/
+      SOURCE_URL=http://www.openwall.com/john/g
+      SOURCE_VFY=sha1:45f6ed73f7ea82460f3a33d6452bd8c17bdf863d
+        WEB_SITE=http://www.openwall.com/john
          ENTERED=20011216
-         UPDATED=20060529
-           SHORT="fast password cracker."
+         UPDATED=20080718
+           SHORT="A fast password cracker"
 
 cat << EOF
 John the Ripper is a fast password cracker, currently available


More information about the Lunar-commits mailing list