svn commit: r901020 - /lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Wed Jan 20 00:54:03 2010
New Revision: 901020

URL: http://svn.apache.org/viewvc?rev=901020&view=rev
Log:
Make SHA-512's for this release as per ASF recommendations

Modified:
    lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml

Modified: lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml?rev=901020&r1=901019&r2=901020&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml (original)
+++ lenya/tags/RELEASE_2_0_3/src/targets/dist-build.xml Wed Jan 20 00:54:03 2010
@@ -73,9 +73,11 @@
     <gzip zipfile="${dist.bin.dir}.tar.gz" src="${dist.bin.dir}.tar"/>
     <delete file="${dist.bin.dir}.tar"/>
     <checksum file="${dist.bin.dir}.tar.gz" fileext=".md5"/>
-    
+    <checksum file="${dist.bin.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
+
     <zip zipfile="${dist.bin.dir}.zip" basedir="${dist.root}" includes="${distname}-bin/**"/>
     <checksum file="${dist.bin.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.bin.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--
@@ -143,9 +145,11 @@
     <gzip zipfile="${dist.src.dir}.tar.gz" src="${dist.src.dir}.tar"/>
     <delete file="${dist.src.dir}.tar"/>
     <checksum file="${dist.src.dir}.tar.gz" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
 
     <zip zipfile="${dist.src.dir}.zip" basedir="${dist.root}" includes="${distname}-src/**"/>
     <checksum file="${dist.src.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.