[Lunar-commits] r23362 - moonbase/trunk/crypto/mcrypt
Florin Braescu
florin at lunar-linux.org
Tue Feb 20 03:49:48 CET 2007
Author: florin
Date: 2007-02-20 03:49:47 +0100 (Tue, 20 Feb 2007)
New Revision: 23362
Added:
moonbase/trunk/crypto/mcrypt/BUILD
Modified:
moonbase/trunk/crypto/mcrypt/DETAILS
Log:
bump the version from 2.6.4 to 2.6.5. Assorted potentially severe bugs were fixed.
Added: moonbase/trunk/crypto/mcrypt/BUILD
===================================================================
--- moonbase/trunk/crypto/mcrypt/BUILD (rev 0)
+++ moonbase/trunk/crypto/mcrypt/BUILD 2007-02-20 02:49:47 UTC (rev 23362)
@@ -0,0 +1,6 @@
+(
+
+ sedit "s:(top_builddir)/\\$::" po/Makefile.in.in &&
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/crypto/mcrypt/DETAILS
===================================================================
--- moonbase/trunk/crypto/mcrypt/DETAILS 2007-02-20 02:34:01 UTC (rev 23361)
+++ moonbase/trunk/crypto/mcrypt/DETAILS 2007-02-20 02:49:47 UTC (rev 23362)
@@ -1,12 +1,13 @@
MODULE=mcrypt
- VERSION=2.6.4
+ VERSION=2.6.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:6541caeab47999789595ad714b741fdf98c77aca
+ SOURCE_VFY=sha1:70c81f5ec18ad30420734fe04ec848a1a0bf678b
WEB_SITE=http://sourceforge.net/projects/$MODULE
ENTERED=20011123
- UPDATED=20030921
- SHORT="a replacement of the old unix crypt(1) under the GPL"
+ UPDATED=20070220
+ SHORT="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
to be a replacement for the old UNIX crypt. It uses well-known and
More information about the Lunar-commits
mailing list