fping: Update to version 5.5

Message ID 20260227181838.3716442-5-adolf.belka@ipfire.org
State New
Headers
Series fping: Update to version 5.5 |

Commit Message

Adolf Belka 27 Feb 2026, 6:18 p.m. UTC
- Update from version 5.4 to 5.5
- No change to rootfile
- Changelog
    5.5
New features
	- New option -J / --json for JSON output. See doc/fping-json.md for
	  the JSON schema. This feature is still in alpha and the schema
	  might change in future releases (#386, thanks @bonkf,
	  @JoshIPT, @sebast-gsnw, and @auerswal).
	- The -g, --generate option now also supports IPv6 addresses (#376,
	  thanks @auerswal)
	- New option --seqmap-timeout to control the time after which sequence
	  numbers can be used again (#388, thanks @auerswal)
Bugfixes and other changes
	- Fix OpenBSD sprintf() warning (#394, thanks @gsnw-sebast)
	- Fix fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available (#375,
	  thanks @auerswal)
	- When reading target names from file or standard input, lines longer
	  than the static buffer are no longer interpreted as more than one line
	  (#378, thanks @auerswal)
	- Typo fix in error message when SO\_BINDTODEVICE fails
	- Options --print-tos and --print-ttl now also work for IPv6, and no
	  longer require privileges (#384, thanks @auerswal)
	- Report received ICMPv6 error messages (#391, thanks @auerswal)
	- Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
	  (#392, thanks @gsnw-sebast and @auerswal)
	- Switch to alpine-based multi-stage Docker build to reduce image size
	  and improve build performance; add OpenContainers-compatible labels
	  (#399, thanks @hoodadt)
	- Print receive ping moved to new functions (#400, thanks @gsnw-sebast)
	- Avoid unsigned overflow when determining the memory size to save
	  response times on systems where size\_t is the same as unsigned int
	  (#412 by @auerswal)
	- Document the new minimum value for the -p option (#414, thanks @auerswal)
	- Fix build without IPv6 support (#416, thanks @auerswal)
	- Fix debug build use of dbg_printf in fping.c (#415, thanks @auerswal)
	- Remove MacOS-specific test for -I option (#407)
	- GitHub Actions fixes (thanks @gsnw-sebast)
	- Fix measurement of time for timed reports (-Q) to start after DNS name
	  resolution.
	- Updated autoconf from 2.71 to 2.72
	- Updated automake from 1.16.5 to 1.18.1
	- Updated libtool from 2.4.6 to 2.5.4
	- Implemented verification of autotools tarballs in Github actions.
	- Implemented stricter flag value checking (e.g. -c 10xyz is not accepted
	  anymore).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/fping | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/lfs/fping b/lfs/fping
index 1f8d41772..1d1850a88 100644
--- a/lfs/fping
+++ b/lfs/fping
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = A program to ping multiple hosts
 
-VER        = 5.4
+VER        = 5.5
 
 THISAPP    = fping-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fping
-PAK_VER    = 10
+PAK_VER    = 11
 
 DEPS       =
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b3c2f3ac8cb2d27593ad7a937c2fb27ab67bef3cd0d912a2a08b52bf9a96b2e5a5637567f0ef1203f86fefc99036a78ee05d69f175bdb1c2d62b6eaf6e474284
+$(DL_FILE)_BLAKE2 = 3b1707ce73d0f55dd02466091321adb8b91b9d77a0a1145347cf25527f90052702fac70411cd5a91fdc840e32ac2ad32232bac5e4ded73a254127bbe59d54ae0
 
 install : $(TARGET)