diff --git a/bind.spec b/bind.spec index 268ccaef3a98187cfa5a70061a23bf3dda1e3017..8a9244168f86ecbcb022ac033087bae540b46a22 100644 --- a/bind.spec +++ b/bind.spec @@ -8,8 +8,6 @@ %bcond_without GSSTSIG %bcond_without PKCS11 %bcond_without EXPORT_LIBS -%bcond_with GEOIP -%bcond_without GEOIP2 %bcond_with TSAN %{?!bind_uid: %global bind_uid 25} @@ -21,7 +19,7 @@ Name: bind Summary: Domain Name System (DNS) Server (named) License: MPLv2.0 Version: 9.11.21 -Release: 2 +Release: 3 Epoch: 32 Url: http://www.isc.org/products/BIND/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -93,13 +91,6 @@ BuildRequires: lmdb-devel BuildRequires: json-c-devel %endif -%if %{with GEOIP} -BuildRequires: GeoIP-devel -%endif -%if %{with GEOIP2} -BuildRequires: libmaxminddb-devel -%endif - %if %{with DNSTAP} BuildRequires: fstrm-devel protobuf-c-devel %endif @@ -483,12 +474,6 @@ export LIBDIR_SUFFIXi= %if %{with DNSTAP} --enable-dnstap \ %endif -%if %{with GEOIP} - --with-geoip \ -%endif -%if %{with GEOIP2} - --with-geoip2 \ -%endif %if %{with UNITTEST} --with-cmocka \ %endif @@ -1185,6 +1170,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Nov 18 2020 gaihuiying - 9.11.21-3 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:remove geoip dependency from bind + * Tue Sep 22 2020 lunankun - 9.11.21-2 - Type:CVE - ID:CVE-2020-8622CVE-2020-8623 CVE-2020-8624