summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-01-13 09:56:41 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-01-13 09:56:41 +0000
commit55f8c03f04a7b857df6de59a90535dca83b05b41 (patch)
tree7e2dd6f8d33fbf9e739f77a4f67938db411dc84f /bind.spec
parenta353fce6264be56fbc98e08912614b1e4ab702cf (diff)
- fix occasional crash in keytable.c (#554316)bind-9_6_1-14_P2_fc12
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index d9bcd42..1fe684c 100644
--- a/bind.spec
+++ b/bind.spec
@@ -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: 13.%{PATCHVER}%{?dist}
+Release: 14.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +52,7 @@ Patch101:bind-96-old-api.patch
Patch102:bind-95-rh452060.patch
Patch106:bind93-rh490837.patch
Patch107:bind96-rh507469.patch
+Patch108:bind96-rh554316.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -217,6 +218,7 @@ mkdir m4
%patch102 -p1 -b .rh452060
%patch106 -p0 -b .rh490837
%patch107 -p1 -b .rh507469
+%patch108 -p1 -b .rh554316
# Sparc and s390 arches need to use -fPIE
%ifarch sparcv9 sparc64 s390 s390x
@@ -583,6 +585,9 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Wed Jan 13 2010 Adam Tkac <atkac redhat com> 32:9.6.1-14.P2
+- fix occasional crash in keytable.c (#554316)
+
* Wed Nov 25 2009 Adam Tkac <atkac redhat com> 32:9.6.1-13.P2
- update to 9.6.1-P2 (CVE-2009-4022)