diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-09-06 08:10:34 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-09-06 08:10:34 +0000 |
| commit | 405530db09f8128f24f3d4d5de4108ac5f5bd247 (patch) | |
| tree | d3e87ba089c675d3af4ef1003d19d93300621cdd /bind.spec | |
| parent | 90b2384a0ca8b4605933c561a019810053b048d9 (diff) | |
- fixed wrong resolver's dispatch pool cleanup (#275011, patch from tmraz
redhat com)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 11.3.%{RELEASEVER}%{?dist} +Release: 11.9.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -67,6 +67,7 @@ Patch72: bind-9.5-dlz-64bit.patch Patch75: bind-9.5-update.patch Patch76: bind-9.5-2119_revert.patch Patch77: bind-9.5-fix_h_errno.patch +Patch78: bind-9.5-pool_badfree.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -250,6 +251,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch75 -p1 -b .update %patch76 -p1 -b .2119 %patch77 -p1 -b .errno +%patch78 -p1 -b .badfree :; @@ -404,7 +406,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.213 2007/09/05 09:56:24 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.214 2007/09/06 08:10:34 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: @@ -646,6 +648,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Wed Sep 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.9.a6 +- fixed wrong resolver's dispatch pool cleanup (#275011, patch from + tmraz redhat com) + * Wed Sep 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.3.a6 - initscript failure message is now printed correctly (#277981, Quentin Armitage (quentin armitage org uk) ) |
