diff options
author | mef <mef@pkgsrc.org> | 2017-02-11 02:11:31 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-02-11 02:11:31 +0000 |
commit | afb7739b2ff1f90f9c06062db71cda96a2f08bf6 (patch) | |
tree | ce40e93359b3fe755c5694f5b86348cf99e0725e /net | |
parent | 3667f710f557a9d3033e0f1e84334e37bd9dbd71 (diff) | |
download | pkgsrc-afb7739b2ff1f90f9c06062db71cda96a2f08bf6.tar.gz |
Update net/arping to 2.18.
--------------------------
Explicit ChangeLog not found, but diff between source may say
following changes.
2.17
----
usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <us> ]
-w Time to wait between pings, in microseconds.
-W Same as -w, but in floating point seconds.
2.18
----
usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <sec> ]
-w sec Specify a timeout before ping exits regardless of how many
packets have been sent or received.
-W sec Time to wait between pings.
Diffstat (limited to 'net')
-rw-r--r-- | net/arping/Makefile | 4 | ||||
-rw-r--r-- | net/arping/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index fe10686614d..03d21af7da0 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2016/08/16 13:45:19 mef Exp $ +# $NetBSD: Makefile,v 1.27 2017/02/11 02:11:31 mef Exp $ -DISTNAME= arping-2.17 +DISTNAME= arping-2.18 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ diff --git a/net/arping/distinfo b/net/arping/distinfo index 2afe6a9f600..401936ee509 100644 --- a/net/arping/distinfo +++ b/net/arping/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/08/16 13:45:19 mef Exp $ +$NetBSD: distinfo,v 1.12 2017/02/11 02:11:31 mef Exp $ -SHA1 (arping-2.17.tar.gz) = 353b0166ebb3685528a9d52dc29eb59d0bf6c9b1 -RMD160 (arping-2.17.tar.gz) = 134a3c838cd7149d0bb530914d17019097bd7d98 -SHA512 (arping-2.17.tar.gz) = 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 -Size (arping-2.17.tar.gz) = 174346 bytes +SHA1 (arping-2.18.tar.gz) = 23df1fab8a6e5836a6012dd038c998bb5d011a9a +RMD160 (arping-2.18.tar.gz) = f459f68881fcf6791d3558c9556684af873ba66b +SHA512 (arping-2.18.tar.gz) = 0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89 +Size (arping-2.18.tar.gz) = 175691 bytes |