File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ fping 5.5-rc1 (2025-12-21)
4040- GitHub Actions fixes (thanks @gsnw-sebast )
4141- Fix measurement of time for timed reports (-Q) to start after DNS name
4242 resolution.
43+ - Updated autoconf from 2.71 to 2.72
44+ - Updated automake from 1.16.5 to 1.18.1
45+ - Updated libtool from 2.4.6 to 2.5.4
4346
4447fping 5.4 (2025-04-19)
4548======================
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
77 exit 0
88fi
99
10- AUTOCONF=https://ftpmirror.gnu.org/autoconf/autoconf-2.71 .tar.gz
11- AUTOMAKE=https://ftpmirror.gnu.org/automake/automake-1.16.5 .tar.gz
12- LIBTOOL=https://ftpmirror.gnu.org/libtool/libtool-2.4.6 .tar.gz
10+ AUTOCONF=https://ftpmirror.gnu.org/autoconf/autoconf-2.72 .tar.gz
11+ AUTOMAKE=https://ftpmirror.gnu.org/automake/automake-1.18.1 .tar.gz
12+ LIBTOOL=https://ftpmirror.gnu.org/libtool/libtool-2.5.4 .tar.gz
1313PREFIX=$( pwd) /ci/build
1414PATH=$( pwd) /ci/build/bin:$PATH
1515
You can’t perform that action at this time.
0 commit comments