summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2016-06-17 19:46:39 +0000
committerroy <roy@pkgsrc.org>2016-06-17 19:46:39 +0000
commit0ea417ac2b7e7c507d932c4e005a719297d13943 (patch)
tree0a0e8947089960ab2f9015d1b52f50f64ab9086f
parent34488df9f7f38b8b552162f5e314c30075e8c14a (diff)
downloadpkgsrc-0ea417ac2b7e7c507d932c4e005a719297d13943.tar.gz
Import dhcpcd-6.11.1 with the following changes:
* Fix truncated packet handling where the DHCP message is less than the BOOTP size * Rework the raw socket handling around an fd for initial Solaris support * Only pull one message from the raw socket - eloop will handle the looping * Netmask fixes for STATIC and INFORM * Rework if_address to use struct ipv4_addr, like the ipv6 counter parts * Split BSD handlink into many smaller functions to improve readability * empty DNS entries are no longer created * Test for hostname_fqdn being set to server or blank * Allow an SLA 0 and prefix length of 0 to delegate the whole prefix ia_pd 1 wm1/0 * Fix prefix delegation address timings on renew
-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 470121c54b1..4ecb8e2c303 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2016/05/09 10:24:32 roy Exp $
+# $NetBSD: Makefile,v 1.57 2016/06/17 19:46:39 roy Exp $
#
-DISTNAME= dhcpcd-6.11.0
+DISTNAME= dhcpcd-6.11.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index 14dff951be7..6d55242750c 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2016/05/09 10:24:32 roy Exp $
+$NetBSD: distinfo,v 1.56 2016/06/17 19:46:39 roy Exp $
-SHA1 (dhcpcd-6.11.0.tar.xz) = f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5
-RMD160 (dhcpcd-6.11.0.tar.xz) = 4c7c3d067876e986efd568c7e42ac54e94bb6771
-SHA512 (dhcpcd-6.11.0.tar.xz) = ee46f28b046752e80839c229e074cb87aea93695c1347ba852a026828a34b47f66990c9ce863f7de02ad81cc922c0ae000ab8fbb23ed9f2d1f97b720020db166
-Size (dhcpcd-6.11.0.tar.xz) = 187580 bytes
+SHA1 (dhcpcd-6.11.1.tar.xz) = 23d264e739496ef0d4ac9c4e8aac31d8779a73d0
+RMD160 (dhcpcd-6.11.1.tar.xz) = df6754621c5b3a323f14328ed246ec3ad698efff
+SHA512 (dhcpcd-6.11.1.tar.xz) = 50ef755b13a96fe484623d9f2dbd91407fbea5ca728fd05dbf4259a61611a07cf3ffad7e8d20ecd513dbef80602074809abd1f5177daaa51ceccc2af5c88269f
+Size (dhcpcd-6.11.1.tar.xz) = 190956 bytes