I looked at the branch that Michael posted and this is a no-go for a security update for stable because:
a) it adds new strings
b) it changes config option names:
- string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg");
+ string pubringpath = _config->Find("APT::gpg::TrustedKeyring", "/etc/apt/trusted.gpg");
Currently I believe this is a problem with gpgv and should adressed there (also there is some argument
about this given that the man page for gpgv states that it will trust any key).
I looked at the branch that Michael posted and this is a no-go for a security update for stable because:
a) it adds new strings >Find(" APT::GPGV: :TrustedKeyring ", "/etc/apt/ trusted. gpg"); >Find(" APT::gpg: :TrustedKeyring ", "/etc/apt/ trusted. gpg");
b) it changes config option names:
- string pubringpath = _config-
+ string pubringpath = _config-
Currently I believe this is a problem with gpgv and should adressed there (also there is some argument
about this given that the man page for gpgv states that it will trust any key).