Upgrade
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=286
This commit is contained in:
parent
8a582d1fe4
commit
b1fcf64f8b
@ -17,6 +17,7 @@ Thu Jun 18 06:35:35 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||
from 1 week to 12 hours.
|
||||
* Zone timers are now exported via statistics channel.
|
||||
Thanks to Paul Frieden, Verizon Media.
|
||||
Added support for idn2 to spec file.
|
||||
More internal changes see the CHANGES file in the source RPM
|
||||
This update obsoletes Makefile.in.diff
|
||||
[bsc#1172958, CVE-2020-8618, CVE-2020-8619, Makefile.in.diff
|
||||
|
@ -94,7 +94,7 @@ BuildRequires: python3-ply
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(json)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(libidn)
|
||||
BuildRequires: pkgconfig(libidn2)
|
||||
BuildRequires: pkgconfig(libmaxminddb)
|
||||
BuildRequires: pkgconfig(libuv)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
@ -309,6 +309,7 @@ export CFLAGS="%{optflags} -DNO_VERSION_DATE"
|
||||
--with-libtool \
|
||||
--with-libxml2 \
|
||||
--with-libjson \
|
||||
--with-libidn2 \
|
||||
--with-dlz-mysql \
|
||||
--with-dlz-ldap \
|
||||
--with-randomdev=/dev/urandom \
|
||||
|
Loading…
Reference in New Issue
Block a user