gnupg: update to 2.2.32.

This commit is contained in:
Roberto Ricci 2021-09-16 19:18:04 +02:00 committed by Leah Neukirchen
parent e635d14933
commit 85275ad42c
2 changed files with 3 additions and 20 deletions

View file

@ -1,16 +0,0 @@
No brainer patch converted from
vsed -i 's/HAVE_DECL_SYS_SIGLIST/0/' common/signal.c
Index: gnupg-2.2.28/common/signal.c
===================================================================
--- gnupg-2.2.28.orig/common/signal.c
+++ gnupg-2.2.28/common/signal.c
@@ -87,7 +87,7 @@ get_signal_name( int signum )
{
/* Note that we can't use strsignal(), because it is not
reentrant. */
-#if HAVE_DECL_SYS_SIGLIST && defined(NSIG)
+#if 0 && defined(NSIG)
return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?";
#else
return NULL;

View file

@ -1,8 +1,7 @@
# Template file for 'gnupg'
pkgname=gnupg
reverts="2.2.30_1"
version=2.2.29
revision=2
version=2.2.32
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable ldap)
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr
@ -19,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnupg.org/"
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
checksum=39d07cdb4524818f9ebce49294931974af504519e6a7476c52e9d38fc0bd0cc9
checksum=b2571b35f82c63e7d278aa6a1add0d73453dc14d3f0854be490c844fca7e0614
build_options="ldap"
build_options_default="ldap"