You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2022/08/17 14:20:41 UTC

svn commit: r1903494 - in /httpd/apreq/trunk: Makefile.am build/RELEASE

Author: jorton
Date: Wed Aug 17 14:20:40 2022
New Revision: 1903494

URL: http://svn.apache.org/viewvc?rev=1903494&view=rev
Log:
Stop generating MD5 checksums for release tarballs since these are now
deprecated by https://www.apache.org/info/verification.html

Modified:
    httpd/apreq/trunk/Makefile.am
    httpd/apreq/trunk/build/RELEASE

Modified: httpd/apreq/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/Makefile.am?rev=1903494&r1=1903493&r2=1903494&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Wed Aug 17 14:20:40 2022
@@ -44,7 +44,6 @@ release: distclean docs_clean reconfig d
 	@cd $(distdir); @PERL@ -M$(EUM) -e "$(EUM)::mkmanifest"
 	@PERL@ -ple '$$_="$(distdir)/$$_"' $(distdir)/MANIFEST | $(TAR) -czf $(distdir).tar.gz -T -
 	rm -rf $(distdir)
-	@md5sum $(distdir).tar.gz > $(distdir).tar.gz.md5
 	@sha256sum $(distdir).tar.gz > $(distdir).tar.gz.sha256
 	@sha512sum $(distdir).tar.gz > $(distdir).tar.gz.sha512
 	@echo "Made $(distdir).tar.gz and hashes"

Modified: httpd/apreq/trunk/build/RELEASE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?rev=1903494&r1=1903493&r2=1903494&view=diff
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Wed Aug 17 14:20:40 2022
@@ -80,7 +80,7 @@ FreeBSD/Solaris note: use gmake!
     svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.17 \
            https://svn.apache.org/repos/asf/httpd/apreq/tags/v2.17
 
-10. Upload (scp) the package, signature and MD5/SHA* hash files to
+10. Upload (scp) the package, signature and SHA* hash files to
    www.apache.org for distribution:
    
         $ svn co https://dist.apache.org/repos/dist/release/httpd/libapreq/ apreq-dist-site