CVS: moonbase/crypto/mhash BUILD,NONE,1.1 DETAILS,1.3,1.4
Terry Chan
tchan at lunar-linux.org
Tue Dec 9 03:33:44 GMT 2003
Update of /var/cvs/lunar/moonbase/crypto/mhash
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21356
Modified Files:
DETAILS
Added Files:
BUILD
Log Message:
Added a BUILD script as mhash MUST build the static as well as the default
shared libs, now. The aide module (>= 0.10) REQUIRES the static version
of mhash. Touched the UPDATED field in DETAILS to try and force everyone
using mhash to recompile.
--- NEW FILE: BUILD ---
(
OPTS=$OPTS" --enable-static" &&
default_build &&
ldconfig
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/mhash/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 20 Sep 2003 13:07:39 -0000 1.3
+++ DETAILS 9 Dec 2003 03:33:42 -0000 1.4
@@ -7,7 +7,7 @@
SOURCE_VFY=md5:c5fcebff6753a03403cfed3ba8771a56
WEB_SITE=http://mhash.sourceforge.net/
ENTERED=20011123
- UPDATED=20030920
+ UPDATED=20031208
SHORT="Mhash is a free library for hash algorithms"
cat << EOF
mhash is a thread-safe hash library implemented in C, and provides a
More information about the Lunar-commits
mailing list