pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fping
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 3 13:43:12 UTC 2025
Modified Files:
pkgsrc/net/fping: Makefile distinfo
Log Message:
fping: updated to 5.3
fping 5.3 (2025-01-02)
New features
- New option --icmp-timestamp to send ICMP timestamp requests (ICMP type 13)
instead of ICMP Echo requests
- New option --print-ttl to print returned TTL value
- New option --print-tos to print returned TOS value
@auerswal and @gsnw-sebast)
- New option --check-source
- Predefined various timestamp formats
- Print cumulative stats with -Q SECS,cumulative
Bugfixes and other changes
- ci: Upgrade actions/upload-artifact to v4
- ci: Azure Pipeline only trigger when changes are made in the development branch
- ci: Upgrade actions/upload-artifact to v3
- ci: Azure Pipeline YAML add docker build
- Dockerfile: change distribution from ubuntu to debian
@gsnw-sebast)
- Fix warning unused parameter 'reply_timestamp' under macOS
@gsnw-sebast)
- Fix increase maximum -s value to 65507
- ci: use File::Temp to create temporary directory
- Fix -k, --fwmark with setuid fping executable
- Another batch of additional tests (take 2)
- Document that -a and -u are overridden by -c and -C
- Fix macOS build warning sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C
- Fix inconsistent limits for address generation via -g, --generator using either
range or CIDR
- Some additional tests
- ci: skip an unreliable test on macOS
- Fix incorrect return-value check for a scanf like function (CWE-253)
thanks @gsnw-sebast)
- A few more tests to increase code coverage a little bit
- Github fix: Change to codeql-action-v2
- Developer function: Debug with Visual Studio Code
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/fping/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/fping/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/fping/Makefile
diff -u pkgsrc/net/fping/Makefile:1.25 pkgsrc/net/fping/Makefile:1.26
--- pkgsrc/net/fping/Makefile:1.25 Thu Apr 25 09:45:57 2024
+++ pkgsrc/net/fping/Makefile Fri Jan 3 13:43:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/04/25 09:45:57 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/01/03 13:43:12 adam Exp $
-DISTNAME= fping-5.2
+DISTNAME= fping-5.3
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/
Index: pkgsrc/net/fping/distinfo
diff -u pkgsrc/net/fping/distinfo:1.21 pkgsrc/net/fping/distinfo:1.22
--- pkgsrc/net/fping/distinfo:1.21 Thu Apr 25 09:45:57 2024
+++ pkgsrc/net/fping/distinfo Fri Jan 3 13:43:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/04/25 09:45:57 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/01/03 13:43:12 adam Exp $
-BLAKE2s (fping-5.2.tar.gz) = 84e97871e94fdddbaf0b4a7e5b91d67d957e58dfc5b5de29a9819a4b4f02fb4a
-SHA512 (fping-5.2.tar.gz) = 062896662804c55ffe2d4e3eb7efc2ff796d20a77b367e16f8fa381e302986b5127ca55f0866bbf08f8ae2b2f6795ec4c5d43dc59ebec157fb3e8eff25d0bdb3
-Size (fping-5.2.tar.gz) = 194259 bytes
+BLAKE2s (fping-5.3.tar.gz) = d2d57eb680b13e03dcec358708a4e4c3d25c32724576590525daa7009f5dc315
+SHA512 (fping-5.3.tar.gz) = b8cdc6bbd64cc854387b3868843e14d493ddae5ed3edbdc907326e16f1a9418a4bff3c9d07611edd0e78c055bca735ff7d326ef154b34e32b2d2d35956eb06fe
+Size (fping-5.3.tar.gz) = 197370 bytes
Home |
Main Index |
Thread Index |
Old Index