[Rt-commit] rtir branch, 4.0/dist-sha256sum, created. 4.0.1rc1-86-g487a57b8

? sunnavy sunnavy at bestpractical.com
Fri May 4 11:46:42 EDT 2018


The branch, 4.0/dist-sha256sum has been created
        at  487a57b81e1e885b2401300578b5a45fa57d5d3e (commit)

- Log -----------------------------------------------------------------
commit 487a57b81e1e885b2401300578b5a45fa57d5d3e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri May 4 23:42:23 2018 +0800

    Switch to SHA-256 for dist checksums as in release notes
    
    The command shasum is from dependency Digest::SHA, so it's always
    available.

diff --git a/Makefile.PL b/Makefile.PL
index 8e8d2714..3eb2fddf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -60,7 +60,7 @@ sign-dist:
 	gpg -a --detach-sign \$(DISTVNAME).tar.gz
 
 dist-shasums:
-	sha1sum \$(DISTVNAME).tar.gz*
+	shasum -a 256 \$(DISTVNAME).tar.gz*
 
 parallel-test: test-parallel
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list