libgpg-error: update to 1.29.

Closes #13655.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-19 23:31:46 -03:00 committed by Enno Boland
parent 245056b4db
commit 91af3d7cdf
2 changed files with 5 additions and 23 deletions

View file

@ -1,19 +0,0 @@
--- src/logging.c
+++ src/logging.c
@@ -1142,6 +1142,7 @@ _gpgrt_log_printhex (const void *buffer, size_t length,
const char *fmt, ...)
{
va_list arg_ptr;
+ va_list empty_va_list;
if (fmt)
{
@@ -1150,7 +1151,7 @@ _gpgrt_log_printhex (const void *buffer, size_t length,
va_end (arg_ptr);
}
else
- _gpgrt_logv_printhex (buffer, length, NULL, NULL);
+ _gpgrt_logv_printhex (buffer, length, NULL, empty_va_list);
}

View file

@ -1,14 +1,14 @@
# Template build file for 'libgpg-error'.
pkgname=libgpg-error
version=1.28
version=1.29
revision=1
build_style=gnu-configure
short_desc="Library for error values used by GnuPG component"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnupg.org"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
checksum=3edb957744905412f30de3e25da18682cbe509541e18cd3b8f9df695a075da49
homepage="https://www.gnupg.org"
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=ece926fa5719d17a7ad8da618712cfa2f8a796ab2f2af9d544c5bb093383b1ea
post_configure() {
if [ "$CROSS_BUILD" ]; then
@ -16,6 +16,7 @@ post_configure() {
src/syscfg/lock-obj-pub.${XBPS_CROSS_TRIPLET#*-}.h
fi
}
post_install() {
rm -rf ${DESTDIR}/usr/share/common-lisp
}