summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy>2017-04-14 10:05:26 +0000
committerroy <roy>2017-04-14 10:05:26 +0000
commitac276910aa57efa1f257bc6b184ea48ed123ff20 (patch)
tree01c15d59a50b4c23338965f53558e5489a59a9c9 /net
parent6ad861b803ff0e54f8f88fa2bc8f3269dd76367a (diff)
downloadpkgsrc-ac276910aa57efa1f257bc6b184ea48ed123ff20.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/dhcpcd/Makefile4
-rw-r--r--net/dhcpcd/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 883a034abab..8d4eeb120c5 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -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/
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index dfd872e47e3..e8256e41f05 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -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