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 20 06:18:48 UTC 2025
Modified Files:
pkgsrc/misc/dpkg: Makefile distinfo
Log Message:
dpkg: updated to 1.22.14
dpkg (1.22.14) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-deb: Switch from info() to hint() for hint message.
* Perl modules:
- Dpkg::BuildDriver::DebianRules: Fix R³ namespace check to only refuse
unknown dpkg keywords.
* Make fragments:
- Use flavor to avoid re-caching empty variables.
* Shell library:
- Abstract color clearing with a new variable.
- Lowercase and namespace private variables with _dpkg_.
- Fix debug output format to print debug in lowercase after progname.
- Document library interface basics and the version when introduced.
- Add support for notice(), info() and hint() functions.
* Code internals:
- libdpkg: Add support for hint printing.
* Test suite:
- Remove redundant <cstdbool> include deprecated in C++17.
* Localization:
- Update Brazilian Portuguese dselect translations.
Thanks to Paulo Henrique de Lima Santana (phls) <phls%debian.org@localhost>.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
[ Sven Joachim ]
* Localization:
- Update German programs translation.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/misc/dpkg/Makefile
cvs rdiff -u -r1.30 -r1.31 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.69 pkgsrc/misc/dpkg/Makefile:1.70
--- pkgsrc/misc/dpkg/Makefile:1.69 Mon Jan 6 07:54:18 2025
+++ pkgsrc/misc/dpkg/Makefile Mon Jan 20 06:18:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2025/01/06 07:54:18 adam Exp $
+# $NetBSD: Makefile,v 1.70 2025/01/20 06:18:47 adam Exp $
-DISTNAME= dpkg_1.22.13
+DISTNAME= dpkg_1.22.14
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
Index: pkgsrc/misc/dpkg/distinfo
diff -u pkgsrc/misc/dpkg/distinfo:1.30 pkgsrc/misc/dpkg/distinfo:1.31
--- pkgsrc/misc/dpkg/distinfo:1.30 Mon Jan 6 07:54:18 2025
+++ pkgsrc/misc/dpkg/distinfo Mon Jan 20 06:18:47 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2025/01/06 07:54:18 adam Exp $
+$NetBSD: distinfo,v 1.31 2025/01/20 06:18:47 adam Exp $
-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
+BLAKE2s (dpkg_1.22.14.tar.xz) = 0c934c412daafa8d30ad76b3a7bb47a5767b4d1b926d78288e92eed4d69bd6a5
+SHA512 (dpkg_1.22.14.tar.xz) = 43b0776cf6fef8beb771c552b9824e86bbe554b0738c13ae4d1b89821c79aa2ae26a7d30d3b3b865df89374a1625adbb31da45bf208dafe87fc1a7b175fe4a28
+Size (dpkg_1.22.14.tar.xz) = 5728012 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