]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- up to 9.9.4 P1 (fixes CVE-2013-4854, CVE-2013-3919)
[packages/bind.git] / bind.spec
index c18135714c4835f07f6d44526e4b14acd7c1c672..0d51753bed5e6db88f3344d5591b524068a92995 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -11,7 +11,7 @@
 %bcond_without tests           # perform tests
 %bcond_with    edns_cli        # build with the ability to use edns-client-subnet in dig
 %bcond_with    hip             # build with HIP RR support
-%bcond_with    geoip           # build with GeoIP patch, https://code.google.com/p/bind-geoip/
+%bcond_without geoip           # build with GeoIP patch, https://code.google.com/p/bind-geoip/
 
 %if "%{pld_release}" == "ac"
 %bcond_with    epoll           # enable epoll support
@@ -24,7 +24,7 @@
 %endif
 
 %define                ver     9.9.4
-%if 0
+%if 1
 %define                pverdot .P1
 %define                pverdir -P1
 %else
@@ -43,12 +43,12 @@ Summary(uk.UTF-8):  BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       %{ver}%{pverdot}
-Release:       2
+Release:       3
 Epoch:         7
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.gz
-# Source0-md5: f69757adc86776daed8e5acb0ee7c0ca
+# Source0-md5: c1b4fb31c7f8390237b3f46965a49fbd
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -59,7 +59,7 @@ Source5:      http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
 Source6:       %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
 Source7:       ftp://rs.internic.net/domain/root.zone
-# Source7-md5: cc31f5311962922a121b27fc85db4629
+# Source7-md5: 2a5c8130b5de65b892f71ca200b7efc6
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
@@ -395,6 +395,7 @@ cp -f /usr/share/automake/config.* .
        --with-dlz-bdb=no \
        --with-dlz-filesystem=yes \
        %{?with_ldap:--with-dlz-ldap=yes} \
+       %{?with_geoip:--with-geoip=yes} \
        --with-dlz-odbc=no \
        --with-dlz-stub=yes \
        --enable-largefile \
This page took 0.030344 seconds and 4 git commands to generate.