From 8d4bfef29f0baebd4d263f0caa31197c3270ce31 Mon Sep 17 00:00:00 2001 From: roy Date: Sat, 16 May 2015 23:37:25 +0000 Subject: Import dhcpcd-6.9.0 with the following changes: * Fix IPv6 prefix underflow when confirming deprecated but valid leases * eloop.c and .h are now 100% portable outside of dhcpcd (provided the system supports recent POSIX and either you or the system provide working TAILQ macros) * Allow waitip to work per interface. * Handle ND options in the same way we handle DHCP and DHCPv6 options. * Add new variable of type bitflags:flags where the flags ABCDEFGH, A is 10000000, B is 01000000, etc. Variables with the name reserved are no longer processed. * Improve IN_IFF_TENTATIVE with ip sharing. --- net/dhcpcd/Makefile | 4 ++-- net/dhcpcd/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net/dhcpcd') diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 77c232d1431..16ece3de7aa 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2015/05/05 10:22:49 roy Exp $ +# $NetBSD: Makefile,v 1.48 2015/05/16 23:37:25 roy Exp $ # -DISTNAME= dhcpcd-6.8.2 +DISTNAME= dhcpcd-6.9.0 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 801d5cba12f..bd7681976f1 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2015/05/05 10:22:49 roy Exp $ +$NetBSD: distinfo,v 1.45 2015/05/16 23:37:25 roy Exp $ -SHA1 (dhcpcd-6.8.2.tar.bz2) = 4fa1299d0ca947dd39013851e7c047b4dabb36c3 -RMD160 (dhcpcd-6.8.2.tar.bz2) = edb2b1ac6a00b2a9db730ec25579f9ee9193befc -Size (dhcpcd-6.8.2.tar.bz2) = 175355 bytes +SHA1 (dhcpcd-6.9.0.tar.bz2) = 0e4900e05c01b795508b51f882e1316aad5ad932 +RMD160 (dhcpcd-6.9.0.tar.bz2) = c092e666440fafc8793a86d86b300327db31d9e6 +Size (dhcpcd-6.9.0.tar.bz2) = 176736 bytes -- cgit v1.2.3