diff options
author | roy <roy@pkgsrc.org> | 2010-11-27 12:59:31 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-11-27 12:59:31 +0000 |
commit | 9b064af817582157792e72b77aa3d5477ed49d48 (patch) | |
tree | d4c43fa93c35a53818907776e045af8a3e6930b3 /net | |
parent | 2af0158507273f0a224b9a3d9c8f73a1d6f2ff2b (diff) | |
download | pkgsrc-9b064af817582157792e72b77aa3d5477ed49d48.tar.gz |
Update to dhcpcd-5.2.9 with the following changes:
* syntax in 50-ypbind hook has been fixed
* man page corrections
* Compile correctly on Debian kFreeBSD
* invoke-rc.d now detected by configure correctly
* report hwaddr used by dhcpcd when debug is enabled
* Fix detecting inet address for INFORM support
* document reason RELEASE in dhcpcd-run-hooks
* Support RTM_CHGADDR in the upcoming NetBSD-6
This is used to work out if the hwaddr has changed as the interface
does not go down/up unlike other OSes
* ntp hook no longer attempts to restart ntpd if 1st attempt failed
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/PLIST | 3 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 72e424c9775..820b69a81b9 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2010/08/04 07:19:06 roy Exp $ +# $NetBSD: Makefile,v 1.26 2010/11/27 12:59:31 roy Exp $ # -DISTNAME= dhcpcd-5.2.7 +DISTNAME= dhcpcd-5.2.9 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/PLIST b/net/dhcpcd/PLIST index acd25a06784..6a2c4e8ef3a 100644 --- a/net/dhcpcd/PLIST +++ b/net/dhcpcd/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:25 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/11/27 12:59:31 roy Exp $ libexec/dhcpcd-hooks/01-test +libexec/dhcpcd-hooks/02-dump libexec/dhcpcd-hooks/10-mtu libexec/dhcpcd-hooks/20-resolv.conf libexec/dhcpcd-hooks/29-lookup-hostname diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index a7aa33c58a0..3952c697ca5 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2010/08/04 07:19:06 roy Exp $ +$NetBSD: distinfo,v 1.24 2010/11/27 12:59:31 roy Exp $ -SHA1 (dhcpcd-5.2.7.tar.bz2) = 510f7360edb426a0dafcf840aa1f35d75636a697 -RMD160 (dhcpcd-5.2.7.tar.bz2) = 383eabbb3c80d499a3e0fcae7c805d24c92ea2a8 -Size (dhcpcd-5.2.7.tar.bz2) = 69019 bytes +SHA1 (dhcpcd-5.2.9.tar.bz2) = 434397b1e881ddf3a97abe44c4cbadd5ff19436b +RMD160 (dhcpcd-5.2.9.tar.bz2) = 3e5f87b6febc8644c7df34f411573aacbde7eaaa +Size (dhcpcd-5.2.9.tar.bz2) = 71101 bytes |