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 Aug  5 09:25:41 UTC 2024

Modified Files:
        pkgsrc/misc/dpkg: Makefile distinfo

Log Message:
dpkg: updated to 1.22.11

dpkg (1.22.11) unstable; urgency=medium

[ Guillem Jover ]
* Perl modules:
  - Dpkg::Shlibs::Cppfilt: Do not normalize angle brackets for operators.
    Closes: #1076067
* Documentation:
  - doc: Replace references to crypto-refresh and RFC4880 with RFC9580.
* Build system:
  - Use 'command -v' instead of 'which'.
  - Remove generated spacesyms.o and spacesyms.c on clean.
  - Add declaration for funcs symbols in spacesyms.c.
* Test suite:
  - Fix coding style in perl test cases.
  - Improve Dpkg::Changelog data test case message.
  - Refactor setup_changelog() in Dpkg::Changelog test.
  - Unroll Dpkg::Changelog file tests loop.
  - Refactor load_objdump_obj().

[ 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.65 -r1.66 pkgsrc/misc/dpkg/Makefile
cvs rdiff -u -r1.27 -r1.28 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.65 pkgsrc/misc/dpkg/Makefile:1.66
--- pkgsrc/misc/dpkg/Makefile:1.65      Wed Jul 31 08:04:25 2024
+++ pkgsrc/misc/dpkg/Makefile   Mon Aug  5 09:25:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/07/31 08:04:25 adam Exp $
+# $NetBSD: Makefile,v 1.66 2024/08/05 09:25:40 adam Exp $
 
-DISTNAME=      dpkg_1.22.10
+DISTNAME=      dpkg_1.22.11
 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.27 pkgsrc/misc/dpkg/distinfo:1.28
--- pkgsrc/misc/dpkg/distinfo:1.27      Wed Jul 31 08:04:25 2024
+++ pkgsrc/misc/dpkg/distinfo   Mon Aug  5 09:25:40 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2024/07/31 08:04:25 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/08/05 09:25:40 adam Exp $
 
-BLAKE2s (dpkg_1.22.10.tar.xz) = 5b4e60731617b1b26be56447a8a0a98b077754d16a305e861bd466b6be24fc6d
-SHA512 (dpkg_1.22.10.tar.xz) = 34ca8f88ef2f2eec8545b7e1685da8a9d00eb3e5405f9604d635384f59dd10e0fd0845216a57ecc2449d6d04759c35ba92d901d751adc361344ae4d101c78afa
-Size (dpkg_1.22.10.tar.xz) = 5694076 bytes
+BLAKE2s (dpkg_1.22.11.tar.xz) = f947ab7c5bb9a6342dc99a429e60917346670455aec60afdb1e682a23f3f2f49
+SHA512 (dpkg_1.22.11.tar.xz) = 8caeb52625e34109bbc3abf1b62792053f989e560b541ec9de85f3fe563f8bcb06db102dbae83058aba16e6f4729260e15e1c7a470762a261bec5460358c0fe9
+Size (dpkg_1.22.11.tar.xz) = 5697040 bytes
 SHA1 (patch-configure) = 65b4536aac73b14b2da01f47fa1fe6f2bbd7faea
 SHA1 (patch-lib_dpkg_buffer.c) = 3032071569fdc649a74512e047ee263ed5288bdb
 SHA1 (patch-lib_dpkg_color.c) = 7bcb9ab6705f9c423d355c26c58bf916dc4cc935



Home | Main Index | Thread Index | Old Index