Author: markt Date: Mon Mar 5 11:48:38 2018 New Revision: 1825872 URL: http://svn.apache.org/viewvc?rev=1825872&view=rev Log: Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy.
Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1825872&r1=1825871&r2=1825872&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Mon Mar 5 11:48:38 2018 @@ -1293,7 +1293,6 @@ <fileset dir="${tomcat.embed}"> <include name="**" /> <exclude name="*.asc" /> - <exclude name="*.md5" /> <exclude name="*.sha1" /> <exclude name="*.sha512" /> <exclude name="*.zip" /> @@ -1311,7 +1310,6 @@ <tarfileset dir="${tomcat.embed}" prefix="${final.name}-embed"> <include name="**" /> <exclude name="*.asc" /> - <exclude name="*.md5" /> <exclude name="*.sha1" /> <exclude name="*.sha512" /> <exclude name="*.zip" /> @@ -2131,7 +2129,6 @@ skip.installer property in build.propert </signcode> <!-- .exe has changed so need to redo checksums and OpenPGP signature --> <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.asc" /> - <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.md5" /> <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.sha1" /> <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.sha512" /> <hashAndSign file="${tomcat.release}/v${version}/bin/${final.name}.exe" /> @@ -2172,7 +2169,6 @@ skip.installer property in build.propert <include name="*.zip"/> <include name="*.tar.gz"/> <include name="*.asc"/> - <include name="*.md5"/> <include name="*.sha1"/> <include name="*.sha512"/> </fileset> @@ -2952,16 +2948,13 @@ Read the Building page on the Apache Tom <attribute name="file" /> <sequential> <local name="filename" /> - <local name="md5value" /> <local name="sha1value" /> <local name="sha512value" /> <basename file="@{file}" property="filename" /> - <checksum algorithm="MD5" file="@{file}" property="md5value" /> <checksum algorithm="SHA-1" file="@{file}" property="sha1value" /> <checksum algorithm="SHA-512" file="@{file}" property="sha512value" /> - <echo file="@{file}.md5" message="${md5value}${md5sum.binary-prefix}${filename}" /> <echo file="@{file}.sha1" message="${sha1value}${md5sum.binary-prefix}${filename}" /> <echo file="@{file}.sha512" message="${sha512value}${md5sum.binary-prefix}${filename}" /> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1825872&r1=1825871&r2=1825872&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Mon Mar 5 11:48:38 2018 @@ -45,6 +45,12 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 9.0.7 (markt)" rtext="in development"> + <subsection name="Other"> + <changelog> + Update the build script so MD5 hashes are no longer generated for releases + as per the change in the ASF distribution policy. (markt) + </changelog> + </subsection> </section> <section name="Tomcat 9.0.6 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org