From: Tinderbox User Date: Mon, 19 Feb 2018 01:09:05 +0000 (+0000) Subject: regen master X-Git-Tag: v9.13.0~159^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7733df695f3492793ff8fa3c1863788cb61784e;p=thirdparty%2Fbind9.git regen master --- diff --git a/configure b/configure index 9f637eeb7bd..7a53165026d 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 269746e4ae9..c7fa64c9554 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -129,14 +129,23 @@

Feature Changes

-
  • +
      +
    • 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] +

    +
  • +
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 00e4c747cec..e74dc165d08 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -91,14 +91,23 @@

Feature Changes

-
  • +
      +
    • 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] +

    +
  • +