summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-12-09 15:35:38 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-12-09 15:35:38 +0000
commit6b85cb2838d070d67b992b62078fc75102543c39 (patch)
tree2c15e2d6b72cd15fd391a1a22291da1cecbb0275 /bind.spec
parente19ac8e0f18d7b05fed99069f76d07c4cb1d4395 (diff)
- allow to reuse address for non-random query-source ports (#475120)bind-9_5_1-0_9_3_b3_fc10
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 dbcdb81..f30edec 100644
--- a/bind.spec
+++ b/bind.spec
@@ -19,7 +19,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.1
-Release: 0.9.2.%{PREVER}%{?dist}
+Release: 0.9.3.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -59,6 +59,7 @@ Patch87: bind-9.5-parallel-build.patch
Patch95: bind-95-sdlz-include.patch
Patch96: bind-95-rh469440.patch
Patch97: bind-95-rh452060.patch
+Patch98: bind-96-rh475120.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -249,6 +250,7 @@ for i in bin/named{,-sdb}/{,unix}/Makefile.in; do
done
%endif
+%patch98 -p1 -b .rh475120
:;
%build
@@ -638,6 +640,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Dec 09 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.9.3.b3
+- allow to reuse address for non-random query-source ports (#475120)
+
* Tue Dec 02 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.9.2.b3
- fixed rare use-after-free problem in host utility (#452060)