[Rt-commit] rt branch, 4.4/snapshot-sha256sum, created. rt-4.4.2-229-g315cf966b
? sunnavy
sunnavy at bestpractical.com
Fri May 4 11:40:33 EDT 2018
The branch, 4.4/snapshot-sha256sum has been created
at 315cf966b09a97834014a286f36a7f8d974ce2de (commit)
- Log -----------------------------------------------------------------
commit 315cf966b09a97834014a286f36a7f8d974ce2de
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri May 4 23:33:01 2018 +0800
Switch to SHA-256 for snapshot checksums as in release notes
The command shasum is from dependency Digest::SHA, so it's always
available.
diff --git a/Makefile.in b/Makefile.in
index cc418241f..180f526bd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -528,7 +528,7 @@ clearsign-third-party:
gpg --armor --detach-sign "$(SNAPSHOT)-third-party-source.tar.gz"
snapshot-shasums:
- sha1sum $(SNAPSHOT)*.tar.gz*
+ shasum -a 256 $(SNAPSHOT)*.tar.gz*
vessel-import: build-snapshot
[ -d $(VESSEL) ] || (echo "VESSEL isn't a path to your shipwright vessel" && exit -1)
-----------------------------------------------------------------------
More information about the rt-commit
mailing list