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/src Update to dhcpcd-8.1.6 with the...
details: https://anonhg.NetBSD.org/src/rev/45728327dcfb
branches: trunk
changeset: 968747:45728327dcfb
user: roy <roy%NetBSD.org@localhost>
date: Mon Jan 27 20:41:58 2020 +0000
description:
Update to dhcpcd-8.1.6 with the following changes:
* INET6: Support a /128 prefix advertised via RA
* BSD: More address validation from route(4) messages
* DHCP: Fix a potential segfault on DaD failure
* IPv4LL: Fix a potential segfault when dropping IPv4LL addresses
diffstat:
external/bsd/dhcpcd/dist/src/defs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r af2a7fc47e21 -r 45728327dcfb external/bsd/dhcpcd/dist/src/defs.h
--- a/external/bsd/dhcpcd/dist/src/defs.h Mon Jan 27 17:11:27 2020 +0000
+++ b/external/bsd/dhcpcd/dist/src/defs.h Mon Jan 27 20:41:58 2020 +0000
@@ -29,7 +29,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "8.1.5"
+#define VERSION "8.1.6"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
Home |
Main Index |
Thread Index |
Old Index