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-8.0.3 with the following chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d44b574b759
branches:  trunk
changeset: 338277:5d44b574b759
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Aug 21 17:08:33 2019 +0000

description:
Import dhcpcd-8.0.3 with the following changes:

 *  DHCP: Work with IP headers with options
 *  script: Assert that env string are correctly terminated
 *  script: Terminate env strings with no value
 *  script: Don't attempt to use an invalid env string
 *  route: Fix NULL deference error when using static routes
 *  ARP: Respect IFF_NOARP
 *  DHCP: Add support for ARPHRD_NONE interfaces
 *  DHCP: Allow full DHCP support for PtP interfaces, but not by default
 *  DragonFlyBSD: 500704 announces IPv6 address flag changes
 *  control: sends correct buffer to listeners

DragonFlyBSD-500704 kernel has the functionality dhcpcd needs to compile without any warnings. There are still improvements to be made to the whole network stack, but none of them are dhcpcd specific.

dhcpcd-ui now correctly reports SSD association and all the addresses obtained (regression from dhcpcd-7)

dhcpcd now supports QMI interfaces in RawIP mode - this is basically PtP interface without any L2 frame header. Because PtP interfaces normally configure their address via a 3rd party tool (dhcpcd 
waits for this address to appear), DHCP is not enabled by default. You can now enable it like so

interface wwan0
    dhcp

Or just add --dhcpcd on the command line.

diffstat:

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

diffs (27 lines):

diff -r 9d5889247ebc -r 5d44b574b759 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Wed Aug 21 16:58:57 2019 +0000
+++ b/net/dhcpcd/Makefile       Wed Aug 21 17:08:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2019/07/30 10:30:22 roy Exp $
+# $NetBSD: Makefile,v 1.87 2019/08/21 17:08:33 roy Exp $
 
-DISTNAME=              dhcpcd-8.0.2
+DISTNAME=              dhcpcd-8.0.3
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
diff -r 9d5889247ebc -r 5d44b574b759 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Wed Aug 21 16:58:57 2019 +0000
+++ b/net/dhcpcd/distinfo       Wed Aug 21 17:08:33 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2019/07/30 10:30:22 roy Exp $
+$NetBSD: distinfo,v 1.84 2019/08/21 17:08:33 roy Exp $
 
-SHA1 (dhcpcd-8.0.2.tar.xz) = 2230abeae35c048ecd095e8f1c4614564b4d3ff3
-RMD160 (dhcpcd-8.0.2.tar.xz) = 159e8decddff91920d7737aa1627e08fb10e964c
-SHA512 (dhcpcd-8.0.2.tar.xz) = a6e3aa66800adc8b209324bae02a6e373e2623735bf0695ffec4a7c972d65c3498f55e4da62f93df0bc6cddb4bee8ab667b3743b5b25cd5f4cc9da4d1f8e15c4
-Size (dhcpcd-8.0.2.tar.xz) = 222408 bytes
+SHA1 (dhcpcd-8.0.3.tar.xz) = 039739364dd494c3f49a4a924bc46e58506ea520
+RMD160 (dhcpcd-8.0.3.tar.xz) = aa03ef190208c9d3bc355eab8c619883c69a5d26
+SHA512 (dhcpcd-8.0.3.tar.xz) = 0a740286181e1b24e7ac5157f60727c2a3abd81080235efc8ba86628bb8e2aa877b8d9348055c16cdae1a819f443afbf452907a25152bb936a6dc72f3a179944
+Size (dhcpcd-8.0.3.tar.xz) = 223104 bytes



Home | Main Index | Thread Index | Old Index