MD5 is considered broken, so we should verify downloaded artefacts for our build process with a non broken checksum. SHA-512 is considered safe -- at the moment.
Date: Fri Oct 12 19:49:33 2018 New Revision: 1843694 URL: http://svn.apache.org/viewvc?rev=1843694&view=rev Log: Use SHA-512 checksums instead of MD5 to verify jar downloads Closes #405 on github Bugzilla Id: 62821 Modified: jmeter/trunk/build.properties jmeter/trunk/build.xml jmeter/trunk/xdocs/changes.xml
Date: Fri Oct 12 20:17:55 2018 New Revision: 1843699 URL: http://svn.apache.org/viewvc?rev=1843699&view=rev Log: Correct SHA-512 checksum for xercesImpl and httpasyncclient Followup to r1843694 Use SHA-512 checksums instead of MD5 to verify jar downloads Relates #405 on github Bugzilla Id: 62821
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4891