]> git.saurik.com Git - apt.git/commit
merge fragment keyrings in apt-key to avoid hitting gpg limits
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 24 Jan 2014 21:40:52 +0000 (22:40 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:12:14 +0000 (00:12 +0200)
commit5beb682d2de2003e1c022cb298d6c2ec0cf91c0d
tree620843b17c01c27830b55c4d6868c4e44a411e7e
parent4b30c1dc053278a6b9bdb50f0d91b3f934e8613d
merge fragment keyrings in apt-key to avoid hitting gpg limits

gnupg has a hardlimit of 40 (at the moment) keyrings per invocation,
which can be exceeded with (many) repositories. That is rather
misfortune as the longrun goal was to drop gnupg dependency at some
point in the future, but this can now be considered missed and dropped.

It also means that 'apt-key adv' commands might not have the behaviour
one would expect it to have as it mainly operates on a big temporary
keyring, so commands modifying keys will break. Doing this was never a
good idea anyway through, so lets just hope nothing break too badly.

Closes: 733028
cmdline/apt-key.in