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:           Fri Apr  8 06:39:42 UTC 2022

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

Log Message:
libgpg-error: updated to 1.45

Noteworthy changes in version 1.45 (2022-04-07)
-----------------------------------------------

 * Support the "sysopen" mode parameter for gpgrt_fopen so that file
   names longer than MAX_PATH can be supported under Windows.

 * gpgrt_access and gpgrt_mkdir now support file names longer than
   MAX_PATH.

 * gpgrt_fopen now maps "/dev/null" to "nul" on Windows.

 * Published some internal helper functions for Windows.

 * Interface changes relative to the 1.42 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_free_wchar                 NEW.
 gpgrt_fname_to_wchar             NEW.
 gpgrt_utf8_to_wchar              NEW.
 gpgrt_wchar_to_utf8              NEW.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.55 -r1.56 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.83 pkgsrc/security/libgpg-error/Makefile:1.84
--- pkgsrc/security/libgpg-error/Makefile:1.83  Thu Jan 27 16:51:08 2022
+++ pkgsrc/security/libgpg-error/Makefile       Fri Apr  8 06:39:42 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2022/01/27 16:51:08 adam Exp $
+# $NetBSD: Makefile,v 1.84 2022/04/08 06:39:42 adam Exp $
 
-DISTNAME=      libgpg-error-1.44
+DISTNAME=      libgpg-error-1.45
 CATEGORIES=    security
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/libgpg-error/
 MASTER_SITES+= ftp://ftp.gnupg.org/gcrypt/libgpg-error/

Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.55 pkgsrc/security/libgpg-error/distinfo:1.56
--- pkgsrc/security/libgpg-error/distinfo:1.55  Thu Jan 27 16:51:08 2022
+++ pkgsrc/security/libgpg-error/distinfo       Fri Apr  8 06:39:42 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2022/01/27 16:51:08 adam Exp $
+$NetBSD: distinfo,v 1.56 2022/04/08 06:39:42 adam Exp $
 
-BLAKE2s (libgpg-error-1.44.tar.bz2) = 2fabbbdf2b76660ec0c220134862414b6a3e2cd220414b7654f6af6b411e3bf7
-SHA512 (libgpg-error-1.44.tar.bz2) = a0eef310b9d44532d1ae6e7266226ea3e82d908aa31f775a026e56a7f8303b78adfdceb3ae5a40f7d242987635e764c539a024ce8dc0d66590e1a3fa50f6b784
-Size (libgpg-error-1.44.tar.bz2) = 1014475 bytes
+BLAKE2s (libgpg-error-1.45.tar.bz2) = 9d117d4f5b2daf78ffa946d37006b3c4a71200c342744be14fccf50e98e11d09
+SHA512 (libgpg-error-1.45.tar.bz2) = 882f2dd617e89137d7a9d61b60488dac32321dd4fdb699e9687b6bd9380c056c027da502837f4482289c0fe00e7de01210e804428f05a0843ae2ca23fdcc6457
+Size (libgpg-error-1.45.tar.bz2) = 1015954 bytes
 SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82



Home | Main Index | Thread Index | Old Index