pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libgpg-error



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  8 12:16:20 UTC 2025

Modified Files:
        pkgsrc/security/libgpg-error: Makefile distinfo

Log Message:
libgpg-error: updated to 1.56

Noteworthy changes in version 1.56 (2025-10-07) [C40/A40/R0]

* Support the %b conversion specifier in the estream printf
  functions.

* New spawn GPGRT_PROCESS_STDIO_NUL to be used on Windows to share
  the "nul" device.

* Support pipe I/O for GPGRT_PROCESS_DETACHED on Windows.

* New mode keyword "share=xxx" for gpgrt_fopen.

* Change the default method to get the number of fds to close.  This
  fixes a spawning problem on certain POSIX machine.

* Fix some cases of inheriting HANDLEs on Windows.

* New system configurations for 64-bit Android, i686 Android, x86_64
  Android and an armv7a alias to arm for Android.

* Set build specific build variable for zOS


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/security/libgpg-error/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libgpg-error/Makefile
diff -u pkgsrc/security/libgpg-error/Makefile:1.96 pkgsrc/security/libgpg-error/Makefile:1.97
--- pkgsrc/security/libgpg-error/Makefile:1.96  Fri Apr 25 11:18:31 2025
+++ pkgsrc/security/libgpg-error/Makefile       Wed Oct  8 12:16:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2025/04/25 11:18:31 adam Exp $
+# $NetBSD: Makefile,v 1.97 2025/10/08 12:16:20 adam Exp $
 
-DISTNAME=      libgpg-error-1.55
+DISTNAME=      libgpg-error-1.56
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=libgpg-error/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.70 pkgsrc/security/libgpg-error/distinfo:1.71
--- pkgsrc/security/libgpg-error/distinfo:1.70  Fri Apr 25 11:18:31 2025
+++ pkgsrc/security/libgpg-error/distinfo       Wed Oct  8 12:16:20 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.70 2025/04/25 11:18:31 adam Exp $
+$NetBSD: distinfo,v 1.71 2025/10/08 12:16:20 adam Exp $
 
-BLAKE2s (libgpg-error-1.55.tar.bz2) = 21e6da684418479072e1fbeadcd3ca64968e580de76ffe357e0f156a0b497190
-SHA512 (libgpg-error-1.55.tar.bz2) = d3f6ca9d9abefe81f5cbbc195fbe259d3362119018c535ad2621ee407cad3487011325a9f4c4a15442a9ac5a0fe7ce86dafd7b3d891a446516362ba6b7b9047b
-Size (libgpg-error-1.55.tar.bz2) = 1109437 bytes
+BLAKE2s (libgpg-error-1.56.tar.bz2) = bde54f34fe6ed4795a3ea0fd32cd7a5293456844b740073fa910ba5192395e90
+SHA512 (libgpg-error-1.56.tar.bz2) = ff4160f4133cf1a90eddf5f59d6248214b59db4f021f124302be37bf04fa1f2eb665560914cbe289095e630a31ba141252e7a72a8e6dbbc622cb135a2066259a
+Size (libgpg-error-1.56.tar.bz2) = 1116017 bytes
 SHA1 (patch-doc_yat2m.c) = c5c497f6bcd110ca8dbd050cb74f3f537f6404a8
 SHA1 (patch-src_argparse.c) = f33ca8a2ede86d11f1098d71a712c093d478181d
 SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82



Home | Main Index | Thread Index | Old Index