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-9.1.4 with the...



details:   https://anonhg.NetBSD.org/src/rev/a4ffd274029b
branches:  trunk
changeset: 935457:a4ffd274029b
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Jul 03 10:45:43 2020 +0000

description:
Update to dhcpcd-9.1.4 with the following changes:

 * Fix SMALL builds
 * Ensure DBDIR exists at startup

diffstat:

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

diffs (12 lines):

diff -r d4e95be2d84f -r a4ffd274029b external/bsd/dhcpcd/dist/src/defs.h
--- a/external/bsd/dhcpcd/dist/src/defs.h       Fri Jul 03 10:19:18 2020 +0000
+++ b/external/bsd/dhcpcd/dist/src/defs.h       Fri Jul 03 10:45:43 2020 +0000
@@ -29,7 +29,7 @@
 #define CONFIG_H
 
 #define PACKAGE                        "dhcpcd"
-#define VERSION                        "9.1.3"
+#define VERSION                        "9.1.4"
 
 #ifndef PRIVSEP_USER
 # define PRIVSEP_USER          "_" PACKAGE



Home | Main Index | Thread Index | Old Index