pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/dpkg
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 11 16:25:21 UTC 2025
Modified Files:
pkgsrc/misc/dpkg: Makefile PLIST distinfo
Log Message:
dpkg: updated to 1.22.18
dpkg (1.22.18) unstable; urgency=medium
[ Guillem Jover ]
* Perl modules:
- Dpkg::OpenPGP::Backend::Sequoia: Add missing Dpkg::Gettext import.
* Packaging:
- Bump Standards-Version to 4.7.2 (no changes needed).
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
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@localhost>.
dpkg (1.22.16) unstable; urgency=medium
[ Guillem Jover ]
* Add support for native arch definition for chroots.
* 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.
- 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.
* 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@localhost>.
- Update Dutch man pages translations.
Thanks to Frans Spiesschaert <Frans.Spiesschaert%yucom.be@localhost>.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
[ Sven Joachim ]
* Localization:
- Update German programs translation.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/misc/dpkg/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/dpkg/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/dpkg/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/dpkg/Makefile
diff -u pkgsrc/misc/dpkg/Makefile:1.71 pkgsrc/misc/dpkg/Makefile:1.72
--- pkgsrc/misc/dpkg/Makefile:1.71 Thu Feb 6 08:50:54 2025
+++ pkgsrc/misc/dpkg/Makefile Tue Mar 11 16:25:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2025/02/06 08:50:54 adam Exp $
+# $NetBSD: Makefile,v 1.72 2025/03/11 16:25:21 adam Exp $
-DISTNAME= dpkg_1.22.15
+DISTNAME= dpkg_1.22.18
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
Index: pkgsrc/misc/dpkg/PLIST
diff -u pkgsrc/misc/dpkg/PLIST:1.21 pkgsrc/misc/dpkg/PLIST:1.22
--- pkgsrc/misc/dpkg/PLIST:1.21 Fri Jan 3 13:41:51 2025
+++ pkgsrc/misc/dpkg/PLIST Tue Mar 11 16:25:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/01/03 13:41:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/03/11 16:25:21 adam Exp $
bin/dpkg
bin/dpkg-architecture
bin/dpkg-buildapi
@@ -71,7 +71,9 @@ include/dpkg/program.h
include/dpkg/progress.h
include/dpkg/report.h
include/dpkg/string.h
+include/dpkg/strvec.h
include/dpkg/subproc.h
+include/dpkg/sysuser.h
include/dpkg/tarfn.h
include/dpkg/treewalk.h
include/dpkg/trigdeferred.h
@@ -254,7 +256,6 @@ man/es/man5/dpkg.cfg.5
man/es/man5/dselect.cfg.5
man/fr/man1/dpkg-architecture.1
man/fr/man1/dpkg-checkbuilddeps.1
-man/fr/man1/dpkg-deb.1
man/fr/man1/dpkg-distaddfile.1
man/fr/man1/dpkg-divert.1
man/fr/man1/dpkg-genbuildinfo.1
Index: pkgsrc/misc/dpkg/distinfo
diff -u pkgsrc/misc/dpkg/distinfo:1.32 pkgsrc/misc/dpkg/distinfo:1.33
--- pkgsrc/misc/dpkg/distinfo:1.32 Thu Feb 6 08:50:54 2025
+++ pkgsrc/misc/dpkg/distinfo Tue Mar 11 16:25:21 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2025/02/06 08:50:54 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/03/11 16:25:21 adam Exp $
-BLAKE2s (dpkg_1.22.15.tar.xz) = 226648c7995cd3f5eba334a18eba794ea919f4d2e683168b19449d2eeb3bddc2
-SHA512 (dpkg_1.22.15.tar.xz) = 9a0df98aacd8f7bdbd39d5492911af2d7d8c0d9c7b22c5fca8ca887917ad44c235c91ce5c76b7687e067eca4f22928901aaa17f7723ddf3466377cc5f3fe6547
-Size (dpkg_1.22.15.tar.xz) = 5739052 bytes
+BLAKE2s (dpkg_1.22.18.tar.xz) = bb8fd3881148f6583ca0876a1b04d2e8e19a0de55ddcf7c47b49505fda391f5a
+SHA512 (dpkg_1.22.18.tar.xz) = 9c5fc55f46b3a76936492e2798208fa7551948721161c0f341eb09a8b2765c3b008e305d59af8dac079227a424b43b2a7e2f547e7e904b6ac27033a1a690b6fd
+Size (dpkg_1.22.18.tar.xz) = 5753376 bytes
SHA1 (patch-configure) = dc8586d8d3c0336bd9920d6e0fbece57eb787636
SHA1 (patch-lib_dpkg_buffer.c) = c93c8c4fda7c43416690ab71e5afdac2ccefa459
SHA1 (patch-lib_dpkg_color.c) = 7bcb9ab6705f9c423d355c26c58bf916dc4cc935
Home |
Main Index |
Thread Index |
Old Index