Puzzled by latest source distribution (xml-security-src-1_4_6.zip)
I try this:
> gpg --verify xml-security-src-1_4_6.zip.asc
gpg: Signature made Mon Oct 17 12:08:16 2011 CEST using RSA key ID 0AD53983
gpg: Can't check signature: public key not found
Note, I downloaded the KEYS file from:
https://www.apache.org/dist/santuario/KEYS
and I did this, just to double-check:
> gpg --import KEYS
gpg: key 2F0484CD: "Christian Geuer-Pollmann <[email protected]>" not
changed
gpg: key B990D401: "Berin Lautenbach <[email protected]>" not changed
gpg: key 7ACCEBEC: "Raul Benito Garcia <[email protected]>" not changed
gpg: key 47905D15: "Scott Cantor (Internet2) <[email protected]>" not changed
gpg: key A74A32FC: "Sean Mullan <[email protected]>" not changed
gpg: key 7DB5DC2E: "Colm O hEigeartaigh <[email protected]>" not changed
Note that key ID 0AD53983 indicated on the --verify line doesn't match
any of the KEYS above. What am I missing?
-Eric.