diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index e02f301018..98c9ce3dea 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/dig/host.c b/bin/dig/host.c index 950f9a1e56..4c54c0e40c 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2007, 2009-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index c132efd5d9..3f4c736b59 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index 66232bf06a..a47d64dcc4 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/configure b/configure index 9f637eeb7b..7a53165026 100755 --- a/configure +++ b/configure @@ -23535,23 +23535,11 @@ done then use_dlz_mysql=$d mysql_include=$d/include/mysql - if test -d $d/lib/mysql - then - mysql_lib=$d/lib/mysql - else - mysql_lib=$d/lib - fi break elif test -f $d/include/mysql.h then use_dlz_mysql=$d mysql_include=$d/include - if test -d $d/lib/mysql - then - mysql_lib=$d/lib/mysql - else - mysql_lib=$d/lib - fi break fi done @@ -23562,21 +23550,9 @@ then if test -f $d/include/mysql/mysql.h then mysql_include=$d/include/mysql - if test -d $d/lib/mysql - then - mysql_lib=$d/lib/mysql - else - mysql_lib=$d/lib - fi elif test -f $d/include/mysql.h then mysql_include=$d/include - if test -d $d/lib/mysql - then - mysql_lib=$d/lib/mysql - else - mysql_lib=$d/lib - fi fi fi @@ -23616,6 +23592,12 @@ $as_echo "no" >&6; } $as_echo "using mysql with libs ${mysql_lib} and includes ${mysql_include}" >&6; } ;; *) + if test -d "$use_dlz_mysql/lib/mysql" + then + mysql_lib="$use_dlz_mysql/lib/mysql" + else + mysql_lib="$use_dlz_mysql/lib" + fi CONTRIB_DLZ="$CONTRIB_DLZ -DDLZ_MYSQL" for i in dlz_mysql_driver diff --git a/doc/arm/Bv9ARM.ch08.html b/doc/arm/Bv9ARM.ch08.html index 269746e4ae..c7fa64c955 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -129,14 +129,23 @@
Zone types primary and
secondary are now available as synonyms for
master and slave,
respectively, in named.conf.
+ named will now log a warning if the old + root DNSSEC key is explicitly configured and has not been updated. + [RT #43670] +
+
Zone types primary and
secondary are now available as synonyms for
master and slave,
respectively, in named.conf.
+ named will now log a warning if the old + root DNSSEC key is explicitly configured and has not been updated. + [RT #43670] +
+