diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-10-18 11:48:03 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-10-18 11:48:58 +0200 |
| commit | a556cfb3e4dd91fa30876a3a00f62d6e4c09c1f2 (patch) | |
| tree | 74c37be7361314854c61470e1d510ff4c6de31f8 /bind.spec | |
| parent | 3840facbe472b59bc6cc974fab90582e89610052 (diff) | |
| download | bind-a556cfb3e4dd91fa30876a3a00f62d6e4c09c1f2.tar.gz bind-a556cfb3e4dd91fa30876a3a00f62d6e4c09c1f2.tar.xz bind-a556cfb3e4dd91fa30876a3a00f62d6e4c09c1f2.zip | |
Fix race condition on send buffers in dighost.c (#794940)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 <thozza@redhat.com> 32:9.9.4-3 +- Fix race condition on send buffers in dighost.c (#794940) + * Tue Oct 08 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-2 - install isc/errno2result.h header |
