]> git.gsnw.org Git - fping.git/commitdiff
ci: Update autoconf to version 2.73
authorGerman Service Network <support@gsnw.de>
Sat, 21 Mar 2026 06:25:16 +0000 (07:25 +0100)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Fri, 27 Mar 2026 10:21:09 +0000 (11:21 +0100)
CHANGELOG.md
ci/build-1-autotools.sh

index 9caef9a33f23a46840a736584d8ba31ebca17874..480b645615866d9903cc45868c2ec81bcd02d97c 100644 (file)
@@ -14,6 +14,7 @@ Next
   function declarations to a separate file (#454, thanks @gsnw-sebast)
 - Avoid crash with option `-0` (#457, thanks @auerswal)
 - Move option parsing to a separate file fping.c and fping.h (#458, thanks @gsnw-sebast)
+- ci: Update autoconf to version 2.73 (#467, thanks @gsnw-sebast)
 
 fping 5.5 (2025-12-31)
 ======================
index 1a4c028bebcbd7445d8612c01b4b840c9cff0476..1f32fb6196d82edfea444277968c446b7146fb6b 100755 (executable)
@@ -15,7 +15,7 @@ MIRRORS=(
     https://ftp.gnu.org/gnu
 )
 
-AUTOCONF_REL=autoconf/autoconf-2.72.tar.gz
+AUTOCONF_REL=autoconf/autoconf-2.73.tar.gz
 AUTOMAKE_REL=automake/automake-1.18.1.tar.gz
 LIBTOOL_REL=libtool/libtool-2.5.4.tar.gz