You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/03/05 23:01:34 UTC

[trafficserver] branch master updated: Removed MD5 signature values based on ASF updated release policy New policy : -- MUST provide a SHA- or MD5-file -- SHOULD provide a SHA-file -- SHOULD NOT provide a MD5-file

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 900acf7  Removed MD5 signature values based on ASF updated release policy  New policy :      -- MUST provide a SHA- or MD5-file      -- SHOULD provide a SHA-file      -- SHOULD NOT provide a MD5-file
900acf7 is described below

commit 900acf71b5c29e382c46354777b9828705239d1d
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Mar 5 09:04:00 2018 -0800

    Removed MD5 signature values based on ASF updated release policy
     New policy :
         -- MUST provide a SHA- or MD5-file
         -- SHOULD provide a SHA-file
         -- SHOULD NOT provide a MD5-file
---
 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 323f427..4eff0d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,12 +74,10 @@ asf-distdir:
 	$(RM) -r -- $(distdir)/autom4te.cache $(distdir)/ci `find $(distdir) -name .git -o -name .gitignore -o -name .gitmodules`
 
 asf-dist-sign: asf-dist
-	md5sum -b $(distdir).tar.bz2 >$(distdir).tar.bz2.md5
 	sha512sum -b $(distdir).tar.bz2 >$(distdir).tar.bz2.sha512
 	gpg --armor --output $(distdir).tar.bz2.asc  --detach-sig $(distdir).tar.bz2
 
 asf-dist-sign-rc: asf-dist-rc
-	md5sum -b $(distdir)-rc$(RC).tar.bz2 >$(distdir)-rc$(RC).tar.bz2.md5
 	sha512sum -b $(distdir)-rc$(RC).tar.bz2 >$(distdir)-rc$(RC).tar.bz2.sha512
 	gpg --armor --output $(distdir)-rc$(RC).tar.bz2.asc  --detach-sig $(distdir)-rc$(RC).tar.bz2
 

-- 
To stop receiving notification emails like this one, please contact
bcall@apache.org.