]> git.pld-linux.org Git - packages/bind.git/commitdiff
- up to 9.9.4; fixes CVE-2013-4854, CVE-2013-3919 auto/th/bind-9.9.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 20 Sep 2013 06:35:56 +0000 (08:35 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 20 Sep 2013 06:35:56 +0000 (08:35 +0200)
bind.spec

index 7d1d8283d7a24e36f49af8a5a100fc71986c6cf0..5731aacea4d5f60e391cc367531222b35a593e48 100644 (file)
--- a/bind.spec
+++ b/bind.spec
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.9.3
-%if 1
-%define                pverdot .P2
-%define                pverdir -P2
+%define                ver     9.9.4
+%if 0
+%define                pverdot .P1
+%define                pverdir -P1
 %else
 %define                pverdot %{nil}
 %define                pverdir %{nil}
@@ -46,7 +46,7 @@ Epoch:                7
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.gz
-# Source0-md5: 943f6de6bfdfd821aa444242c02c1322
+# Source0-md5: f69757adc86776daed8e5acb0ee7c0ca
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -57,7 +57,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: faed23c2b8a71f40cf8a15cab5e26253
+# Source7-md5: 032521bf6026685939a44f516de46b9b
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
@@ -398,7 +398,8 @@ cp -f /usr/share/automake/config.* .
        %{!?with_static_libs:--enable-static=no} \
        --enable-threads \
        --enable-getifaddrs \
-       --enable-newstats
+       --enable-newstats \
+       --enable-full-report
 
 %{__make}
 %{?with_hip:cd bind-hip/; %{__make}}
@@ -600,7 +601,7 @@ fi
 %attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libbind9.so.[0-9][0-9]
 %attr(755,root,root) %{_libdir}/libdns.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdns.so.[0-9][0-9]
+%attr(755,root,root) %ghost %{_libdir}/libdns.so.[0-9][0-9][0-9]
 %attr(755,root,root) %{_libdir}/libisc.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libisc.so.[0-9][0-9]
 %attr(755,root,root) %{_libdir}/libisccc.so.*.*.*
This page took 0.057505 seconds and 4 git commands to generate.