summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-06-04 15:59:21 +0200
committerAdam Tkac <atkac@redhat.com>2012-06-04 15:59:21 +0200
commitcf5dc7323a35406a41344911043d4a5af29cae17 (patch)
tree17b494135f80ac08e07f045b15b00bcbb4f371a4 /bind.spec
parent475645f00d4e16bc7c5cd6cb766816a24f3ad005 (diff)
downloadbind-cf5dc7323a35406a41344911043d4a5af29cae17.tar.gz
bind-cf5dc7323a35406a41344911043d4a5af29cae17.tar.xz
bind-cf5dc7323a35406a41344911043d4a5af29cae17.zip
Update to 9.9.1-P1 (CVE-2012-1667)
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index 4ebbb1e..56f3ea0 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%define PATCHVER P4
+%define PATCHVER P1
#%define PREVER rc2
-#%define VERSION %{version}-%{PATCHVER}
#%define VERSION %{version}%{PREVER}
-%define VERSION %{version}
+#%define VERSION %{version}
+%define VERSION %{version}-%{PATCHVER}
%{?!SDB: %define SDB 1}
%{?!test: %define test 0}
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.1
-Release: 1%{?dist}
+Release: 2.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -772,6 +772,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Jun 04 2012 Adam Tkac <atkac redhat com> 32:9.9.1-2.P1
+- update to 9.9.1-P1 (CVE-2012-1667)
+
* Thu May 24 2012 Adam Tkac <atkac redhat com> 32:9.9.1-1
- update to 9.9.1
- bind99-coverity.patch merged