From 3d99690d744f089110a960a21d2628fa57fbbbe6 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 8 Oct 2013 14:07:46 +0200 Subject: install isc/errno2result.h header Signed-off-by: Tomas Hozza --- bind.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index f1ad0da..c9c9e74 100644 --- a/bind.spec +++ b/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 1%{?PATCHVER}%{?PREVER}%{?dist} +Release: 2%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -454,6 +454,9 @@ install -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}/etc/openldap/schema/dnszone.schema install -m 644 %{SOURCE12} contrib/sdb/pgsql/ %endif +# Install isc/errno2result.h header +install -m 644 lib/isc/unix/errno2result.h ${RPM_BUILD_ROOT}%{_includedir}/isc + # Files required to run test-suite outside of build tree: cp -fp config.h ${RPM_BUILD_ROOT}/%{_includedir}/bind9 cp -fp lib/dns/include/dns/forward.h ${RPM_BUILD_ROOT}/%{_includedir}/dns @@ -781,6 +784,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Oct 08 2013 Tomas Hozza 32:9.9.4-2 +- install isc/errno2result.h header + * Fri Sep 20 2013 Tomas Hozza 32:9.9.4-1 - Update to bind-9.9.4 stable -- cgit From 3ddaff2ea91e32b08286a5df826d1df6e6d65eb3 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Fri, 18 Oct 2013 11:48:03 +0200 Subject: Fix race condition on send buffers in dighost.c (#794940) Signed-off-by: Tomas Hozza --- bind.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index c9c9e74..cf76487 100644 --- a/bind.spec +++ b/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 2%{?PATCHVER}%{?PREVER}%{?dist} +Release: 3%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,8 @@ Patch137:bind99-rrl.patch # Install dns/update.h header for bind-dyndb-ldap plugin Patch138:bind-9.9.3-include-update-h.patch Patch139:bind99-ISC-Bugs-34738.patch +# reported upstream -> [ISC-Bugs #34870] +Patch140:bind99-ISC-Bugs-34870.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -281,6 +283,7 @@ popd %patch137 -p1 -b .rrl %patch138 -p1 -b .update %patch139 -p1 -b .journal +%patch140 -p1 -b .send_buffer %if %{SDB} %patch101 -p1 -b .old-api @@ -784,6 +787,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Oct 18 2013 Tomas Hozza 32:9.9.4-3 +- Fix race condition on send buffers in dighost.c (#794940) + * Tue Oct 08 2013 Tomas Hozza 32:9.9.4-2 - install isc/errno2result.h header -- cgit From 48fc9b39c5a3022b42a321e963350eace6f07926 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 29 Oct 2013 10:49:29 +0100 Subject: Use upstream version of patch for previously fixed #794940 Signed-off-by: Tomas Hozza --- bind.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index cf76487..865b3c7 100644 --- a/bind.spec +++ b/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 3%{?PATCHVER}%{?PREVER}%{?dist} +Release: 4%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,8 +82,8 @@ Patch137:bind99-rrl.patch # Install dns/update.h header for bind-dyndb-ldap plugin Patch138:bind-9.9.3-include-update-h.patch Patch139:bind99-ISC-Bugs-34738.patch -# reported upstream -> [ISC-Bugs #34870] -Patch140:bind99-ISC-Bugs-34870.patch +# upstream patch [ISC-Bugs #34870] +Patch140:bind99-ISC-Bugs-34870-v2.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -787,6 +787,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Oct 29 2013 Tomas Hozza 32:9.9.4-4 +- Use upstream version of patch for previously fixed #794940 + * Fri Oct 18 2013 Tomas Hozza 32:9.9.4-3 - Fix race condition on send buffers in dighost.c (#794940) -- cgit