From 0993ad68241d3d2eaa3dd99a5e9667e9b68275c6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 30 Jul 2024 13:19:29 +0900 Subject: Release 2.9.7 --- CMakeLists.txt | 2 +- debian/changelog | 26 ++++++++++++++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 9 +++++++-- po/ar.po | 7 ++++++- po/ast.po | 7 ++++++- po/bg.po | 7 ++++++- po/bs.po | 7 ++++++- po/ca.po | 7 ++++++- po/cs.po | 7 ++++++- po/cy.po | 7 ++++++- po/da.po | 7 ++++++- po/de.po | 7 ++++++- po/dz.po | 7 ++++++- po/el.po | 7 ++++++- po/es.po | 7 ++++++- po/eu.po | 7 ++++++- po/fi.po | 7 ++++++- po/fr.po | 7 ++++++- po/gl.po | 7 ++++++- po/hu.po | 7 ++++++- po/it.po | 7 ++++++- po/ja.po | 7 ++++++- po/km.po | 7 ++++++- po/ko.po | 7 ++++++- po/ku.po | 7 ++++++- po/lt.po | 7 ++++++- po/mr.po | 7 ++++++- po/nb.po | 7 ++++++- po/ne.po | 7 ++++++- po/nl.po | 7 ++++++- po/nn.po | 7 ++++++- po/pl.po | 7 ++++++- po/pt.po | 7 ++++++- po/pt_BR.po | 7 ++++++- po/ro.po | 7 ++++++- po/ru.po | 7 ++++++- po/sk.po | 7 ++++++- po/sl.po | 7 ++++++- po/sv.po | 7 ++++++- po/th.po | 7 ++++++- po/tl.po | 7 ++++++- po/tr.po | 7 ++++++- po/uk.po | 7 ++++++- po/vi.po | 7 ++++++- po/zh_CN.po | 7 ++++++- po/zh_TW.po | 7 ++++++- 48 files changed, 295 insertions(+), 49 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1998ca889..12a4ab227 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,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.6") +set(PACKAGE_VERSION "2.9.7") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index ab7133ac4..bc576da0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +apt (2.9.7) unstable; urgency=medium + + [ sid ] + * Show installed version (not candidate version) while removing a package + + [ David Kalnischkies ] + * Parse snapshot option for apt show/list (Closes: #1075819) + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #1075874) + * Dutch manpages translation update (Closes: #1075875) + + [ Michał Kułach ] + * Polish program translation update (Closes: #1075975) + + [ Julian Andres Klode ] + * worker: Add an audit level to log audit messages + * gpgv: Add a LaterWorthless level, a SoonWorthless but at 'audit' level + * gpgv: Add IsAssertedPubKeyAlgo() function + * Only revoke weak RSA keys for now, add 'next' and 'future' levels + (LP: #2073126) + * solver3: Refactor Reason.Pkg()/Reason.Ver() use with iterator + * Add note that redundant 'CLI interface' is intentional + + -- Julian Andres Klode Tue, 30 Jul 2024 13:19:24 +0900 + apt (2.9.6) unstable; urgency=medium * solver3: Do not accidentally promote Replaces and Enhances to diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index b2b38f9dc..f415a0eba 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 84ac0e802..4779a0d98 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.6\n" +"Project-Id-Version: apt-doc 2.9.7\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-07-02 20:27+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+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 1f74e756e..7259cd41e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.6\n" +"Project-Id-Version: apt 2.9.7\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-07-02 20:27+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3681,6 +3681,11 @@ msgstr "" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ar.po b/po/ar.po index 63b4f7972..54617fbc7 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -3769,6 +3769,11 @@ msgstr "" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ast.po b/po/ast.po index 49cad880f..1ba96838e 100644 --- a/po/ast.po +++ b/po/ast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -3946,6 +3946,11 @@ msgstr "Nun se pudo invocar " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/bg.po b/po/bg.po index c4131b52d..5e135ea65 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -4002,6 +4002,11 @@ msgstr "Неуспех при извикването на " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/bs.po b/po/bs.po index c3bdb39db..4bc93a042 100644 --- a/po/bs.po +++ b/po/bs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -3753,6 +3753,11 @@ msgstr "" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ca.po b/po/ca.po index 505a1bc5c..c8642bbd7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2020-08-09 22:43+0200\n" "Last-Translator: Aleix Vidal i Gaya \n" "Language-Team: Catalan \n" @@ -4080,6 +4080,11 @@ msgstr "No es pot invocar " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/cs.po b/po/cs.po index ea342db24..87ca399c7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2024-04-13 22:12+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -3958,6 +3958,11 @@ msgstr "Nelze vyvolat " msgid "untrusted public key algorithm: %s" msgstr "nedůvěryhodný algoritmus veřejného klíče: %s" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/cy.po b/po/cy.po index f84178e1d..7da60722d 100644 --- a/po/cy.po +++ b/po/cy.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -3960,6 +3960,11 @@ msgstr "Methwyd gweithredu " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/da.po b/po/da.po index 4afc09a06..e12362274 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -4028,6 +4028,11 @@ msgstr "Kunne ikke udføre " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/de.po b/po/de.po index 92c68071a..25f40d212 100644 --- a/po/de.po +++ b/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2023-07-17 19:13+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \n" @@ -4160,6 +4160,11 @@ msgstr "Aufruf nicht möglich: " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/dz.po b/po/dz.po index 46936263d..b5f3f1893 100644 --- a/po/dz.po +++ b/po/dz.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -3908,6 +3908,11 @@ msgstr "ལས་བཀོལ་འབད་མ་ཚུགས།" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/el.po b/po/el.po index 25c990dca..efa239880 100644 --- a/po/el.po +++ b/po/el.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos \n" "Language-Team: Greek \n" @@ -3899,6 +3899,11 @@ msgstr "Αδύνατη η επίκληση " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/es.po b/po/es.po index 0c6aa642c..42e547489 100644 --- a/po/es.po +++ b/po/es.po @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" @@ -4151,6 +4151,11 @@ msgstr "No se pudo invocar " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/eu.po b/po/eu.po index f6ac284c6..9f2cb2ce5 100644 --- a/po/eu.po +++ b/po/eu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -3909,6 +3909,11 @@ msgstr "Ezin da deitu " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/fi.po b/po/fi.po index 5b4b8c0bd..8d9e39d36 100644 --- a/po/fi.po +++ b/po/fi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -3901,6 +3901,11 @@ msgstr "Käynnistys ei onnistu" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/fr.po b/po/fr.po index 68b9a7dfa..2fd8fa603 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -4170,6 +4170,11 @@ msgstr "Impossible d'invoquer " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/gl.po b/po/gl.po index ff8a3163a..d90d6180f 100644 --- a/po/gl.po +++ b/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -3983,6 +3983,11 @@ msgstr "Non é posíbel chamar a " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/hu.po b/po/hu.po index 7dcb90407..1d95a99b5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -4052,6 +4052,11 @@ msgstr "Nem lehet meghívni " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/it.po b/po/it.po index 581e4709c..f75afe31f 100644 --- a/po/it.po +++ b/po/it.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2019-03-04 11:05+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -4117,6 +4117,11 @@ msgstr "Impossibile invocare " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ja.po b/po/ja.po index ce523c8ab..425a92617 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2022-08-14 14:30+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" @@ -4038,6 +4038,11 @@ msgstr "呼び出せません" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/km.po b/po/km.po index fb54834ec..12d2a0f44 100644 --- a/po/km.po +++ b/po/km.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -3884,6 +3884,11 @@ msgstr "មិន​អាច​ហៅ​ " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ko.po b/po/ko.po index eea8df712..0f388d15a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -3905,6 +3905,11 @@ msgstr "다음을 실행할 수 없습니다: " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ku.po b/po/ku.po index 1c4593d4f..4ab5d1514 100644 --- a/po/ku.po +++ b/po/ku.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -3766,6 +3766,11 @@ msgstr "%s venebû" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/lt.po b/po/lt.po index d0c474b00..8ee1642b4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -3873,6 +3873,11 @@ msgstr "" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/mr.po b/po/mr.po index 506d16ff3..40dab029f 100644 --- a/po/mr.po +++ b/po/mr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -3886,6 +3886,11 @@ msgstr "जारी करण्यास करण्यास असमर् msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/nb.po b/po/nb.po index 74d7b34ba..c6514daf4 100644 --- a/po/nb.po +++ b/po/nb.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -3976,6 +3976,11 @@ msgstr "Klarte ikke å starte" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ne.po b/po/ne.po index 5a153a8b7..a573e542e 100644 --- a/po/ne.po +++ b/po/ne.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -3882,6 +3882,11 @@ msgstr "आह्वान गर्न असक्षम भयो" msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/nl.po b/po/nl.po index 9b47f1618..f968e8206 100644 --- a/po/nl.po +++ b/po/nl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-06-11 12:57+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2024-06-22 20:05+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -4083,6 +4083,11 @@ msgstr "Mislukking bij aanroepen van " msgid "untrusted public key algorithm: %s" msgstr "niet-vertrouwd openbaar sleutelalgoritme: %s" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/nn.po b/po/nn.po index f4b6134e1..42488cf73 100644 --- a/po/nn.po +++ b/po/nn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -3897,6 +3897,11 @@ msgstr "Klarte ikkje starta " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/pl.po b/po/pl.po index 330a8f808..6c0a30b5f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-07-08 20:03+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2024-07-08 17:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -4090,6 +4090,11 @@ msgstr "Nie można wywołać " msgid "untrusted public key algorithm: %s" msgstr "niezaufany algorytm klucza publicznego: %s" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/pt.po b/po/pt.po index 93deeaecf..5bcc24f28 100644 --- a/po/pt.po +++ b/po/pt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -4005,6 +4005,11 @@ msgstr "Não foi possível invocar " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 2ce315b35..359767b5c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: Brazilian Portuguese \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2023-07-13 19:58+0200\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" @@ -4187,6 +4187,11 @@ msgstr "Nu s-a putut invoca " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/ru.po b/po/ru.po index b98d6e986..7d7222087 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.2.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2021-02-22 20:02+0300\n" "Last-Translator: Алексей Шилин \n" "Language-Team: русский \n" @@ -4088,6 +4088,11 @@ msgstr "Невозможно вызвать " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/sk.po b/po/sk.po index fd9cba84f..b0b01dd2a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -3967,6 +3967,11 @@ msgstr "Nedá sa vyvolať " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/sl.po b/po/sl.po index ed597a0d7..316e5848c 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -3973,6 +3973,11 @@ msgstr "Ni mogoče klicati " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/sv.po b/po/sv.po index 037ff9216..203eb64f2 100644 --- a/po/sv.po +++ b/po/sv.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -4005,6 +4005,11 @@ msgstr "Kunde inte starta " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/th.po b/po/th.po index 5ef490b59..d16cd1dbf 100644 --- a/po/th.po +++ b/po/th.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -3892,6 +3892,11 @@ msgstr "ไม่สามารถเรียก " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/tl.po b/po/tl.po index 1352c84e2..61ac0473d 100644 --- a/po/tl.po +++ b/po/tl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -3913,6 +3913,11 @@ msgstr "Hindi ma-invoke " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/tr.po b/po/tr.po index 02695127e..ffcfaadfd 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2023-04-19 15:15+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -4034,6 +4034,11 @@ msgstr "Çağrılamıyor " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/uk.po b/po/uk.po index 1f0b02c1f..c29754881 100644 --- a/po/uk.po +++ b/po/uk.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -4028,6 +4028,11 @@ msgstr "Неможливо викликати " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/vi.po b/po/vi.po index f64a29d8e..cceca8550 100644 --- a/po/vi.po +++ b/po/vi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -4001,6 +4001,11 @@ msgstr "Không thể gọi " msgid "untrusted public key algorithm: %s" msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index d3fedb455..f7cd0aadf 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2024-04-16 13:15-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" @@ -3859,6 +3859,11 @@ msgstr "无法调用 " msgid "untrusted public key algorithm: %s" msgstr "不受信任的公钥算法:%s" +#: methods/gpgv.cc +#, c-format +msgid "%s will be deprecated in a future release" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 943f86fec..42c659cde 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2024-05-25 09:01+0000\n" +"POT-Creation-Date: 2024-07-30 04:29+0000\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]