diff --git a/bind.changes b/bind.changes index a904103..6597a4a 100644 --- a/bind.changes +++ b/bind.changes @@ -17,6 +17,7 @@ Thu Jun 18 06:35:35 UTC 2020 - Josef Möllers 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 diff --git a/bind.spec b/bind.spec index 3579ad6..967ad5b 100644 --- a/bind.spec +++ b/bind.spec @@ -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 \