Sat Feb 11 02:11:31 2017 UTC ()
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.


(mef)
diff -r1.26 -r1.27 pkgsrc/net/arping/Makefile
diff -r1.11 -r1.12 pkgsrc/net/arping/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/net/arping/Makefile (expand / switch to unified diff)

--- pkgsrc/net/arping/Makefile 2016/08/16 13:45:19 1.26
+++ pkgsrc/net/arping/Makefile 2017/02/11 02:11:31 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2016/08/16 13:45:19 mef Exp $ 1# $NetBSD: Makefile,v 1.27 2017/02/11 02:11:31 mef Exp $
2 2
3DISTNAME= arping-2.17 3DISTNAME= arping-2.18
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.habets.pp.se/synscan/files/ 5MASTER_SITES= http://www.habets.pp.se/synscan/files/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=arping 8HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=arping
9COMMENT= ARP-level ping utility 9COMMENT= ARP-level ping utility
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13 13
14.include "../../devel/libnet11/buildlink3.mk" 14.include "../../devel/libnet11/buildlink3.mk"
15.include "../../net/libpcap/buildlink3.mk" 15.include "../../net/libpcap/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/net/arping/distinfo (expand / switch to unified diff)

--- pkgsrc/net/arping/distinfo 2016/08/16 13:45:19 1.11
+++ pkgsrc/net/arping/distinfo 2017/02/11 02:11:31 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2016/08/16 13:45:19 mef Exp $ 1$NetBSD: distinfo,v 1.12 2017/02/11 02:11:31 mef Exp $
2 2
3SHA1 (arping-2.17.tar.gz) = 353b0166ebb3685528a9d52dc29eb59d0bf6c9b1 3SHA1 (arping-2.18.tar.gz) = 23df1fab8a6e5836a6012dd038c998bb5d011a9a
4RMD160 (arping-2.17.tar.gz) = 134a3c838cd7149d0bb530914d17019097bd7d98 4RMD160 (arping-2.18.tar.gz) = f459f68881fcf6791d3558c9556684af873ba66b
5SHA512 (arping-2.17.tar.gz) = 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 5SHA512 (arping-2.18.tar.gz) = 0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89
6Size (arping-2.17.tar.gz) = 174346 bytes 6Size (arping-2.18.tar.gz) = 175691 bytes