public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] fping: Update to version 5.3
Date: Sat, 11 Jan 2025 15:43:25 +0100	[thread overview]
Message-ID: <20250111144333.3363359-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4075 bytes --]

- Update from version 5.2 to 5.3
- Update of rootfile not required
- Changelog
    5.3
     New features
	- New option --icmp-timestamp to send ICMP timestamp requests (ICMP type 13)
	  instead of ICMP Echo requests (#353 #363, thanks @auerswal and @gsnw-sebast)
	- New option --print-ttl to print returned TTL value (#354, thanks @nalves599)
	- New option --print-tos to print returned TOS value (#335 #346 #347, thanks
	  @auerswal and @gsnw-sebast)
	- New option --check-source (#334, thanks @auerswal)
	- Predefined various timestamp formats (#321, thanks @auerswal and @gsnw-sebast)
	- Print cumulative stats with -Q SECS,cumulative (#315, thanks @auerswal)
     Bugfixes and other changes
	- ci: Upgrade actions/upload-artifact to v4 (#360, thanks @gsnw-sebast)
	- ci: Azure Pipeline only trigger when changes are made in the development branch
	  (#359, thanks @gsnw-sebast)
	- ci: Upgrade actions/upload-artifact to v3 (#355, thanks @pevik)
	- ci: Azure Pipeline YAML add docker build (#354, thanks @gsnw-sebast)
	- Dockerfile: change distribution from ubuntu to debian (#350, thanks
	  @gsnw-sebast)
	- Fix warning unused parameter 'reply_timestamp' under macOS (#348, thanks
	  @gsnw-sebast)
	- Fix increase maximum -s value to 65507 (#344, thanks @pevik)
	- ci: use File::Temp to create temporary directory (#343, thanks @auerswal)
	- Fix -k, --fwmark with setuid fping executable (#342, thanks @auerswal)
	- Another batch of additional tests (take 2) (#341, thanks @auerswal)
	- Document that -a and -u are overridden by -c and -C (#338, thanks @auerswal)
	- Fix macOS build warning sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C
	  (#336, thanks @gsnw-sebast)
	- Fix inconsistent limits for address generation via -g, --generator using either
	  range or CIDR (#331, thanks @auerswal)
	- Some additional tests (#329, thanks @auerswal)
	- ci: skip an unreliable test on macOS (#328, thanks @auerswal)
	- Fix incorrect return-value check for a scanf like function (CWE-253) (#323,
	  thanks @gsnw-sebast)
	- A few more tests to increase code coverage a little bit (#320, thanks @auerswal)
	- Github fix: Change to codeql-action-v2 (#319, thanks @gsnw-sebast)
	- Developer function: Debug with Visual Studio Code (#318, thanks @gsnw-sebast)

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

diff --git a/lfs/fping b/lfs/fping
index a60ccf6dd..714372710 100644
--- a/lfs/fping
+++ b/lfs/fping
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)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.2
+VER        = 5.3
 
 THISAPP    = fping-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,9 +34,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fping
-PAK_VER    = 8
+PAK_VER    = 9
 
-DEPS       = ""
+DEPS       =
 
 SERVICES   =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 7efb445f32ffe2d3766d598da5f1585270ae8e68ceb8b64e418040f330e7736bfaf0313077e28b12031af25ed7952943603d3a5908174c3f78d9a1af0b735da9
+$(DL_FILE)_BLAKE2 = cc7b8bd2c8099c8bfb5e14d5b27f45cf1dc1aef24f941f5bf9c7aede95dac9472d2fe4033e8b7ea66fea8d901b99a7c908e7beff5484c0577c3f88517ef1a7ea
 
 install : $(TARGET)
 
-- 
2.47.1


  reply	other threads:[~2025-01-11 14:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 14:43 [PATCH] e2fsprogs: Update to version 1.47.2 Adolf Belka
2025-01-11 14:43 ` Adolf Belka [this message]
2025-01-11 14:43 ` [PATCH] hwdata: Update to version 0.391 Adolf Belka
2025-01-11 14:43 ` [PATCH] libpng: Update to version 1.6.45 Adolf Belka
2025-01-11 14:43 ` [PATCH] libxcrypt: Update to version 4.4.37 Adolf Belka
2025-01-11 14:43 ` [PATCH] mdadm: Update to version 4.4 Adolf Belka
2025-01-11 14:43 ` [PATCH] nano: Update to version 8.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] nettle: Update to version 3.10.1 Adolf Belka
2025-01-11 14:43 ` [PATCH] samba: Update to version 4.21.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] tshark: Update to version 4.4.3 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=20250111144333.3363359-2-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