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:           Mon Feb 25 18:08:42 UTC 2019

Modified Files:
        pkgsrc/net/fping: Makefile distinfo

Log Message:
fping: updated to 4.2

fping 4.2:

New features
* New option -x / --reachable to check if the number of reachable hosts is >= a certain number. Useful for example to implement connectivity-checks

Bugfixes and other changes
* Allow decimal numbers for '-t', '-i', '-p', and '-Q'
* Fix build with --disable-ipv6
* Fix hang with '-6', with ipv6 kernel module, but not loaded
* Assume '-6' if the binary is named 'fping6' (this is mostly for special embedded-distro use cases, and not meant to be used generally in place of compiling IPv6-only binary or using '-6'
* Get rid of warning "timeout (-t) value larger than period (-p) produces unexpected results"


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/fping/Makefile
cvs rdiff -u -r1.13 -r1.14 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.19 pkgsrc/net/fping/Makefile:1.20
--- pkgsrc/net/fping/Makefile:1.19      Fri Sep 21 12:10:07 2018
+++ pkgsrc/net/fping/Makefile   Mon Feb 25 18:08:42 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/09/21 12:10:07 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/02/25 18:08:42 adam Exp $
 
-DISTNAME=      fping-4.1
+DISTNAME=      fping-4.2
 CATEGORIES=    net
 MASTER_SITES=  http://fping.org/dist/
 

Index: pkgsrc/net/fping/distinfo
diff -u pkgsrc/net/fping/distinfo:1.13 pkgsrc/net/fping/distinfo:1.14
--- pkgsrc/net/fping/distinfo:1.13      Fri Sep 21 12:10:07 2018
+++ pkgsrc/net/fping/distinfo   Mon Feb 25 18:08:42 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2018/09/21 12:10:07 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/02/25 18:08:42 adam Exp $
 
-SHA1 (fping-4.1.tar.gz) = 4eda89e12b81d2d0f95919c303286fe1b3667ffe
-RMD160 (fping-4.1.tar.gz) = c58f6441245c3e289ecb4c39caa83f14c887c546
-SHA512 (fping-4.1.tar.gz) = cd31ea336985f8d727b0db3c70213b827f0282b0c382694e10c72a89c425f2f7383d07f8f2febdc23aa246ebbf65ac9751b2404be405088963a682945edc80ba
-Size (fping-4.1.tar.gz) = 170851 bytes
+SHA1 (fping-4.2.tar.gz) = 0a2bef2663d8db112f9787d962d7584e91177d49
+RMD160 (fping-4.2.tar.gz) = 9f28dead5ca7a2f34994e1e72e8540de3454ed45
+SHA512 (fping-4.2.tar.gz) = 2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a
+Size (fping-4.2.tar.gz) = 171409 bytes
 SHA1 (patch-src_fping.c) = c8047e60ed9693c2ad9d7f016854ca76933ea4c7



Home | Main Index | Thread Index | Old Index