summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/NEWS7
-rw-r--r--debian/changelog25
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--po/apt-all.pot4
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 <deity@lists.debian.org>")
-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 <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 ]
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 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "2.9.14">
+<!ENTITY apt-product-version "2.9.15">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "bullseye">
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 <deity@lists.debian.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <deity@lists.debian.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"