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:           Thu Apr 25 09:45:57 UTC 2024

Modified Files:
        pkgsrc/net/fping: Makefile distinfo
Removed Files:
        pkgsrc/net/fping/patches: patch-src_fping.c

Log Message:
fping: updated to 5.2

fping 5.2 (2024-04-21)

New features
- New option -X / --fast-reachable to exit immediately once N hosts have been
  found
- New option -k / -fwmark to set Linux fwmark mask

Bugfixes and other changes

- Always output fatal error messages
- Fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available
- Fix "not enough sequence numbers available" error on BSD-like systems
- Fix running in unprivileged mode
- Fix build issue for NetBSD/alpha
- Fix build issue for OpenBSD/alpha
- Fix build warning for long int usage
- Fix build error with musl libc
- Fix to guard against division by zero
- Decouple -a/-u effects from -c
- Added contrib/Dockerfile
- Remove host from Netdata chart titles
- Add additional tests
- Update github action os images
- Fix Azure pipeline tests
- Various autoconf fixes
- Extended configure script with --enable-debug and output cpu usage
- Documentation: Update Netdata website link
- Documentation: fix description of --file option
- Documentation: improve exit status description
- Documentation: move description of -i MSEC
- Documentation: improve help output for options -c and -C


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/fping/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/fping/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/net/fping/patches/patch-src_fping.c

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.24 pkgsrc/net/fping/Makefile:1.25
--- pkgsrc/net/fping/Makefile:1.24      Fri May 13 04:49:10 2022
+++ pkgsrc/net/fping/Makefile   Thu Apr 25 09:45:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/05/13 04:49:10 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/04/25 09:45:57 adam Exp $
 
-DISTNAME=      fping-5.1
+DISTNAME=      fping-5.2
 CATEGORIES=    net
 MASTER_SITES=  http://fping.org/dist/
 
@@ -8,8 +8,9 @@ MAINTAINER=     abs%NetBSD.org@localhost
 HOMEPAGE=      https://www.fping.org/
 COMMENT=       Quickly ping many hosts w/o flooding the network
 
-USE_LANGUAGES= c99
-GNU_CONFIGURE= yes
+USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
+GNU_CONFIGURE=         yes
 
 SPECIAL_PERMS+=        sbin/fping ${SETUID_ROOT_PERMS}
 

Index: pkgsrc/net/fping/distinfo
diff -u pkgsrc/net/fping/distinfo:1.20 pkgsrc/net/fping/distinfo:1.21
--- pkgsrc/net/fping/distinfo:1.20      Fri May 13 04:51:38 2022
+++ pkgsrc/net/fping/distinfo   Thu Apr 25 09:45:57 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/05/13 04:51:38 wiz Exp $
+$NetBSD: distinfo,v 1.21 2024/04/25 09:45:57 adam Exp $
 
-BLAKE2s (fping-5.1.tar.gz) = 5c0a76df0c28b79e030ed4b93762f8f91583d805890473ab47a72fbfe3a72770
-SHA512 (fping-5.1.tar.gz) = 1a208da8dcd99093d0512af5d85ba5e7b5743ec97993d24c1fe612bb58d93090ac1ba0952f648aa075f16d390a77c4be65e394ae56dbede2a6914e0e8c68e2bd
-Size (fping-5.1.tar.gz) = 191224 bytes
-SHA1 (patch-src_fping.c) = f2ac17acb2257d92fedfc1df3bfcad3f3ba677c1
+BLAKE2s (fping-5.2.tar.gz) = 84e97871e94fdddbaf0b4a7e5b91d67d957e58dfc5b5de29a9819a4b4f02fb4a
+SHA512 (fping-5.2.tar.gz) = 062896662804c55ffe2d4e3eb7efc2ff796d20a77b367e16f8fa381e302986b5127ca55f0866bbf08f8ae2b2f6795ec4c5d43dc59ebec157fb3e8eff25d0bdb3
+Size (fping-5.2.tar.gz) = 194259 bytes



Home | Main Index | Thread Index | Old Index