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 Mar 16 09:48:00 UTC 2018
Modified Files:
pkgsrc/security/libgpg-error: Makefile PLIST distinfo
pkgsrc/security/libgpg-error/patches: patch-src_estream.c
Log Message:
libgpg-error: updated to 1.28
changes in version 1.28:
* The formerly internal yat2m tool is now installed for a native
build.
* The new files gpgrt.m4 and gpgrt-config are now installed. They
can be used instead of gpg-error.m4 and gpg-error-config.
* New logging functions similar to those used by GnuPG.
* New helper functions for platform abstraction.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libgpg-error/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/libgpg-error/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/security/libgpg-error/patches/patch-src_estream.c
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.57 pkgsrc/security/libgpg-error/Makefile:1.58
--- pkgsrc/security/libgpg-error/Makefile:1.57 Sun Mar 5 12:29:19 2017
+++ pkgsrc/security/libgpg-error/Makefile Fri Mar 16 09:48:00 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2017/03/05 12:29:19 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2018/03/16 09:48:00 adam Exp $
-DISTNAME= libgpg-error-1.27
+DISTNAME= libgpg-error-1.28
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/
MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
@@ -43,11 +43,11 @@ LIBS+= -lrt
# On Dragonfly i386, Pkgsrc libintl segfaults on bindtextdomain function
# while locking a thread. Until that's resolved, stop libgpg-error from
# using NLS which invokes that function during initialization.
-PLIST_VARS+= nls
+PLIST_VARS+= nls
.if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386"
CONFIGURE_ARGS+= --disable-nls
.else
-PLIST.nls= yes
+PLIST.nls= yes
.endif
TEST_TARGET= check
Index: pkgsrc/security/libgpg-error/PLIST
diff -u pkgsrc/security/libgpg-error/PLIST:1.16 pkgsrc/security/libgpg-error/PLIST:1.17
--- pkgsrc/security/libgpg-error/PLIST:1.16 Sun Mar 5 12:29:19 2017
+++ pkgsrc/security/libgpg-error/PLIST Fri Mar 16 09:48:00 2018
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.16 2017/03/05 12:29:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/03/16 09:48:00 adam Exp $
bin/gpg-error
bin/gpg-error-config
+bin/gpgrt-config
+bin/yat2m
include/gpg-error.h
include/gpgrt.h
info/gpgrt.info
lib/libgpg-error.la
man/man1/gpg-error-config.1
share/aclocal/gpg-error.m4
+share/aclocal/gpgrt.m4
share/common-lisp/source/gpg-error/gpg-error-codes.lisp
share/common-lisp/source/gpg-error/gpg-error-package.lisp
share/common-lisp/source/gpg-error/gpg-error.asd
Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.33 pkgsrc/security/libgpg-error/distinfo:1.34
--- pkgsrc/security/libgpg-error/distinfo:1.33 Sun Mar 5 12:29:19 2017
+++ pkgsrc/security/libgpg-error/distinfo Fri Mar 16 09:48:00 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2017/03/05 12:29:19 wiz Exp $
+$NetBSD: distinfo,v 1.34 2018/03/16 09:48:00 adam Exp $
-SHA1 (libgpg-error-1.27.tar.bz2) = a428758999ff573e62d06892e3d2c0b0f335787c
-RMD160 (libgpg-error-1.27.tar.bz2) = d04f58550baee54650ca30204585a26dc43246f7
-SHA512 (libgpg-error-1.27.tar.bz2) = 51b313c1159074fdbbce84f63bd8afd84b3b58cd608714865b25bed84c1862d050708aa06ac3dab92f1906593df5121161e594c2809653b0fb2c236cae5dcc2f
-Size (libgpg-error-1.27.tar.bz2) = 813060 bytes
-SHA1 (patch-src_estream.c) = 6b7879019c23a7161a8f2d7e04377c523670327a
+SHA1 (libgpg-error-1.28.tar.bz2) = 2b9baae264f3e82ebe00dcd10bae3f2d64232c10
+RMD160 (libgpg-error-1.28.tar.bz2) = 2ed66ada89612822ba3f639dd957892646fe81cd
+SHA512 (libgpg-error-1.28.tar.bz2) = 967e5e9930ca2bcd4cc790d69c907684500120c1363ed384a5540ccd4e9a387977c7352da03ff7e0feeacedf073131fc0db9eea9d097d0fbd389fd0bc9b5c209
+Size (libgpg-error-1.28.tar.bz2) = 862569 bytes
+SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1
Index: pkgsrc/security/libgpg-error/patches/patch-src_estream.c
diff -u pkgsrc/security/libgpg-error/patches/patch-src_estream.c:1.3 pkgsrc/security/libgpg-error/patches/patch-src_estream.c:1.4
--- pkgsrc/security/libgpg-error/patches/patch-src_estream.c:1.3 Thu May 5 11:34:49 2016
+++ pkgsrc/security/libgpg-error/patches/patch-src_estream.c Fri Mar 16 09:48:00 2018
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_estream.c,v 1.3 2016/05/05 11:34:49 wiz Exp $
+$NetBSD: patch-src_estream.c,v 1.4 2018/03/16 09:48:00 adam Exp $
Don't use atexit(), since this library mey be dlopen()ed
and dlclose()d before exit() is called.
@@ -7,17 +7,17 @@ Instead mark the do_deinit() function as
https://bugs.g10code.com/gnupg/issue1749
---- src/estream.c.orig 2016-04-05 13:44:10.000000000 +0000
+--- src/estream.c.orig 2018-02-21 19:50:18.000000000 +0000
+++ src/estream.c
-@@ -529,6 +529,7 @@ do_list_remove (estream_t stream, int wi
+@@ -485,6 +485,7 @@ do_list_remove (estream_t stream, int wi
/*
- * The atexit handler for this estream module.
+ * The atexit handler for the entire gpgrt.
*/
+__attribute__((destructor,used))
static void
do_deinit (void)
{
-@@ -560,7 +561,16 @@ _gpgrt_es_init (void)
+@@ -515,7 +516,16 @@ _gpgrt_estream_init (void)
if (!initialized)
{
initialized = 1;
Home |
Main Index |
Thread Index |
Old Index