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 7 09:14:48 UTC 2023
Modified Files:
pkgsrc/security/libgpg-error: Makefile PLIST distinfo
Log Message:
libgpg-error: updated to 1.47
Noteworthy changes in version 1.47 (2023-04-06) [C34/A34/R0]
-----------------------------------------------
* New error codes for PUKs and reset codes. [T6421]
* Avoid segv in logging with improper use of the "socket://".
[rE68333be630]
* Fixed translation of argparse's internal option --help.
[rE885a287a57]
* Interface changes relative to the 1.46 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_SOURCE_TKD NEW.
GPG_ERR_BAD_PUK NEW.
GPG_ERR_NO_RESET_CODE NEW.
GPG_ERR_BAD_RESET_CODE NEW.
GPGRT_SPAWN_KEEP_STDIN NEW.
GPGRT_SPAWN_KEEP_STDOUT NEW.
GPGRT_SPAWN_KEEP_STDERR NEW.
GPGRT_SPAWN_INHERIT_FILE NEW.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/libgpg-error/PLIST
cvs rdiff -u -r1.57 -r1.58 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.85 pkgsrc/security/libgpg-error/Makefile:1.86
--- pkgsrc/security/libgpg-error/Makefile:1.85 Sun Oct 9 07:50:29 2022
+++ pkgsrc/security/libgpg-error/Makefile Fri Apr 7 09:14:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2022/10/09 07:50:29 adam Exp $
+# $NetBSD: Makefile,v 1.86 2023/04/07 09:14:48 adam Exp $
-DISTNAME= libgpg-error-1.46
+DISTNAME= libgpg-error-1.47
CATEGORIES= security
MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/libgpg-error/
MASTER_SITES+= ftp://ftp.gnupg.org/gcrypt/libgpg-error/
@@ -22,17 +22,17 @@ TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
-.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
+.if ${USE_CROSS_COMPILE:U:tl} == yes
CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
.else
CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
.endif
-.if !empty(MACHINE_PLATFORM:MDarwin-8.*-powerpc)
+.if ${MACHINE_PLATFORM:MDarwin-8.*-powerpc}
CFLAGS+= -D__DARWIN_UNIX03
.endif
-.if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
+.if ${MACHINE_PLATFORM:MSunOS-5.10-*}
LIBS+= -lrt
.endif
Index: pkgsrc/security/libgpg-error/PLIST
diff -u pkgsrc/security/libgpg-error/PLIST:1.22 pkgsrc/security/libgpg-error/PLIST:1.23
--- pkgsrc/security/libgpg-error/PLIST:1.22 Sun Oct 9 07:50:29 2022
+++ pkgsrc/security/libgpg-error/PLIST Fri Apr 7 09:14:48 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2022/10/09 07:50:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2023/04/07 09:14:48 adam Exp $
bin/gpg-error
bin/gpg-error-config
bin/gpgrt-config
@@ -9,6 +9,7 @@ info/gpgrt.info
lib/libgpg-error.la
lib/pkgconfig/gpg-error.pc
man/man1/gpg-error-config.1
+man/man1/gpgrt-config.1
share/aclocal/gpg-error.m4
share/aclocal/gpgrt.m4
share/common-lisp/source/gpg-error/gpg-error-codes.lisp
Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.57 pkgsrc/security/libgpg-error/distinfo:1.58
--- pkgsrc/security/libgpg-error/distinfo:1.57 Sun Oct 9 07:50:29 2022
+++ pkgsrc/security/libgpg-error/distinfo Fri Apr 7 09:14:48 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2022/10/09 07:50:29 adam Exp $
+$NetBSD: distinfo,v 1.58 2023/04/07 09:14:48 adam Exp $
-BLAKE2s (libgpg-error-1.46.tar.bz2) = 97b60f9a687c8bd7a5e8e6adad07fa7e1c7d3d809843afa2023924b40d840550
-SHA512 (libgpg-error-1.46.tar.bz2) = b06223bb2b0f67d3db5d0d9ab116361a0eda175d4667352b5c0941408d37f2b0ba8e507297e480ccebb88cbba9d0a133820b896914b07d264fb3edaac7b8c99d
-Size (libgpg-error-1.46.tar.bz2) = 1014291 bytes
+BLAKE2s (libgpg-error-1.47.tar.bz2) = 91e8ad1fa6a7f42b68a9dca5b285c90bf9f3def9bdae1c23767c9bc29e5658fd
+SHA512 (libgpg-error-1.47.tar.bz2) = bbb4b15dae75856ee5b1253568674b56ad155524ae29a075cb5b0a7e74c4af685131775c3ea2226fff2f84ef80855e77aa661645d002b490a795c7ae57b66a30
+Size (libgpg-error-1.47.tar.bz2) = 1020862 bytes
SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
Home |
Main Index |
Thread Index |
Old Index