NetBSD-Bugs archive

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

PR/47502 CVS commit: src/external/bsd/dhcpcd/dist



The following reply was made to PR bin/47502; it has been noted by GNATS.

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47502 CVS commit: src/external/bsd/dhcpcd/dist
Date: Fri, 21 Jun 2013 19:33:08 +0000

 Module Name:   src
 Committed By:  roy
 Date:          Fri Jun 21 19:33:08 UTC 2013
 
 Update of /cvsroot/src/external/bsd/dhcpcd/dist
 In directory ivanova.netbsd.org:/tmp/cvs-serv6066
 
 Log Message:
 Import dhcpcd-6.0.0 with the following changes:
  * DHCPv6 support
  * wpa_supplicant hook script
  * route IPv4 addresses to 127.0.0.1 for machine centric traffic
  * DHCPv6 Prefix Delegation support
  * DHCPv6 FQDN support
  * Control existing IPv4 routes
  * less spamy to syslog by default
  * IPv6 protocols now wait for a valid LL address before starting
  * IPv6 DAD support now listens to kernel for more accurate timings
  * IPv4 code split out more cleanly so dhcpcd can be compiled for
    IPv4, IPv6 or IPv4 AND IPv6
  * MTU is no longer requested by default
  * a DUID is now generated in /etc/dhcpcd.duid and this is used as a 
    client ID for DHCPv4 and DHCPv6
    This does mean that you may get new DHCPv4 addresses
 
 Many bugs have also been fixed along the way and this release addresses
 the following PR's
 
 PR bin/47364
 PR bin/47502
 PR bin/47666
 PR bin/47699
 PR bin/47775
 PR bin/47776
 
 Status:
 
 Vendor Tag:    roy
 Release Tags:  dhcpcd_6_0_0
                
 U src/external/bsd/dhcpcd/dist/common.c
 U src/external/bsd/dhcpcd/dist/control.c
 U src/external/bsd/dhcpcd/dist/dhcpcd.c
 U src/external/bsd/dhcpcd/dist/duid.c
 U src/external/bsd/dhcpcd/dist/eloop.c
 U src/external/bsd/dhcpcd/dist/if-options.c
 U src/external/bsd/dhcpcd/dist/if-pref.c
 U src/external/bsd/dhcpcd/dist/net.c
 N src/external/bsd/dhcpcd/dist/script.c
 N src/external/bsd/dhcpcd/dist/dhcp-common.c
 U src/external/bsd/dhcpcd/dist/bpf.c
 U src/external/bsd/dhcpcd/dist/if-bsd.c
 U src/external/bsd/dhcpcd/dist/platform-bsd.c
 U src/external/bsd/dhcpcd/dist/arp.c
 C src/external/bsd/dhcpcd/dist/dhcp.c
 N src/external/bsd/dhcpcd/dist/ipv4.c
 U src/external/bsd/dhcpcd/dist/ipv4ll.c
 U src/external/bsd/dhcpcd/dist/ipv6.c
 U src/external/bsd/dhcpcd/dist/ipv6rs.c
 U src/external/bsd/dhcpcd/dist/ipv6ns.c
 N src/external/bsd/dhcpcd/dist/dhcp6.c
 C src/external/bsd/dhcpcd/dist/dhcpcd.conf
 C src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in
 U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in
 C src/external/bsd/dhcpcd/dist/dhcpcd.8.in
 U src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in
 U src/external/bsd/dhcpcd/dist/arp.h
 C src/external/bsd/dhcpcd/dist/bpf-filter.h
 U src/external/bsd/dhcpcd/dist/common.h
 U src/external/bsd/dhcpcd/dist/config.h
 U src/external/bsd/dhcpcd/dist/control.h
 U src/external/bsd/dhcpcd/dist/defs.h
 N src/external/bsd/dhcpcd/dist/dhcp-common.h
 U src/external/bsd/dhcpcd/dist/dhcp.h
 N src/external/bsd/dhcpcd/dist/dhcp6.h
 U src/external/bsd/dhcpcd/dist/dhcpcd.h
 U src/external/bsd/dhcpcd/dist/duid.h
 U src/external/bsd/dhcpcd/dist/eloop.h
 U src/external/bsd/dhcpcd/dist/if-options.h
 U src/external/bsd/dhcpcd/dist/if-pref.h
 N src/external/bsd/dhcpcd/dist/ipv4.h
 U src/external/bsd/dhcpcd/dist/ipv4ll.h
 U src/external/bsd/dhcpcd/dist/ipv6.h
 U src/external/bsd/dhcpcd/dist/ipv6ns.h
 U src/external/bsd/dhcpcd/dist/ipv6rs.h
 U src/external/bsd/dhcpcd/dist/net.h
 U src/external/bsd/dhcpcd/dist/platform.h
 N src/external/bsd/dhcpcd/dist/script.h
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/01-test
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/02-dump
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu
 N src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-wpa_supplicant
 N src/external/bsd/dhcpcd/dist/dhcpcd-hooks/15-timezone
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/29-lookup-hostname
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf
 U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ypbind
 
 5 conflicts created by this import.
 Use the following command to help the merge:
 
        cvs checkout -jroy:yesterday -jroy src/external/bsd/dhcpcd/dist
 


Home | Main Index | Thread Index | Old Index