summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2013-09-20 06:35:56 (GMT)
committerArkadiusz Miśkiewicz2013-09-20 06:35:56 (GMT)
commitca9e584be2d49830fab5ba6f200f069fd069cc65 (patch)
treee42197048f39f5ffd2c597a333cbf7787a741567
parent03cf2c72e87bd081adb7fa6498b3ded9b9cb4fcb (diff)
downloadbind-ca9e584be2d49830fab5ba6f200f069fd069cc65.zip
bind-ca9e584be2d49830fab5ba6f200f069fd069cc65.tar.gz
- up to 9.9.4; fixes CVE-2013-4854, CVE-2013-3919auto/th/bind-9.9.4-1
-rw-r--r--bind.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/bind.spec b/bind.spec
index 7d1d828..5731aac 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,10 +21,10 @@
%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.*.*.*