From 4255a72c44cebd5daedec12707c0fc50ad21fa3c Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 18 Nov 2020 10:21:20 +0800 Subject: [PATCH] remove geoip dependency from bind --- bind.spec | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/bind.spec b/bind.spec index 268ccae..8a92441 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 -- Gitee