summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-01-19 19:04:52 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-01-19 19:04:52 +0000
commit2ee3d870e2026ae823947fd1aaeba61df20fccd9 (patch)
tree6379cc91a5b34e6923a4dc6dc2a50e6db0c26db9 /bind.spec
parent55f8c03f04a7b857df6de59a90535dca83b05b41 (diff)
- update to 9.6.1-P3 (CVE-2010-0097)bind-9_6_1-15_P3_fc12
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 1fe684c..30fea46 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define PATCHVER P2
+%define PATCHVER P3
#%define PREVER rc1
#%define VERSION %{version}
#%define VERSION %{version}-%{PATCHVER}
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.1
-Release: 14.%{PATCHVER}%{?dist}
+Release: 15.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -289,7 +289,6 @@ rm -rf ${RPM_BUILD_ROOT}
# We don't want these
rm -f doc/rfc/fetch
-rm doc/draft/draft-ietf-enum-e164-gstn-np-05.txt
cp --preserve=timestamps %{SOURCE5} doc/rfc
gzip -9 doc/rfc/*
@@ -585,6 +584,9 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Tue Jan 19 2010 Adam Tkac <atkac redhat com> 32:9.6.1-15.P3
+- update to 9.6.1-P3 (CVE-2010-0097)
+
* Wed Jan 13 2010 Adam Tkac <atkac redhat com> 32:9.6.1-14.P2
- fix occasional crash in keytable.c (#554316)