summaryrefslogtreecommitdiff
path: root/net/dhcpcd
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2019-08-21 17:08:33 +0000
committerroy <roy@pkgsrc.org>2019-08-21 17:08:33 +0000
commit04e11891794f3be787a52c10a091498321cc4442 (patch)
tree28ea4d90475554ba29c54eb1a06e4af9b9d4ede8 /net/dhcpcd
parentcfec9e85e3f2638e56b1afa7030149519df93323 (diff)
downloadpkgsrc-04e11891794f3be787a52c10a091498321cc4442.tar.gz
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 (limited to 'net/dhcpcd')
-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 bb909c0d7c0..96d42e05502 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -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 --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index 662de47e775..a6bc9820246 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -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