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-6.6.1 with the following chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c922fbd513a
branches:  trunk
changeset: 641431:9c922fbd513a
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Nov 07 20:18:06 2014 +0000

description:
Import dhcpcd-6.6.1 with the following changes:

  *  Log the address IPv4LL defends
  *  PREINIT, UNKNOWN and CARRIER are not either up nor down states
  *  ARP code re-written to allow for many ARP states
  *  IPv4LL address is now pseudo random based on HW address instead
     of really random as per RFC 3927 Section 2.1
  *  If not doing DHCP or DHCP6, disable the DNS requirement in the RA
     to fork.
  *  Treat IPv4LL as fallback and start DHCP discovery even if the prior
     lease was IPv4LL when rebooting.
  *  When we transition from REQUEST to DISCOVER in a reboot,
     start IPv4LL at the same time as discover to ensure we have an
     address quicker.

  *  Improve handling of the IPv6LL address at startup
  *  Support old Linux kernels where IFLA_AF_SPEC may not exist
  *  When stopping interfaces, skip past pseudo interfaces instead
     of finding the master as only the masters are sorted correctly

Added another mirror site, http://cflags.cc/roy/dhcpcd

diffstat:

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

diffs (30 lines):

diff -r 1c31ad02bc76 -r 9c922fbd513a net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Fri Nov 07 19:39:24 2014 +0000
+++ b/net/dhcpcd/Makefile       Fri Nov 07 20:18:06 2014 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2014/10/18 00:00:52 roy Exp $
+# $NetBSD: Makefile,v 1.41 2014/11/07 20:18:06 roy Exp $
 #
 
-DISTNAME=              dhcpcd-6.5.1
+DISTNAME=              dhcpcd-6.6.1
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
+MASTER_SITES+=         http://cflags.cc/roy/dhcpcd/
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            roy%NetBSD.org@localhost
diff -r 1c31ad02bc76 -r 9c922fbd513a net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Fri Nov 07 19:39:24 2014 +0000
+++ b/net/dhcpcd/distinfo       Fri Nov 07 20:18:06 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2014/10/18 00:00:52 roy Exp $
+$NetBSD: distinfo,v 1.38 2014/11/07 20:18:06 roy Exp $
 
-SHA1 (dhcpcd-6.5.1.tar.bz2) = e4ffeee13efff17aadbc60d669206819b99d0a74
-RMD160 (dhcpcd-6.5.1.tar.bz2) = 2f0f5de1e5949e27b50a0ca1e163eef096611592
-Size (dhcpcd-6.5.1.tar.bz2) = 156068 bytes
+SHA1 (dhcpcd-6.6.1.tar.bz2) = 6135415bd3f4ec6486066539e39e6c90cd8dc8b6
+RMD160 (dhcpcd-6.6.1.tar.bz2) = 29317b8c173935ab0da91675bc7935ca289e234d
+Size (dhcpcd-6.6.1.tar.bz2) = 157364 bytes



Home | Main Index | Thread Index | Old Index