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:           Wed Aug 21 17:08:33 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.83 -r1.84 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.86 pkgsrc/net/dhcpcd/Makefile:1.87
--- pkgsrc/net/dhcpcd/Makefile:1.86     Tue Jul 30 10:30:22 2019
+++ pkgsrc/net/dhcpcd/Makefile  Wed Aug 21 17:08:33 2019
@@ -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/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.83 pkgsrc/net/dhcpcd/distinfo:1.84
--- pkgsrc/net/dhcpcd/distinfo:1.83     Tue Jul 30 10:30:22 2019
+++ pkgsrc/net/dhcpcd/distinfo  Wed Aug 21 17:08:33 2019
@@ -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