[Lunar-commits] r18357 - moonbase/trunk/crypto/john

Florin Braescu florin at lunar-linux.org
Fri Jan 27 05:48:39 UTC 2006


Author: florin
Date: 2006-01-27 05:48:39 +0000 (Fri, 27 Jan 2006)
New Revision: 18357

Modified:
   moonbase/trunk/crypto/john/BUILD
   moonbase/trunk/crypto/john/DETAILS
Log:
bump the version from 1.6 to 1.7. major performance improvements.

Modified: moonbase/trunk/crypto/john/BUILD
===================================================================
--- moonbase/trunk/crypto/john/BUILD	2006-01-26 23:41:27 UTC (rev 18356)
+++ moonbase/trunk/crypto/john/BUILD	2006-01-27 05:48:39 UTC (rev 18357)
@@ -1,11 +1,11 @@
 (
 
-  cd   src
+  cd src
 
-  sedit  "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/"  Makefile
-  sedit  "s/ -m486//"  Makefile
+  sedit "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/" Makefile
+  sedit "s/ -m486//"  Makefile
 
-  make  generic  &&
+  make generic &&
   prepare_install
 
 ) > $C_FIFO 2>&1  &&  (
@@ -13,7 +13,7 @@
   cd  run
   cp  -d  john  mailer  unshadow  unique  unafs  /usr/sbin
 
-  mkdir  -p                /usr/share/john
-  cp  *.chr  *.lst  *.ini  /usr/share/john
+  mkdir  -p                 /usr/share/john
+  cp  *.chr  *.lst  *.conf  /usr/share/john
 
 )

Modified: moonbase/trunk/crypto/john/DETAILS
===================================================================
--- moonbase/trunk/crypto/john/DETAILS	2006-01-26 23:41:27 UTC (rev 18356)
+++ moonbase/trunk/crypto/john/DETAILS	2006-01-27 05:48:39 UTC (rev 18357)
@@ -1,11 +1,11 @@
            MODULE=john
-         VERSION=1.6
+         VERSION=1.7
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.openwall.com/john/dl/
-      SOURCE_VFY=md5:aae782f160041b2bdc624b0a84054e32
+      SOURCE_URL=http://www.openwall.com/john/d/
+      SOURCE_VFY=sha1:c56a7344b17e8fd9d626a1fa0ebcfc4768a77ff1
         WEB_SITE=http://www.openwall.com/john/
          ENTERED=20011216
-         UPDATED=20011216
+         UPDATED=20060127
            SHORT="John the Ripper is a fast password cracker."
 
 cat << EOF



More information about the Lunar-commits mailing list