summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-08-14 10:00:47 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-08-14 10:00:47 +0000
commit2fa0ead86dc1b8036db888f8c8ff16859a0e3fa4 (patch)
treec9df66f8d810de732320b166bd37d1e87621ff5d /bind.spec
parent8850b7609577afcee2e595392037b4a3348ba996 (diff)
- named could crash when deleting SRV record with UPDATE (#251336)bind-9_4_1-9_P1_fc7
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 5019f1b..d235b4a 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: BSD-like
Version: 9.4.1
-Release: 8.%{RELEASEVER}%{?dist}
+Release: 9.%{RELEASEVER}%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -76,6 +76,7 @@ Patch66: bind-9.4.0-zone-freeze.patch
Patch67: bind-9.4.0-dbus-race-condition.patch
Patch68: bind-9.4.1-ldap-api.patch
Patch69: bind-9.4-tsig-init.patch
+Patch70: bind-9.4-update.patch
#
Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp
Requires(post): grep, chkconfig >= 1.3.26
@@ -304,6 +305,7 @@ popd
%patch65 -p1 -b .idn
%endif
%patch66 -p1 -b .freeze
+%patch70 -p1 -b .update
:;
@@ -465,7 +467,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.188 2007/07/26 15:50:56 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.189 2007/08/14 10:00:47 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -789,6 +791,9 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Wed Aug 14 2007 Adam Tkac <atkac redhat com> 31:9.4.1-9.P1
+- named could crash when deleting SRV record with UPDATE (#251336)
+
* Wed Jul 26 2007 Adam Tkac <atkac redhat com> 31:9.4.1-8.P1
- backported patch to #249701 from BIND's HEAD