Merge version 1.22.15+rpi1 and 1.22.18 to produce 1.22.18+rpi1 archive/raspbian/1.22.18+rpi1 raspbian/1.22.18+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sat, 15 Mar 2025 01:22:01 +0000 (01:22 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Sat, 15 Mar 2025 01:22:01 +0000 (01:22 +0000)
1  2 
debian/changelog

index 2089e08d22a4e19d4d22383ccf454485f4183c27,4260e673c95b6451987268af19a8498b3851171b..a3f8e11f42b3e88fbd99febb29a932e1ada1f2d0
- dpkg (1.22.15+rpi1) trixie-staging; urgency=medium
++dpkg (1.22.18+rpi1) trixie-staging; urgency=medium
 +
 +  [changes brought forward from 1.20.5+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 02 Aug 2020 12:08:02 +0000]
 +  * Hack up Vendor.pm so it doesn't fail
 +    (see https://lists.debian.org/debian-dpkg/2020/08/msg00004.html )
 +
 +  [changes introduce in 1.21.17+rpi1 by Peter Michael Green]
 +  * disable testsuite.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 06 Mar 2025 16:00:24 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sat, 15 Mar 2025 01:22:00 +0000
++
+ dpkg (1.22.18) unstable; urgency=medium
+   [ Guillem Jover ]
+   * Perl modules:
+     - Dpkg::OpenPGP::Backend::Sequoia: Add missing Dpkg::Gettext import.
+       Thanks to Yuri Konotopov <ykonotopov@gnome.org>. Closes: #1099866
+   * Packaging:
+     - Bump Standards-Version to 4.7.2 (no changes needed).
+   [ Helge Kreutzmann ]
+   * Localization:
+     - Update German man pages translation.
+     - Update German scripts translation.
+  -- Guillem Jover <guillem@debian.org>  Sun, 09 Mar 2025 19:00:01 +0100
+ dpkg (1.22.17) unstable; urgency=medium
+   * Code internals:
+     - libdpkg: Do not crash on missing sysuser or sysgroup system database
+       files. Reported by Marc Haber <mh+debian-packages@zugschlus.de>.
+  -- Guillem Jover <guillem@debian.org>  Fri, 07 Mar 2025 12:07:23 +0100
+ dpkg (1.22.16) unstable; urgency=medium
+   [ Guillem Jover ]
+   * Add support for native arch definition for chroots.
+     Closes: #825385, #1020533
+   * dpkg-db-keeper: Fix pathname in example dpkg.cfg snippet.
+   * Portability:
+     - start-stop-daemon: Move <compat.h> and <dpkg/macros.h> after OS and
+       header setup macros.
+   * Perl modules:
+     - Dpkg::OpenPGP::Backend::GnuPG: Do not require cmdstore for backend
+       command.
+     - Dpkg::OpenPGP::Backend: Generalize has_verify_cmd().
+     - Dpkg::OpenPGP::Backend: Support disabling cmd and cmdv via 'none' value.
+     - Dpkg::OpenPGP::Backend::SOP: Add sopv support.
+     - Dpkg::OpenPGP::Backend::GnuPG: Refactor newline workaround into a
+       function.
+     - Dpkg::OpenPGP::Backend::GnuPG: Do not add the newline workaround for
+       gpg-sq.
+     - Dpkg::OpenPGP::Backend::Sequoia: Add a hint about authorizing own keys.
+     - Dpkg::OpenPGP::Backend::Sequoia: Refactor cmd and cmdv handling.
+   * Documentation:
+     - man: Remove trailing space. Closes: #1095542
+     - doc: Remove trailing angle bracket.
+     - doc: Split and sort copyright statements.
+   * Code internals:
+     - libdpkg: Add new strvec module.
+     - libdpkg: Add new path_canonicalize() function.
+     - libdpkg: Add new file_realpath() function.
+     - libdpkg: Add new file_canonicalize() function.
+     - libdpkg: Normalize root dir setting.
+     - libdpkg: Remove unused pwd.h and grp.h header includes.
+     - libdpkg: Refactor passwd and group fetching into functions.
+     - libdpkg: Cache root user/group to UID/GID mapping to speed up unpacking.
+     - libdpkg: Update missing symbols to the version map.
+     - start-stop-daemon: Move Solaris _FILE_OFFSET_BITS undef after other
+       header setup macros.
+     - dselect, test: Mark C++ destructors on derived classes as override.
+     - start-stop-daemon: Reformat license/copyright comment header.
+     - libcompat: Add compatibility functions for fgetpwent() and fgetgrent().
+     - libdpkg: Add support for sysuser/sysgroup specific to each chroot.
+       Closes: #1033051
+   * Build system:
+     - Avoid explicitly escaped hash characters in automake files.
+   * Packaging:
+     - Add OpenPGP tools to Build-Depends as pkg.dpkg.author-testing build
+       profile.
+     - Move gnupg and gpgv as the last alternatives.
+     - Add a NEWS entry to dpkg-dev for Rules-Requires-Root default change.
+   * Test suite:
+     - Skip OpenPGP backend tests based on available cmd and cmdv programs.
+     - Rework OpenPGP backend selection to prepare for cmdv support.
+     - Add OpenPGP cmdv testing support.
+     - Refactor database files creation into new DPKG_GEN_DB_FILE macro.
+     - Update cppcheck to request C++14 to match expected baseline.
+     - Pass --root-owner-group to dpkg-deb in functional tests.
+   * Localization:
+     - Update Brazilian Portuguese translations.
+       Thanks to Paulo Henrique de Lima Santana <phls@debian.org>.
+       Closes: #1098464, #1099687
+     - Update Dutch man pages translations.
+       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
+       Closes: #1095412
+   [ Helge Kreutzmann ]
+   * Localization:
+     - Update German man pages translation.
+   [ Sven Joachim ]
+   * Localization:
+     - Update German programs translation.
+  -- Guillem Jover <guillem@debian.org>  Fri, 07 Mar 2025 03:03:55 +0100
  
  dpkg (1.22.15) unstable; urgency=medium