diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 7 | ||||
| -rw-r--r-- | debian/changelog | 25 |
2 files changed, 32 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index e07c179af..6bb6cf19f 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,10 @@ +apt (2.9.15) unstable; urgency=medium + + This release stops using apt-key to verify the signatures. + Final call to stop using it before it's gone next week. + + -- Julian Andres Klode <jak@debian.org> Thu, 28 Nov 2024 19:31:24 +0100 + apt (2.9.11) unstable; urgency=medium The ftp, rsh, and ssh methods have been removed. They have been unsupported diff --git a/debian/changelog b/debian/changelog index fe0d7f1e4..f1784b223 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +apt (2.9.15) unstable; urgency=medium + + [ David Kalnischkies ] + * Collect unprinted Ign errors for display in Err output + + [ Julian Andres Klode ] + * Stop using apt-key for signature verification + - test-apt-cdrom: Hande assert-pubkey-algo like other gpgv messages + - Fix accidental ABI break in debListParser::ParseDepends + - tagfile: Avoid uninitialized variable warnings + - gpgv: Generalize apt_error to apt_msg(), add apt_warning() + - Do not implode key file name vector for calling gpgv + - apt-key: Only cat supported keyrings into the merged one + - apt-key: Temporarily accept 'pub' as an extension for binary gpg keys + - gpgv: Explictly pass all the keyrings to gpgv from apt + - gpgv: Use std::string instead of const char * + - strutl: Add Base64Decode + - gpgv: Verify keyrings and dearmor outside apt-key + - Directly call gpgv instead of apt-key + - gpgv: Add direct support for --assert-pubkey-algo + - fileutl: Use execvp() in Popen() instead of execv() + - Detect working gpgv using gpgv --dump-options + + -- Julian Andres Klode <jak@debian.org> Thu, 28 Nov 2024 19:33:03 +0100 + apt (2.9.14) unstable; urgency=medium [ Julian Andres Klode ] |
