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.4.7 with the follow...



details:   https://anonhg.NetBSD.org/src/rev/ff3b6d25c8fa
branches:  trunk
changeset: 802690:ff3b6d25c8fa
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Sep 27 10:58:10 2014 +0000

description:
Import dhcpcd-6.4.7 with the following change:
  *  Fix an impossible analyser error and correctly assign unset iaids.

diffstat:

 external/bsd/dhcpcd/dist/defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34dbc396a5c7 -r ff3b6d25c8fa external/bsd/dhcpcd/dist/defs.h
--- a/external/bsd/dhcpcd/dist/defs.h   Sat Sep 27 08:46:56 2014 +0000
+++ b/external/bsd/dhcpcd/dist/defs.h   Sat Sep 27 10:58:10 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.1.1.44 2014/09/27 01:14:55 roy Exp $ */
+/* $NetBSD: defs.h,v 1.1.1.45 2014/09/27 10:58:10 roy Exp $ */
 
 /*
  * dhcpcd - DHCP client daemon
@@ -30,7 +30,7 @@
 #define CONFIG_H
 
 #define PACKAGE                        "dhcpcd"
-#define VERSION                        "6.4.6"
+#define VERSION                        "6.4.7"
 
 #ifndef CONFIG
 # define CONFIG                        SYSCONFDIR "/" PACKAGE ".conf"



Home | Main Index | Thread Index | Old Index