mirror of
https://github.com/QuasarApp/QuasarAppCoin.git
synced 2025-04-28 18:54:34 +00:00
Fix regsig checking for subkey sigs in verify-commits
Rebased-From: bbd757940bcb0628df6f7a5bd1fb348cf2290502
This commit is contained in:
parent
ccf5e43ce0
commit
43a987c1cb
@ -17,12 +17,8 @@ for LINE in $(echo "$INPUT" | gpg --trust-model always "$@" 2>/dev/null); do
|
|||||||
;;
|
;;
|
||||||
"[GNUPG:] REVKEYSIG "*)
|
"[GNUPG:] REVKEYSIG "*)
|
||||||
[ "$BITCOIN_VERIFY_COMMITS_ALLOW_REVSIG" != 1 ] && exit 1
|
[ "$BITCOIN_VERIFY_COMMITS_ALLOW_REVSIG" != 1 ] && exit 1
|
||||||
while read KEY; do
|
REVSIG=true
|
||||||
case "$LINE" in "[GNUPG:] REVKEYSIG ${KEY#????????????????????????} "*)
|
GOODREVSIG="[GNUPG:] GOODSIG ${LINE#* * *}"
|
||||||
REVSIG=true
|
|
||||||
GOODREVSIG="[GNUPG:] GOODSIG ${KEY#????????????????????????} "
|
|
||||||
esac
|
|
||||||
done < ./contrib/verify-commits/trusted-keys
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user