Received: by mail.netbsd.org (Postfix, from userid 605) id 65AE684DAB; Mon, 25 Feb 2019 18:08:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1B1A84D94 for ; Mon, 25 Feb 2019 18:08:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0C8PkfVsGPH8 for ; Mon, 25 Feb 2019 18:08:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 663B884D04 for ; Mon, 25 Feb 2019 18:08:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61230FB16; Mon, 25 Feb 2019 18:08:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155111812277430" MIME-Version: 1.0 Date: Mon, 25 Feb 2019 18:08:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/fping To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190225180842.61230FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155111812277430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_155111812277430 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_155111812277430--