From 4dd767cd78abd57964cdacfc8267e0224e1b53c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:05:28 +0100 Subject: [PATCH 1/4] autoconf: update to 2.71. --- .../patches/fix-perl-5.22-autoscan.patch | 27 ------------------- srcpkgs/autoconf/template | 6 ++--- 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch diff --git a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch b/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch deleted file mode 100644 index 3054d22a5cf4..000000000000 --- a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e5654a5591884b92633c7785f325626711e7f7aa Mon Sep 17 00:00:00 2001 -From: Paul Eggert -Date: Tue, 29 Jan 2013 13:46:48 -0800 -Subject: [PATCH] autoscan: port to perl 5.17 - -* bin/autoscan.in (scan_sh_file): Escape '{'. This avoids a -feature that is deprecated in Perl 5.17. Reported by Ray Lauff in -. ---- - bin/autoscan.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/bin/autoscan.in -+++ b/bin/autoscan.in -@@ -358,7 +358,7 @@ sub scan_sh_file ($) - { - # Strip out comments and variable references. - s/#.*//; -- s/\${[^\}]*}//g; -+ s/\$\{[^\}]*}//g; - s/@[^@]*@//g; - - # Tokens in the code. --- -2.1.0 - - diff --git a/srcpkgs/autoconf/template b/srcpkgs/autoconf/template index 260e8c753f07..72ff5aceb16e 100644 --- a/srcpkgs/autoconf/template +++ b/srcpkgs/autoconf/template @@ -1,7 +1,7 @@ # Template file for 'autoconf' pkgname=autoconf -version=2.69 -revision=9 +version=2.71 +revision=1 build_style=gnu-configure hostmakedepends="perl m4 help2man" depends="virtual?awk m4 perl" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later, GPL-3.0-or-later" homepage="http://www.gnu.org/software/autoconf" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 +checksum=f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4 pre_check() { # Disable failing test by adding From 65f91906e7cfa969c32e47ebf6cc9c65f668c8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:11:18 +0100 Subject: [PATCH 2/4] autoconf-archive: update to 2022.02.11. --- srcpkgs/autoconf-archive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template index 1edf5d96f775..fe34f02787dd 100644 --- a/srcpkgs/autoconf-archive/template +++ b/srcpkgs/autoconf-archive/template @@ -1,7 +1,7 @@ # Template file for 'autoconf-archive' pkgname=autoconf-archive -version=2019.01.06 -revision=2 +version=2022.02.11 +revision=1 build_style=gnu-configure hostmakedepends="texinfo" depends="autoconf" @@ -10,4 +10,4 @@ maintainer="Steve Prybylski " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/autoconf-archive/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f +checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c From 2a3755a30ef4662da3af23efbea10ecda91b76c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Fri, 5 Aug 2022 10:21:42 +0100 Subject: [PATCH 3/4] libidn2: update to 2.3.3. --- srcpkgs/libidn2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libidn2/template b/srcpkgs/libidn2/template index e7f490959388..1f417595661d 100644 --- a/srcpkgs/libidn2/template +++ b/srcpkgs/libidn2/template @@ -1,9 +1,9 @@ # Template file for 'libidn2' pkgname=libidn2 -version=2.3.2 +version=2.3.3 revision=1 build_style=gnu-configure -hostmakedepends="automake gettext-devel libtool pkg-config" +hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc" makedepends="libunistring-devel" short_desc="Internationalized string handling library" maintainer="Enno Boland " @@ -11,7 +11,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://www.gnu.org/software/libidn/#libidn2" changelog="https://gitlab.com/libidn/libidn2/-/raw/master/NEWS" distfiles="${GNU_SITE}/libidn/libidn2-${version}.tar.gz" -checksum=76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91 +checksum=f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0 pre_configure() { autoreconf -if From 7ac8ccdf36fdcd440e04a3bd8066b35348c66ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 7 Aug 2022 21:04:30 +0100 Subject: [PATCH 4/4] gsoap: update to 2.8.122. --- srcpkgs/gsoap/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gsoap/template b/srcpkgs/gsoap/template index c0cf0340566b..035b74a5a5d5 100644 --- a/srcpkgs/gsoap/template +++ b/srcpkgs/gsoap/template @@ -1,7 +1,7 @@ # Template file for 'gsoap' pkgname=gsoap -version=2.8.91 -revision=3 +version=2.8.122 +revision=1 wrksrc="gsoap-${version%.*}" build_style=gnu-configure configure_args="--enable-ipv6" @@ -12,7 +12,7 @@ maintainer="Enno Boland " license="gSOAP-1.3b, GPL-2.0-only" homepage="http://www.cs.fsu.edu/~engelen/soap.html" distfiles="${SOURCEFORGE_SITE}/gsoap2/gsoap_${version}.zip" -checksum=2ca21b5ab2b40d899566c559f71a1d51ed7eac3f00160ab78060027a3ee6488f +checksum=3eb8486c986b44071bb5f19ef7b990791f819bb267c0bf640e95bd991070fad8 disable_parallel_build=yes CFLAGS="-fcommon"