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/84dc00a3ed0d
branches:  trunk
changeset: 744218:84dc00a3ed0d
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 68bdd4b48b82 -r 84dc00a3ed0d 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