[Lunar-commits] CVS: moonbase/utils/ccache DETAILS,1.5,1.6
Auke Kok
sofar at lunar-linux.org
Fri Aug 27 08:09:48 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/ccache
In directory dbguin.lunar-linux.org:/tmp/cvs-serv996
Modified Files:
DETAILS
Log Message:
Proof of concept and test case: sha1:XXX file verification, coexists together with md5: syntax and verified does not break older core that has no way of checking 'sha1:' syntax yet.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/ccache/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 3 Oct 2003 03:53:07 -0000 1.5
+++ DETAILS 27 Aug 2004 08:09:46 -0000 1.6
@@ -1,15 +1,14 @@
MODULE=ccache
VERSION=2.3
- #VERSION=2.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://ccache.samba.org/ftp/ccache/$SOURCE
- SOURCE_VFY=md5:5e4afc0b170bf282d1813aeaf3d577d2
+ SOURCE_URL=http://ccache.samba.org/ftp/ccache/$SOURCE
+ SOURCE_VFY[0]=md5:5e4afc0b170bf282d1813aeaf3d577d2
+ SOURCE_VFY[1]=sha1:eb8ece3cd1b57752b5503b1e65d9bbe302533407
WEB_SITE=http://ccache.samba.org/
ENTERED=20020701
UPDATED=20030903
- SHORT="ccache is a compiler cache."
-
+ SHORT="ccache is a compiler cache."
cat << EOF
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
More information about the Lunar-commits
mailing list