From cd841cdb86a9f6d5f0ef9a84d67a698e3ce2ece2 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 15 Jan 2021 10:58:55 +0200 Subject: [PATCH] ed25519: Update expected commit This change in ed25519 is an infrastructure change only: no need to update. Fixes #305 --- securesystemslib/_vendor/test-ed25519-upstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securesystemslib/_vendor/test-ed25519-upstream.sh b/securesystemslib/_vendor/test-ed25519-upstream.sh index 43612193..f4233139 100755 --- a/securesystemslib/_vendor/test-ed25519-upstream.sh +++ b/securesystemslib/_vendor/test-ed25519-upstream.sh @@ -12,7 +12,7 @@ set -eu # This commit matches our securesystemslib/_vendor/ed25519/ content. # If upstream changes, we should review the changes, vendor them, # and update the hash here -pyca_ed25519_expected="c13748e1d24c5c00f6ce2b9c38a319ae02355d97" +pyca_ed25519_expected="0abd61bd0ef914133906b797ad568b35d44744a2" pyca_ed25519_git_url="https://github.com/pyca/ed25519.git" pyca_ed25519_master_head=$(git ls-remote "$pyca_ed25519_git_url" master | cut -f1)