From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] fping: Update to version 5.5
Date: Fri, 27 Feb 2026 19:18:33 +0100 [thread overview]
Message-ID: <20260227181838.3716442-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260227181838.3716442-1-adolf.belka@ipfire.org>
- 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(-)
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)
--
2.53.0
next prev parent reply other threads:[~2026-02-27 18:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship wireless-regdb Adolf Belka
2026-02-27 18:18 ` [PATCH] ddrescue: Update to version 1.30 Adolf Belka
2026-02-27 18:18 ` Adolf Belka [this message]
2026-02-27 18:18 ` [PATCH] iptables: Update to version 1.8.12 Adolf Belka
2026-02-27 18:18 ` [PATCH] lua: Update to version 5.4.8 Adolf Belka
2026-02-27 18:18 ` [PATCH] minicom: Update to version 2.11 Adolf Belka
2026-02-27 18:18 ` [PATCH] tshark: Update to version 4.6.4 Adolf Belka
2026-02-27 18:18 ` [PATCH] wireless-regdb: Update to version 2026.02.04 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260227181838.3716442-5-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox