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: Mon Jan 6 07:54:18 UTC 2025
Modified Files:
pkgsrc/misc/dpkg: Makefile distinfo
Log Message:
dpkg: updated to 1.22.13
dpkg (1.22.13) unstable; urgency=medium
* dpkg-deb: Add support for filesystem metadata checks.
* Perl modules:
- Dpkg::OpenPGP::Backend::Sequoia: Handle all KeyHandle types in
inline_sign().
- Dpkg::OpenPGP::Backend::Sequoia: Check whether we can use the key.
- Dpkg::OpenPGP::Backend: Add missing imports.
- Dpkg::BuildDriver::DebianRules: Change default R³ value to «no».
* Documentation:
- man: Document the version since the Section and Priority fields have
defaults.
- man: Clarify Priority values by mentioning known important and unknown
ones.
- man: Clarify Section and Priority values usage tied to distribution
policies.
- man: Refer to --sign-keyid instead of --sign-key in DEB_SIGN_KEYID
description.
* Code internals:
- libdpkg: Add test cases for varbuf C++ operators.
- libdpkg: Do not call varbuf_init() from operator=().
- dselect: Make sure the search varbuf always has allocated space.
- dselect: Update the search varbuf to account for the used size.
- dselect: Fix logic inversion in repeat search keybinding.
- dselect: Fix formatting for return in keybindings::find().
- scripts: When printing a field value quote it with double quotes.
- dpkg-gencontrol: Add missing field name to warning message.
- dpkg-genchanges: Set Section and Priority defaults even with no fields.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/misc/dpkg/Makefile
cvs rdiff -u -r1.29 -r1.30 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.68 pkgsrc/misc/dpkg/Makefile:1.69
--- pkgsrc/misc/dpkg/Makefile:1.68 Fri Jan 3 13:41:51 2025
+++ pkgsrc/misc/dpkg/Makefile Mon Jan 6 07:54:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/01/03 13:41:51 adam Exp $
+# $NetBSD: Makefile,v 1.69 2025/01/06 07:54:18 adam Exp $
-DISTNAME= dpkg_1.22.12
+DISTNAME= dpkg_1.22.13
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
@@ -21,7 +21,7 @@ BUILD_DEFS+= VARBASE
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake msgfmt perl:run gtar:run pod2man
+USE_TOOLS+= gmake gtar:run msgfmt perl:run pkg-config pod2man
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-admindir=${VARBASE}/db/dpkg
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/dpkg
Index: pkgsrc/misc/dpkg/distinfo
diff -u pkgsrc/misc/dpkg/distinfo:1.29 pkgsrc/misc/dpkg/distinfo:1.30
--- pkgsrc/misc/dpkg/distinfo:1.29 Fri Jan 3 13:41:51 2025
+++ pkgsrc/misc/dpkg/distinfo Mon Jan 6 07:54:18 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2025/01/03 13:41:51 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/01/06 07:54:18 adam Exp $
-BLAKE2s (dpkg_1.22.12.tar.xz) = aef925aa5678423a7561f94f568d669f1904642859fe5f46257205a064d5f44f
-SHA512 (dpkg_1.22.12.tar.xz) = dd89f28359fa28a11ceb1b19486b7a8e4795a4c7e187bb2b70bf12c7804c94bbbfdc9060862ce103aeb06d2b0033a725535b97912b1719e0b73e6c12c583b346
-Size (dpkg_1.22.12.tar.xz) = 5703416 bytes
+BLAKE2s (dpkg_1.22.13.tar.xz) = 0b2e3fa3acb77a040bec88129d3db1d7bb360c74b1f3e750f505dbd5869c5c98
+SHA512 (dpkg_1.22.13.tar.xz) = 3eb24f183b63e273b998a3effd4be802e396b29934de6f1998b9794bd7e470dc8304b8be0079f0e7083dd9f9df8c66bc0345996246b4b70702f7c61ca6a7c218
+Size (dpkg_1.22.13.tar.xz) = 5709060 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