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:           Wed May 21 15:04:02 UTC 2025

Modified Files:
        pkgsrc/misc/dpkg: Makefile PLIST distinfo

Log Message:
dpkg: updated to 1.22.19

dpkg (1.22.19)

* Perl modules:
  - Dpkg::Vendor::Debian: Add tag2upload OpenPGP keyring to package-keyrings.
  - Dpkg::Vendor::PureOS: Add new vendor module.
    Thanks to Sebastian Krzyszkowiak <sebastian.krzyszkowiak%puri.sm@localhost>.
  - Test::Dpkg: Fix OpenPGP backend commands detection.
  - Dpkg::OpenPGP::Backend::Sequoia: Add sqv support for verification.
* Code internals:
  - libcompat: Handle allocation failures in fgetpwent() and fgetgrent().
* Packaging:
  - Document OpenPGP implementation dependencies.
* Localization:
  - Update Brazilian Portuguese programs translation.
  - Update Dutch translations.
  - Update Portuguese translations.
  - Update Romanian translations.
  - Update Swedish translations.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/misc/dpkg/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/dpkg/PLIST
cvs rdiff -u -r1.33 -r1.34 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.72 pkgsrc/misc/dpkg/Makefile:1.73
--- pkgsrc/misc/dpkg/Makefile:1.72      Tue Mar 11 16:25:21 2025
+++ pkgsrc/misc/dpkg/Makefile   Wed May 21 15:04:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2025/03/11 16:25:21 adam Exp $
+# $NetBSD: Makefile,v 1.73 2025/05/21 15:04:01 adam Exp $
 
-DISTNAME=      dpkg_1.22.18
+DISTNAME=      dpkg_1.22.19
 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.22 pkgsrc/misc/dpkg/PLIST:1.23
--- pkgsrc/misc/dpkg/PLIST:1.22 Tue Mar 11 16:25:21 2025
+++ pkgsrc/misc/dpkg/PLIST      Wed May 21 15:04:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2025/03/11 16:25:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/05/21 15:04:01 adam Exp $
 bin/dpkg
 bin/dpkg-architecture
 bin/dpkg-buildapi
@@ -167,6 +167,7 @@ ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendo
 ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Debian.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Default.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Devuan.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/PureOS.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Ubuntu.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Version.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Dselect/Method.pm
@@ -430,6 +431,7 @@ man/man3/Dpkg::Vendor.3perl
 man/man3/Dpkg::Vendor::Debian.3perl
 man/man3/Dpkg::Vendor::Default.3perl
 man/man3/Dpkg::Vendor::Devuan.3perl
+man/man3/Dpkg::Vendor::PureOS.3perl
 man/man3/Dpkg::Vendor::Ubuntu.3perl
 man/man3/Dpkg::Version.3perl
 man/man5/deb-buildinfo.5

Index: pkgsrc/misc/dpkg/distinfo
diff -u pkgsrc/misc/dpkg/distinfo:1.33 pkgsrc/misc/dpkg/distinfo:1.34
--- pkgsrc/misc/dpkg/distinfo:1.33      Tue Mar 11 16:25:21 2025
+++ pkgsrc/misc/dpkg/distinfo   Wed May 21 15:04:01 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2025/03/11 16:25:21 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/05/21 15:04:01 adam Exp $
 
-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
+BLAKE2s (dpkg_1.22.19.tar.xz) = 26da49030ef87cc4ef830587179d007e5bb53a21db9fb0fa686aaec74b4dd772
+SHA512 (dpkg_1.22.19.tar.xz) = 951bf8b228c00899db6618752745d7db69e9c22754f4a5c84c9e45604477e448253713e51cb29d9ef2346825aa28f0812ce1c4653ab01c8e8c2ea962cf86ded9
+Size (dpkg_1.22.19.tar.xz) = 5748756 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