From 7e68eb820ee613e6685cdbf48893e87636b4031a Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 28 Nov 2024 19:35:12 +0100 Subject: Release 2.9.15 --- CMakeLists.txt | 2 +- debian/NEWS | 7 +++++++ debian/changelog | 25 +++++++++++++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 4 ++-- 6 files changed, 38 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16aa70f56..b5370a5ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "2.9.14") +set(PACKAGE_VERSION "2.9.15") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) 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 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 Thu, 28 Nov 2024 19:33:03 +0100 + apt (2.9.14) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index ff38a78c5..f1c818ac8 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 168b556aa..1f27667b6 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.9.14\n" +"Project-Id-Version: apt-doc 2.9.15\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-11-22 16:16+0000\n" +"POT-Creation-Date: 2024-11-28 18:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 8d3edefb6..2b2624dcb 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.14\n" +"Project-Id-Version: apt 2.9.15\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-11-22 16:16+0000\n" +"POT-Creation-Date: 2024-11-28 18:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3-70-g09d2