pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-7.0.0-beta3 with the followin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f0e1713d5fa
branches:  trunk
changeset: 361045:1f0e1713d5fa
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Apr 14 10:05:26 2017 +0000

description:
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:

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

diffs (28 lines):

diff -r 464519da972b -r 1f0e1713d5fa net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Fri Apr 14 09:15:57 2017 +0000
+++ b/net/dhcpcd/Makefile       Fri Apr 14 10:05:26 2017 +0000
@@ -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 -r 464519da972b -r 1f0e1713d5fa net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Fri Apr 14 09:15:57 2017 +0000
+++ b/net/dhcpcd/distinfo       Fri Apr 14 10:05:26 2017 +0000
@@ -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