Josef Möllers 2020-06-19 06:28:39 +00:00 committed by Git OBS Bridge
parent 8a582d1fe4
commit b1fcf64f8b
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 \