Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-6.7.0 with the follow...



details:   https://anonhg.NetBSD.org/src/rev/f09beae73db0
branches:  trunk
changeset: 335920:f09beae73db0
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Jan 30 09:40:24 2015 +0000

description:
Import dhcpcd-6.7.0 with the following changes:
  *  Only release the DHCPv6 lease when dropping it.
  *  Fix handling of ND6_IFF_OVERRIDE_RTADV on BSD.
  *  Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger.
  *  Report a better error of the kernel lacks a BPF equivalent filter.
  *  Implement RFC4941, Privacy Extensions for Stateless Address
     Autoconfiguration in IPv6 when dhcpcd is overriding the in-kernel
     RA support. For BSD, this is a full userland implementation.
  *  reject <option> will now reject any DHCP message that contains
     that option.
  *  Ignore RA's from ourself for very badly configured stations.

diffstat:

 external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in |  2 +-
 external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r d363d005ab06 -r f09beae73db0 external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in
--- a/external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in     Fri Jan 30 00:07:06 2015 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in     Fri Jan 30 09:40:24 2015 +0000
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2013 Roy Marples <roy%marples.name@localhost>
+ * Copyright (c) 2006-2015 Roy Marples <roy%marples.name@localhost>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff -r d363d005ab06 -r f09beae73db0 external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in
--- a/external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in     Fri Jan 30 00:07:06 2015 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in     Fri Jan 30 09:40:24 2015 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy%marples.name@localhost>
+ * Copyright (c) 2006-2015 Roy Marples <roy%marples.name@localhost>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without



Home | Main Index | Thread Index | Old Index