CVS: moonbase/crypto/mcrypt DETAILS,1.3,1.4
    Terry Chan 
    tchan at lunar-linux.org
       
    Mon Sep 22 02:23:08 GMT 2003
    
    
  
Update of /var/cvs/lunar/moonbase/crypto/mcrypt
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6634
Modified Files:
	DETAILS 
Log Message:
Okay this module is now fixed correctly.  Do NOT change this module back to
downloading the source code from SourceForge until the mcrypt devs fix their
source code to correctly download a REAL tar.gz file and not some mislabelled
tar file.  Their source code has NOT been updated since 20030221, so this 
doesn't appear to be under active development anyways.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/mcrypt/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	20 Sep 2003 08:46:05 -0000	1.3
+++ DETAILS	22 Sep 2003 02:23:06 -0000	1.4
@@ -1,14 +1,15 @@
           MODULE=mcrypt
          VERSION=2.6.4
-#         VERSION=2.6.3
+        #VERSION=2.6.3
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
-   SOURCE_VFY=md5:0556254f76b2ad7640456cb4fcf724ff
-         WEB_SITE=http://mcrypt.hellug.gr/#_mcrypt
+   SOURCE_URL[0]=http://public.planetmirror.com/pub/$MODULE/$SOURCE
+# Don't use SOURCEFORGE as their tar.gz is incorrectly labelled!!!
+#  SOURCE_URL[1]=$SFORGE_URL/$MODULE/$SOURCE
+      SOURCE_VFY=md5:5a011846fd0f166428c8d97359aaa6b3
+        WEB_SITE=http://sourceforge.net/projects/$MODULE
          ENTERED=20011123
-         UPDATED=20030920
-      MAINTAINER=kongar at tsrsb.org.tr
+         UPDATED=20030921
            SHORT="mcrypt is intended to be a replacement of the old unix crypt(1) under the GPL"
 cat << EOF
 mcrypt is a program for encrypting files or streams. It is intended
    
    
More information about the Lunar-commits
mailing list