regen master
This commit is contained in:
30
configure
vendored
30
configure
vendored
@@ -23535,23 +23535,11 @@ done
|
|||||||
then
|
then
|
||||||
use_dlz_mysql=$d
|
use_dlz_mysql=$d
|
||||||
mysql_include=$d/include/mysql
|
mysql_include=$d/include/mysql
|
||||||
if test -d $d/lib/mysql
|
|
||||||
then
|
|
||||||
mysql_lib=$d/lib/mysql
|
|
||||||
else
|
|
||||||
mysql_lib=$d/lib
|
|
||||||
fi
|
|
||||||
break
|
break
|
||||||
elif test -f $d/include/mysql.h
|
elif test -f $d/include/mysql.h
|
||||||
then
|
then
|
||||||
use_dlz_mysql=$d
|
use_dlz_mysql=$d
|
||||||
mysql_include=$d/include
|
mysql_include=$d/include
|
||||||
if test -d $d/lib/mysql
|
|
||||||
then
|
|
||||||
mysql_lib=$d/lib/mysql
|
|
||||||
else
|
|
||||||
mysql_lib=$d/lib
|
|
||||||
fi
|
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@@ -23562,21 +23550,9 @@ then
|
|||||||
if test -f $d/include/mysql/mysql.h
|
if test -f $d/include/mysql/mysql.h
|
||||||
then
|
then
|
||||||
mysql_include=$d/include/mysql
|
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
|
elif test -f $d/include/mysql.h
|
||||||
then
|
then
|
||||||
mysql_include=$d/include
|
mysql_include=$d/include
|
||||||
if test -d $d/lib/mysql
|
|
||||||
then
|
|
||||||
mysql_lib=$d/lib/mysql
|
|
||||||
else
|
|
||||||
mysql_lib=$d/lib
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -23616,6 +23592,12 @@ $as_echo "no" >&6; }
|
|||||||
$as_echo "using mysql with libs ${mysql_lib} and includes ${mysql_include}" >&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"
|
CONTRIB_DLZ="$CONTRIB_DLZ -DDLZ_MYSQL"
|
||||||
for i in dlz_mysql_driver
|
for i in dlz_mysql_driver
|
||||||
|
|||||||
@@ -129,14 +129,23 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
|
<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
|
||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
|
<li class="listitem">
|
||||||
<p>
|
<p>
|
||||||
Zone types <span class="command"><strong>primary</strong></span> and
|
Zone types <span class="command"><strong>primary</strong></span> and
|
||||||
<span class="command"><strong>secondary</strong></span> are now available as synonyms for
|
<span class="command"><strong>secondary</strong></span> are now available as synonyms for
|
||||||
<span class="command"><strong>master</strong></span> and <span class="command"><strong>slave</strong></span>,
|
<span class="command"><strong>master</strong></span> and <span class="command"><strong>slave</strong></span>,
|
||||||
respectively, in <code class="filename">named.conf</code>.
|
respectively, in <code class="filename">named.conf</code>.
|
||||||
</p>
|
</p>
|
||||||
</li></ul></div>
|
</li>
|
||||||
|
<li class="listitem">
|
||||||
|
<p>
|
||||||
|
<span class="command"><strong>named</strong></span> will now log a warning if the old
|
||||||
|
root DNSSEC key is explicitly configured and has not been updated.
|
||||||
|
[RT #43670]
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ul></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
|||||||
@@ -91,14 +91,23 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
|
<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
|
||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
|
<li class="listitem">
|
||||||
<p>
|
<p>
|
||||||
Zone types <span class="command"><strong>primary</strong></span> and
|
Zone types <span class="command"><strong>primary</strong></span> and
|
||||||
<span class="command"><strong>secondary</strong></span> are now available as synonyms for
|
<span class="command"><strong>secondary</strong></span> are now available as synonyms for
|
||||||
<span class="command"><strong>master</strong></span> and <span class="command"><strong>slave</strong></span>,
|
<span class="command"><strong>master</strong></span> and <span class="command"><strong>slave</strong></span>,
|
||||||
respectively, in <code class="filename">named.conf</code>.
|
respectively, in <code class="filename">named.conf</code>.
|
||||||
</p>
|
</p>
|
||||||
</li></ul></div>
|
</li>
|
||||||
|
<li class="listitem">
|
||||||
|
<p>
|
||||||
|
<span class="command"><strong>named</strong></span> will now log a warning if the old
|
||||||
|
root DNSSEC key is explicitly configured and has not been updated.
|
||||||
|
[RT #43670]
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ul></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
|||||||
Reference in New Issue
Block a user