pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/arping



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 16 13:45:19 UTC 2016

Modified Files:
        pkgsrc/net/arping: Makefile distinfo

Log Message:
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};


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/arping/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/arping/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/arping/Makefile
diff -u pkgsrc/net/arping/Makefile:1.25 pkgsrc/net/arping/Makefile:1.26
--- pkgsrc/net/arping/Makefile:1.25     Tue Feb  9 12:00:19 2016
+++ pkgsrc/net/arping/Makefile  Tue Aug 16 13:45:19 2016
@@ -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/
 

Index: pkgsrc/net/arping/distinfo
diff -u pkgsrc/net/arping/distinfo:1.10 pkgsrc/net/arping/distinfo:1.11
--- pkgsrc/net/arping/distinfo:1.10     Tue Feb  9 12:00:19 2016
+++ pkgsrc/net/arping/distinfo  Tue Aug 16 13:45:19 2016
@@ -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