pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-5.1.2 with these changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74b8c1e6dbdd
branches:  trunk
changeset: 400303:74b8c1e6dbdd
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Oct 16 21:43:13 2009 +0000

description:
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.

diffstat:

 net/dhcpcd/Makefile |  4 ++--
 net/dhcpcd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r da62947c6e52 -r 74b8c1e6dbdd net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Fri Oct 16 20:28:03 2009 +0000
+++ b/net/dhcpcd/Makefile       Fri Oct 16 21:43:13 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2009/09/22 06:32:16 roy Exp $
+# $NetBSD: Makefile,v 1.14 2009/10/16 21:43:13 roy Exp $
 #
 
-DISTNAME=              dhcpcd-5.1.1
+DISTNAME=              dhcpcd-5.1.2
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
diff -r da62947c6e52 -r 74b8c1e6dbdd net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Fri Oct 16 20:28:03 2009 +0000
+++ b/net/dhcpcd/distinfo       Fri Oct 16 21:43:13 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/09/22 06:32:16 roy Exp $
+$NetBSD: distinfo,v 1.13 2009/10/16 21:43:13 roy Exp $
 
-SHA1 (dhcpcd-5.1.1.tar.bz2) = 4ffb9ce39620809f31f894eff4ce3c78f5ecf75e
-RMD160 (dhcpcd-5.1.1.tar.bz2) = ff5d199d642bc309614e305b93c4396768a63f55
-Size (dhcpcd-5.1.1.tar.bz2) = 63701 bytes
+SHA1 (dhcpcd-5.1.2.tar.bz2) = a68915e7033e3b196d28f97e70aadc0469a20031
+RMD160 (dhcpcd-5.1.2.tar.bz2) = d6eb56c1164526cf987be8ea6d8705286be09585
+Size (dhcpcd-5.1.2.tar.bz2) = 64570 bytes



Home | Main Index | Thread Index | Old Index