diff options
author | roy <roy> | 2014-11-14 11:52:50 +0000 |
---|---|---|
committer | roy <roy> | 2014-11-14 11:52:50 +0000 |
commit | 6194b391bb1f0c8fdfa4984ea8702a93de45e91c (patch) | |
tree | fcb1fe91c79a279d195a4004b7400bbc12401278 /net | |
parent | 61e70a741cf91501bac0aa24216c04aaaea2edba (diff) | |
download | pkgsrc-6194b391bb1f0c8fdfa4984ea8702a93de45e91c.tar.gz |
Update dhcpcd-6.6.2 with the following changes:
* TAILQ macros are now pulled in via config.h only so dhcpcd compiles
on systems where sys/queue.h does not exist at all
* Remove DHCP state correctly when the interface departs
* End the IPv4LL state when DHCP is stopped
* Ensure that any DHCP leased offered still exists when assigning an
IPv4LL address
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index f8599daeabe..504ac1cfbfa 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2014/11/07 20:18:06 roy Exp $ +# $NetBSD: Makefile,v 1.42 2014/11/14 11:52:50 roy Exp $ # -DISTNAME= dhcpcd-6.6.1 +DISTNAME= dhcpcd-6.6.2 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 a0d2cad3f23..a7ced502ad1 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2014/11/07 20:18:06 roy Exp $ +$NetBSD: distinfo,v 1.39 2014/11/14 11:52:50 roy Exp $ -SHA1 (dhcpcd-6.6.1.tar.bz2) = 6135415bd3f4ec6486066539e39e6c90cd8dc8b6 -RMD160 (dhcpcd-6.6.1.tar.bz2) = 29317b8c173935ab0da91675bc7935ca289e234d -Size (dhcpcd-6.6.1.tar.bz2) = 157364 bytes +SHA1 (dhcpcd-6.6.2.tar.bz2) = 9a84326a9a056ba2464685f878e82d7f8879b100 +RMD160 (dhcpcd-6.6.2.tar.bz2) = eef57e945d86167c68927c5ebf901817c2e39883 +Size (dhcpcd-6.6.2.tar.bz2) = 156901 bytes |