about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-09-20 17:25:56 +0200
committerest31 <MTest31@outlook.com>2017-09-20 17:25:56 +0200
commit913007be28816a3ea417941815b8addce3eaffa3 (patch)
treeb0f5e970aa14dc7e72c0db0c8c79354b79fb9733
parent4cdb36262b93390c8733a1ce44665619d9348981 (diff)
downloadrust-913007be28816a3ea417941815b8addce3eaffa3.tar.gz
rust-913007be28816a3ea417941815b8addce3eaffa3.zip
Use SHA512 for signatures
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 0e91fa9c602..028ef729960 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -452,6 +452,7 @@ impl Builder {
         cmd.arg("--no-tty")
             .arg("--yes")
             .arg("--passphrase-fd").arg("0")
+            .arg("--personal-digest-preferences").arg("SHA512")
             .arg("--armor")
             .arg("--output").arg(&asc)
             .arg("--detach-sign").arg(path)