diff options
| author | Tomas Hozza <thozza@redhat.com> | 2015-05-21 09:37:42 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2015-05-21 09:37:42 +0200 |
| commit | ca42323df8f2b859e5c27dd94775c6b0048f91bf (patch) | |
| tree | 4a5a36ec7738e802f01caf8dfcdf5634c4ce1244 | |
| parent | c1e4a2fd320d54e0e8a00e31d96d1bfaf325b861 (diff) | |
enable GeoIP access control feature
Signed-off-by: Tomas Hozza <thozza@redhat.com>
| -rw-r--r-- | bind.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -106,7 +106,7 @@ Provides: caching-nameserver = 31:9.4.1-7.fc8 Obsoletes: dnssec-conf < 1.27-2 Provides: dnssec-conf = 1.27-1 BuildRequires: openssl-devel, libtool, autoconf, pkgconfig, libcap-devel -BuildRequires: libidn-devel, libxml2-devel +BuildRequires: libidn-devel, libxml2-devel, GeoIP-devel BuildRequires: systemd # needed for %%{__python3} macro BuildRequires: python3-devel @@ -385,6 +385,7 @@ libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f --with-export-includedir=%{_includedir} \ --includedir=%{_includedir}/bind9 \ --with-tuning=large \ + --with-geoip \ %if %{PKCS11} --enable-native-pkcs11 \ --with-pkcs11=%{_libdir}/pkcs11/libsofthsm2.so \ @@ -1007,6 +1008,7 @@ rm -rf ${RPM_BUILD_ROOT} %changelog * Thu May 21 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-2 - enable tuning for large systems - increases hardcoded internal limits +- enable GeoIP access control feature * Thu Feb 26 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-1 - update to 9.10.2 stable |
