summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-07-28 20:08:02 +0200
committerTomas Hozza <thozza@redhat.com>2013-07-28 20:08:02 +0200
commit8d916c392676382eda55094a60362a759f3f4b9b (patch)
tree655c67d5c7b2156bd7716c47ae5acaa519e9c7f0 /bind.spec
parent1eae3000c8eb1e2853b7563da43a9e2cb951a5fc (diff)
update to 9.9.3-P2 (fix for CVE-2013-4854)
- update RRL patch to 9.9.3-P2-rl.13207.22 Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 06868e0..1753b62 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%global PATCHVER P1
+%global PATCHVER P2
#%%global PREVER rc2
#%%global VERSION %{version}%{PREVER}
#%%global VERSION %{version}
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.3
-Release: 4.%{?PATCHVER}%{?dist}
+Release: 5.%{?PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,7 +79,7 @@ Patch131:bind-9.9.1-P2-multlib-conflict.patch
Patch132:bind99-stat.patch
Patch133:bind99-rh640538.patch
Patch134:bind97-rh669163.patch
-Patch136:rl-9.9.3-P1.patch
+Patch136:rl-9.9.3-P2.patch
Patch137:bind99-rrl.patch
# Install dns/update.h header for bind-dyndb-ldap plugin
Patch138:bind-9.9.3-include-update-h.patch
@@ -779,6 +779,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Sun Jul 28 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-5.P2
+- update to 9.9.3-P2 (fix for CVE-2013-4854)
+- update RRL patch to 9.9.3-P2-rl.13207.22
+
* Thu Jul 18 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-4.P1
- Fix script for setting up chroot so it unmounts everything successfully