Skip to content

Commit

Permalink
tools: explicitly set digest algo for SHASUM to 256
Browse files Browse the repository at this point in the history
PR-URL: #9071
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
rvagg authored and Myles Borins committed Oct 19, 2016
1 parent 2c3bbb5 commit 955bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Expand Up @@ -97,7 +97,7 @@ function sign {

scp ${webuser}@${webhost}:${shapath} ${tmpdir}/${shafile}

gpg --default-key $gpgkey --clearsign ${tmpdir}/${shafile}
gpg --default-key $gpgkey --clearsign --digest-algo SHA256 ${tmpdir}/${shafile}

echo "Wrote to ${tmpdir}/"

Expand Down

0 comments on commit 955bbf8

Please sign in to comment.