Wed Jan 7 09:01:01 2015 UTC ()
Import dhcpcd-6.6.7 with the following changes:
  *  Clarify timeout and reboot timeout, make it more sane
  *  A server should not NAK an INFORM
  *  The noalias directive will now remove any IPv4 addresses existing on
     the interface when we want to add our own
  *  For BSD systems stop polling for IPv6 router reachability
     Instead, expect for cached neighour route additions/changes/removals
     to be announced by the kernel. Currently only NetBSD-7.99.3 does this.
  *  Store acquired time for each IPv6 address so we can correctly offset
     pltime and vltime if we need to re-add them
  *  test mode no longer turns off kernel rtadv handling


(roy)
diff -r1.45 -r1.46 pkgsrc/net/dhcpcd/Makefile
diff -r1.42 -r1.43 pkgsrc/net/dhcpcd/distinfo

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

--- pkgsrc/net/dhcpcd/Makefile 2014/12/09 20:16:27 1.45
+++ pkgsrc/net/dhcpcd/Makefile 2015/01/07 09:01:01 1.46
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.45 2014/12/09 20:16:27 roy Exp $ 1# $NetBSD: Makefile,v 1.46 2015/01/07 09:01:01 roy Exp $
2# 2#
3 3
4DISTNAME= dhcpcd-6.6.5 4DISTNAME= dhcpcd-6.6.7
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/
8MASTER_SITES+= http://cflags.cc/roy/dhcpcd/ 8MASTER_SITES+= http://cflags.cc/roy/dhcpcd/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= roy@NetBSD.org 11MAINTAINER= roy@NetBSD.org
12HOMEPAGE= http://roy.marples.name/projects/dhcpcd/ 12HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
13COMMENT= RFC2131 compliant DHCP client 13COMMENT= RFC2131 compliant DHCP client
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16USE_LANGUAGES= c99 16USE_LANGUAGES= c99
17HAS_CONFIGURE= yes 17HAS_CONFIGURE= yes

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

--- pkgsrc/net/dhcpcd/distinfo 2014/12/09 20:16:27 1.42
+++ pkgsrc/net/dhcpcd/distinfo 2015/01/07 09:01:01 1.43
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.42 2014/12/09 20:16:27 roy Exp $ 1$NetBSD: distinfo,v 1.43 2015/01/07 09:01:01 roy Exp $
2 2
3SHA1 (dhcpcd-6.6.5.tar.bz2) = 48d43ac7c78d49d2a08e412a53a2e65926e5373a 3SHA1 (dhcpcd-6.6.7.tar.bz2) = 73cb26b4be98753ab44d5cbce6f8c70719db827a
4RMD160 (dhcpcd-6.6.5.tar.bz2) = 9807a8f819ad55d2480dba7ed2f0d917139c81d1 4RMD160 (dhcpcd-6.6.7.tar.bz2) = 2ac8d97938a827038573e120b40bddb225995cf7
5Size (dhcpcd-6.6.5.tar.bz2) = 157743 bytes 5Size (dhcpcd-6.6.7.tar.bz2) = 158093 bytes