]> git.saurik.com Git - apt.git/commit
keyids in "apt-key del" should be case-insensitive
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 7 Apr 2015 20:34:34 +0000 (22:34 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 7 Apr 2015 20:34:34 +0000 (22:34 +0200)
commitd5cf8851753dde4f45bfd3b48fcdf34247a8752a
tree5fc7a2c731dcd1999e1cac623d8c193bab279b9e
parent7e9b7ea8236a79580c4ca47712558096d66bad53
keyids in "apt-key del" should be case-insensitive

gnupg is case-insensitive about keyids, so back then apt-key called it
directly any keyid was accepted, but now that we work more with the
keyid ourself we regressed to require uppercase keyids by accident.

This is also inconsistent with other apt-key commands which still use
gnupg directly. A single case-insensitive grep and we are fine again.

Closes: 781696
cmdline/apt-key.in
test/integration/test-apt-key