- named could crash with SRV record UPDATE (#251336)
This commit is contained in:
parent
b598411a0b
commit
0827e93fa6
15
bind-9.5-update.patch
Normal file
15
bind-9.5-update.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff -up bind-9.4.1-P1/lib/dns/message.c.update bind-9.4.1-P1/lib/dns/message.c
|
||||||
|
--- bind-9.4.1-P1/lib/dns/message.c.update 2007-08-14 10:53:25.000000000 +0200
|
||||||
|
+++ bind-9.4.1-P1/lib/dns/message.c 2007-08-14 10:54:52.000000000 +0200
|
||||||
|
@@ -1308,6 +1308,11 @@ getsection(isc_buffer_t *source, dns_mes
|
||||||
|
rdata->type = rdtype;
|
||||||
|
rdata->flags = DNS_RDATA_UPDATE;
|
||||||
|
result = ISC_R_SUCCESS;
|
||||||
|
+ } else if (rdclass == dns_rdataclass_none &&
|
||||||
|
+ msg->opcode == dns_opcode_update &&
|
||||||
|
+ sectionid == DNS_SECTION_UPDATE) {
|
||||||
|
+ result = getrdata(source, msg, dctx, msg->rdclass,
|
||||||
|
+ rdtype, rdatalen, rdata);
|
||||||
|
} else
|
||||||
|
result = getrdata(source, msg, dctx, rdclass,
|
||||||
|
rdtype, rdatalen, rdata);
|
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: %{BIND_VERSION}
|
Version: %{BIND_VERSION}
|
||||||
Release: 9.%{BIND_RELEASE}%{?dist}
|
Release: 9.1.%{BIND_RELEASE}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -66,6 +66,7 @@ Patch69: bind-9.5.0-generate-xml.patch
|
|||||||
Patch71: bind-9.5-overflow.patch
|
Patch71: bind-9.5-overflow.patch
|
||||||
Patch72: bind-9.5-dlz-64bit.patch
|
Patch72: bind-9.5-dlz-64bit.patch
|
||||||
Patch74: bind-9.5-spnego-memory_management.patch
|
Patch74: bind-9.5-spnego-memory_management.patch
|
||||||
|
Patch75: bind-9.5-update.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||||
@ -248,6 +249,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
|
|||||||
%endif
|
%endif
|
||||||
%patch73 -p1 -b .libidn
|
%patch73 -p1 -b .libidn
|
||||||
%patch74 -p1 -b .memory
|
%patch74 -p1 -b .memory
|
||||||
|
%patch75 -p1 -b .update
|
||||||
:;
|
:;
|
||||||
|
|
||||||
|
|
||||||
@ -680,6 +682,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sbindir}/bind-chroot-admin
|
%{_sbindir}/bind-chroot-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 14 2007 Adam Tkac <atkac redhat com> 32:9.5.0 9.1.a6
|
||||||
|
- named could crash with SRV record UPDATE (#251336)
|
||||||
|
|
||||||
* Mon Aug 13 2007 Adam Tkac <atkac redhat com> 32:9.5.0-9.a6
|
* Mon Aug 13 2007 Adam Tkac <atkac redhat com> 32:9.5.0-9.a6
|
||||||
- disable 64bit dlz driver patch on alpha and ia64 (#251298)
|
- disable 64bit dlz driver patch on alpha and ia64 (#251298)
|
||||||
- remove wrong malloc functions from lib/dns/spnego.c (#251853)
|
- remove wrong malloc functions from lib/dns/spnego.c (#251853)
|
||||||
|
Loading…
Reference in New Issue
Block a user