[SM-Discuss] gnupg 1.4.8 is stricter
Jaka Kranjc
lynx at mages.ath.cx
Sun Dec 23 16:34:00 EST 2007
I agree, but I just wanted to hear some more opinions first.
I ran this on test and committed the result:
find -name "*.gpg" |
while read kr; do
gpg --no-default-keyring --keyring $kr --refresh-keys;
gpg --no-default-keyring --keyring $kr --list-keys |
grep -o "/[^ ]*" | cut -d/ -f2 |
xargs -I I -- gpg --no-default-keyring --keyring $kr --edit-key I clean
save;
done
It refreshed all the keys in all the keyrings then cleaned them up (removed
unusable signatures and more). Crosscertification was done automatically it
seems, that code alone fixed findutils. I didn't check any of the others.
If nothing is wrong, I'll run it over other grimoires once I get back home.
LP; Happy Holidays!
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: This is a digitally signed message part.
Url : http://lists.ibiblio.org/pipermail/sm-discuss/attachments/20071223/9c075ede/attachment.bin
More information about the SM-Discuss
mailing list