[Lunar-commits] r20557 - moonbase/trunk/crypto/mhash

Terry Chan tchan at lunar-linux.org
Mon Jun 26 15:39:11 UTC 2006


Author: tchan
Date: 2006-06-26 15:39:11 +0000 (Mon, 26 Jun 2006)
New Revision: 20557

Modified:
   moonbase/trunk/crypto/mhash/BUILD
   moonbase/trunk/crypto/mhash/DETAILS
Log:
Version bump to mhash-0.9.7.1. Tested against both mcrypt and aide, which now
compile correctly with mhash once again. I don't use php5, but that too
seems to compile against this version of mhash. Removed the unnecessary call
to ldconfig in BUILD. ldconfig is automatically called in post_build.


Modified: moonbase/trunk/crypto/mhash/BUILD
===================================================================
--- moonbase/trunk/crypto/mhash/BUILD	2006-06-26 15:20:18 UTC (rev 20556)
+++ moonbase/trunk/crypto/mhash/BUILD	2006-06-26 15:39:11 UTC (rev 20557)
@@ -1,7 +1,6 @@
 (
 
   OPTS=$OPTS" --enable-static" &&
-  default_build                &&
-  ldconfig
+  default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/crypto/mhash/DETAILS
===================================================================
--- moonbase/trunk/crypto/mhash/DETAILS	2006-06-26 15:20:18 UTC (rev 20556)
+++ moonbase/trunk/crypto/mhash/DETAILS	2006-06-26 15:39:11 UTC (rev 20557)
@@ -1,11 +1,11 @@
           MODULE=mhash
-         VERSION=0.9.2
-          SOURCE=$MODULE-${VERSION}.tar.gz
+         VERSION=0.9.7.1
+          SOURCE=$MODULE-${VERSION}.tar.bz2
       SOURCE_URL=$SFORGE_URL/mhash/
-      SOURCE_VFY=sha1:2b1b377264386a305cf896452aa2c5563d414098
+      SOURCE_VFY=sha1:38a14c337ea41d39f646daf9fa508d7adfd46e9e
         WEB_SITE=http://mhash.sourceforge.net/
          ENTERED=20011123
-         UPDATED=20060130
+         UPDATED=20060626
            SHORT="library providing a large number of hash algorithms"
 
 cat << EOF



More information about the Lunar-commits mailing list