]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- up to 9.12.2 P1; fixes CVE-2018-5740
[packages/bind.git] / bind.spec
index 0effe597768dfb8755e49b7273bc81c1bd75139a..84c6847fdd9933e5cf22044499158f0fbafc2fb4 100644 (file)
--- a/bind.spec
+++ b/bind.spec
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.12.1
+%define                ver     9.12.2
 %if 1
-%define                pverdot .P2
-%define                pverdir -P2
+%define                pverdot .P1
+%define                pverdir -P1
 %else
 %define                pverdot %{nil}
 %define                pverdir %{nil}
@@ -46,12 +46,12 @@ Summary(uk.UTF-8):  BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       %{ver}%{pverdot}
-Release:       2
+Release:       1
 Epoch:         7
 License:       MPL 2.0
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.gz
-# Source0-md5: 7fbefc12bd0cf891546ee9d8bc18f7b0
+# Source0-md5: cadf03eb10a6bfcbca6c0873e4f6ea89
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -61,8 +61,8 @@ Source5:      http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
 # Source5-md5: 49fe799c6eca54ae227b22d57ebc1145
 Source6:       %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
-Source7:       ftp://rs.internic.net/domain/root.zone
-# Source7-md5: d1377ba28666891f9bea92556e764a4d
+Source7:       https://www.internic.net/domain/named.root
+# Source7-md5: d090610a892c2e476d93042dc70dc393
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
@@ -82,8 +82,8 @@ BuildRequires:        bison
 BuildRequires: flex
 %{?with_geoip:BuildRequires:   GeoIP-devel}
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
-BuildRequires: idnkit-devel
 BuildRequires: json-c-devel
+BuildRequires: libidn2-devel
 %{?with_seccomp:BuildRequires: libseccomp-devel}
 BuildRequires: libtool
 %{?with_hip:BuildRequires:     libxml2-devel}
@@ -416,7 +416,7 @@ cp -f /usr/share/automake/config.* .
        %{!?with_static_libs:--disable-static} \
        --enable-threads \
        %{?with_kerberos5:--with-gssapi} \
-       --with-idn \
+       --with-libidn2 \
        --with-libtool \
        %{?with_ssl:--with-openssl} \
        %{?with_sql:--with-dlz-postgres} \
@@ -452,7 +452,6 @@ bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__sed} -i -e 's/NSLOOKUP 8/NSLOOKUP 1/' $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
 
 cp -p bin/tests/named.conf             EXAMPLE-CONFIG-named
-cp -p bin/tests/ndc.conf               EXAMPLE-CONFIG-ndc
 install -p %{SOURCE1}                  $RPM_BUILD_ROOT/etc/rc.d/init.d/named
 cp -p %{SOURCE2}                       $RPM_BUILD_ROOT/etc/sysconfig/named
 cp -p %{SOURCE3}                       $RPM_BUILD_ROOT/etc/logrotate.d/named
@@ -637,7 +636,7 @@ fi
 %attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libbind9.so.1200
 %attr(755,root,root) %{_libdir}/libdns.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdns.so.1203
+%attr(755,root,root) %ghost %{_libdir}/libdns.so.1205
 %attr(755,root,root) %{_libdir}/libirs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libirs.so.1200
 %attr(755,root,root) %{_libdir}/libisc.so.*.*.*
This page took 0.03303 seconds and 4 git commands to generate.