Fri Oct 16 21:43:13 2009 UTC ()
Import dhcpcd-5.1.2 with these changes:
* ClientID is now reported when interface starts
* -w, --wait forces dhcpcd to wait until an interface gets a lease or
  times out
* Ensure DHCP socket is open when sending a DECLINE
* Uses new hwaddr if existing interface is downed and then changed.
* No longer works on firewire interfaces by default.

dhcpcd-5.1.2 has a new behaviour change - when starting up and at least 1
interface has a carrier then it tries to get a lease or times out.
It still daemonises regardless. This, along with the -b and -w flags
allows total control over the desired behaviour of dhcpcd.


(roy)
diff -r1.13 -r1.14 pkgsrc/net/dhcpcd/Makefile
diff -r1.12 -r1.13 pkgsrc/net/dhcpcd/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/net/dhcpcd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/dhcpcd/Makefile 2009/09/22 06:32:16 1.13
+++ pkgsrc/net/dhcpcd/Makefile 2009/10/16 21:43:13 1.14
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2009/09/22 06:32:16 roy Exp $ 1# $NetBSD: Makefile,v 1.14 2009/10/16 21:43:13 roy Exp $
2# 2#
3 3
4DISTNAME= dhcpcd-5.1.1 4DISTNAME= dhcpcd-5.1.2
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ 6MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
7MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ 7MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= roy@NetBSD.org 10MAINTAINER= roy@NetBSD.org
11HOMEPAGE= http://roy.marples.name/projects/dhcpcd/ 11HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
12COMMENT= RFC2131 compliant DHCP client 12COMMENT= RFC2131 compliant DHCP client
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16USE_LANGUAGES= c99 16USE_LANGUAGES= c99
17HAS_CONFIGURE= yes 17HAS_CONFIGURE= yes

cvs diff -r1.12 -r1.13 pkgsrc/net/dhcpcd/distinfo (expand / switch to unified diff)

--- pkgsrc/net/dhcpcd/distinfo 2009/09/22 06:32:16 1.12
+++ pkgsrc/net/dhcpcd/distinfo 2009/10/16 21:43:13 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2009/09/22 06:32:16 roy Exp $ 1$NetBSD: distinfo,v 1.13 2009/10/16 21:43:13 roy Exp $
2 2
3SHA1 (dhcpcd-5.1.1.tar.bz2) = 4ffb9ce39620809f31f894eff4ce3c78f5ecf75e 3SHA1 (dhcpcd-5.1.2.tar.bz2) = a68915e7033e3b196d28f97e70aadc0469a20031
4RMD160 (dhcpcd-5.1.1.tar.bz2) = ff5d199d642bc309614e305b93c4396768a63f55 4RMD160 (dhcpcd-5.1.2.tar.bz2) = d6eb56c1164526cf987be8ea6d8705286be09585
5Size (dhcpcd-5.1.1.tar.bz2) = 63701 bytes 5Size (dhcpcd-5.1.2.tar.bz2) = 64570 bytes