summaryrefslogtreecommitdiffstats
path: root/VREF
diff options
context:
space:
mode:
authorturret <turret@duck.com>2025-01-12 18:36:19 -0600
committerturret <turret@duck.com>2025-01-12 18:36:19 -0600
commit300805cfaa6a0738c1bf16871e0eea2fb5274155 (patch)
treedf2cffca8addb332f508bc0f6911843e4df4f6b3 /VREF
parent9dc58d6ce1f62f6f1d61bc46dd7b075a140f2f23 (diff)
downloadhooks-300805cfaa6a0738c1bf16871e0eea2fb5274155.tar.gz
hooks-300805cfaa6a0738c1bf16871e0eea2fb5274155.tar.bz2
hooks-300805cfaa6a0738c1bf16871e0eea2fb5274155.zip
gpg: add other error codesHEADmaster
Diffstat (limited to 'VREF')
-rwxr-xr-xVREF/gpg8
1 files changed, 8 insertions, 0 deletions
diff --git a/VREF/gpg b/VREF/gpg
index 07e1664..8d22b0d 100755
--- a/VREF/gpg
+++ b/VREF/gpg
@@ -102,6 +102,14 @@ while read -r r; do
echo "*** Signature cannot be checked on ${r}, refusing"
exit 1
;;
+ Y)
+ echo "*** Signing key expired on ${r}, refusing"
+ exit 1
+ ;;
+ R)
+ echo "*** Signing key revoked on ${r}, refusing"
+ exit 1
+ ;;
*)
echo "*** Unknown signature status '${signst}', refusing"
exit 1