diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-17 06:09:36 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-17 06:09:36 +0000 |
| commit | 45c988ee4f52e7ac5e64d35e28291dfe4494e013 (patch) | |
| tree | 9c4bf97baeb58e6ee4db614a721d950eacaa9775 /bind.spec | |
| parent | 5913ababe45e0be9fa8304fd3b2670f4ee675537 (diff) | |
handle integer overflow in isc_time_secondsastimet more gracefully
(#247856)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -16,7 +16,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.5.0a5 -Release: 2.1%{?dist} +Release: 3%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -56,6 +56,7 @@ Patch52: bind-9.3.3-edns.patch Patch63: bind-9.4.0-dnssec-directory.patch Patch69: bind-9.5.0-generate-xml.patch Patch70: bind-9.5.0-errno-init.patch +Patch71: bind-9.5-overflow.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -264,6 +265,7 @@ pushd contrib/idn popd %patch65 -p1 -b .idn %patch70 -p1 -b .errno-init +%patch71 -p1 -b .overflow :; @@ -414,7 +416,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.192 2007/07/16 08:42:55 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.193 2007/07/17 06:09:36 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: @@ -701,7 +703,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog -* Mon Jul 16 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-2.1.fc8 +* Tue Jul 17 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-3.fc8 +- handle integer overflow in isc_time_secondsastimet function gracefully (#247856) + +* Mon Jul 16 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-2.2.fc8 - moved chroot configfiles into chroot subpackage (#248306) * Thu Jul 02 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-2.fc8 |
