diff options
author | roy <roy@pkgsrc.org> | 2009-12-23 09:34:58 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-12-23 09:34:58 +0000 |
commit | 168e2bb73158fde355f698cba1a401feb4a7b99a (patch) | |
tree | 8ccf6acf54889582970137672661226b8c00c65a /net | |
parent | 6901fef376c2cb442667b93191cd9c87959bf870 (diff) | |
download | pkgsrc-168e2bb73158fde355f698cba1a401feb4a7b99a.tar.gz |
Import dhcpcd-5.1.4 with the following changes:
* dhcpcd logs even in quiet mode.
* Sleep for 1/100th of a second to give time for kernel to send RELEASE.
* -S option now works.
* Only warn about using CSR on bind.
* Fix detection of route deletion on Linux.
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 e49b7aa1c28..c5dba2d9437 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/10/25 23:44:49 roy Exp $ +# $NetBSD: Makefile,v 1.16 2009/12/23 09:34:58 roy Exp $ # -DISTNAME= dhcpcd-5.1.3 +DISTNAME= dhcpcd-5.1.4 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 187e22cde62..f6a073dc055 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/10/25 23:44:49 roy Exp $ +$NetBSD: distinfo,v 1.15 2009/12/23 09:34:58 roy Exp $ -SHA1 (dhcpcd-5.1.3.tar.bz2) = a42a52b663dc803f2128de67f5dbc385ad39ea0c -RMD160 (dhcpcd-5.1.3.tar.bz2) = de8b94974ffc67ebaa45bb9b146421ae07c9cdcf -Size (dhcpcd-5.1.3.tar.bz2) = 64742 bytes +SHA1 (dhcpcd-5.1.4.tar.bz2) = 125505c85ca45db2901bb80fdd11cfe4441fef1b +RMD160 (dhcpcd-5.1.4.tar.bz2) = 231604bccf0702c904f343e70600a7b61a526c53 +Size (dhcpcd-5.1.4.tar.bz2) = 65198 bytes |