pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dhcpcd
Module Name: pkgsrc
Committed By: roy
Date: Fri Apr 14 10:05:26 UTC 2017
Modified Files:
pkgsrc/net/dhcpcd: Makefile distinfo
Log Message:
Import dhcpcd-7.0.0-beta3 with the following changes:
* restored --logfile support as a few people complained it vanished
The new logging code even makes the overall binary size smaller
on most platforms.
* BPF filter now trims garbage trailing the payload
OK, it's not garbage, but userland doesn't know some drivers append
FCS to it.
* install udev.so on supported platforms to fix segfaults.
* support NetBSD's RO_MSGFILTER socket option to reduce avoid context
switching for route(4) messages that don't interest us.
* support OpenBSD's ROUTE_MSGFILTER which does the same.
* Don't open sockets if just sending signals.
* HMAC-MD5 test's now check expectations in code rather than relying
on visual confirmation.
* added eloop-bench to test performance of eloop with available
polling mechanisms.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/dhcpcd/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/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.63 pkgsrc/net/dhcpcd/Makefile:1.64
--- pkgsrc/net/dhcpcd/Makefile:1.63 Fri Mar 31 21:18:12 2017
+++ pkgsrc/net/dhcpcd/Makefile Fri Apr 14 10:05:26 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2017/03/31 21:18:12 roy Exp $
+# $NetBSD: Makefile,v 1.64 2017/04/14 10:05:26 roy Exp $
#
-DISTNAME= dhcpcd-7.0.0-beta1
+DISTNAME= dhcpcd-7.0.0-beta3
PKGNAME= ${DISTNAME:S/-beta/beta/}
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.61 pkgsrc/net/dhcpcd/distinfo:1.62
--- pkgsrc/net/dhcpcd/distinfo:1.61 Fri Mar 31 21:09:27 2017
+++ pkgsrc/net/dhcpcd/distinfo Fri Apr 14 10:05:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2017/03/31 21:09:27 roy Exp $
+$NetBSD: distinfo,v 1.62 2017/04/14 10:05:26 roy Exp $
-SHA1 (dhcpcd-7.0.0-beta1.tar.xz) = f4dfb63b164a7b0558dc78a4d2389a0c96a10092
-RMD160 (dhcpcd-7.0.0-beta1.tar.xz) = 0204f80962a5e39e0a48d397eafc3df92b06f3f3
-SHA512 (dhcpcd-7.0.0-beta1.tar.xz) = 4852d8353dbfee286f801a348ce4fbd5165438e604438c6bcb9b21eeabdf1d8e2a87678c82085fc40358c6f63b4214beac8ffa3ba963c1759e4e96ec651ebe5d
-Size (dhcpcd-7.0.0-beta1.tar.xz) = 200224 bytes
+SHA1 (dhcpcd-7.0.0-beta3.tar.xz) = b922b87949fb51e4b32d5d1ed442d05ee228b7c4
+RMD160 (dhcpcd-7.0.0-beta3.tar.xz) = b7327ae9754fc385d5502a7faa3a0bd91443bc74
+SHA512 (dhcpcd-7.0.0-beta3.tar.xz) = b71154fa2596826e23820df984992e8786a6b89588648db60e9340a383b67fdb555307e9a47b7c33097ed4191fdb911e443c6bf9fc76b0194770e66e2de64b95
+Size (dhcpcd-7.0.0-beta3.tar.xz) = 203440 bytes
Home |
Main Index |
Thread Index |
Old Index