pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arping Updated net/arping to 2.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec777d509260
branches:  trunk
changeset: 351196:ec777d509260
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 16 13:45:19 2016 +0000

description:
Updated net/arping to 2.17
--------------------------
Explicit ChangeLog is not known, but diff shows following lines
   +        // Padding size chosen fairly arbitrarily.
   +        // Without this padding some systems (e.g. Raspberry Pi 3
   +        // wireless interface) failed. dmesg said:
   +        //   arping: packet size is too short (42 <= 50)
   +        const char padding[16] = {0};

diffstat:

 net/arping/Makefile |   4 ++--
 net/arping/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 95615d909ff2 -r ec777d509260 net/arping/Makefile
--- a/net/arping/Makefile       Tue Aug 16 13:35:14 2016 +0000
+++ b/net/arping/Makefile       Tue Aug 16 13:45:19 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2016/02/09 12:00:19 mef Exp $
+# $NetBSD: Makefile,v 1.26 2016/08/16 13:45:19 mef Exp $
 
-DISTNAME=      arping-2.16
+DISTNAME=      arping-2.17
 CATEGORIES=    net
 MASTER_SITES=  http://www.habets.pp.se/synscan/files/
 
diff -r 95615d909ff2 -r ec777d509260 net/arping/distinfo
--- a/net/arping/distinfo       Tue Aug 16 13:35:14 2016 +0000
+++ b/net/arping/distinfo       Tue Aug 16 13:45:19 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/02/09 12:00:19 mef Exp $
+$NetBSD: distinfo,v 1.11 2016/08/16 13:45:19 mef Exp $
 
-SHA1 (arping-2.16.tar.gz) = 28bce418ff7919349bcddd39efaea519f75e8115
-RMD160 (arping-2.16.tar.gz) = e1a1f6795c7b3e43854f74f515f4cfa9621292f2
-SHA512 (arping-2.16.tar.gz) = 90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107
-Size (arping-2.16.tar.gz) = 174183 bytes
+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



Home | Main Index | Thread Index | Old Index