summaryrefslogtreecommitdiffstats
path: root/bind-9.4-update.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-10-09 13:09:31 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-10-09 13:09:31 +0000
commit99d962abf01abd03abd4f9630eaea79b0a56361b (patch)
tree9ef64f942df3125a60296cd58fc5d7b34fee7ebc /bind-9.4-update.patch
parent7cde3f5efd0d0c4fe040457f36290a05184814a3 (diff)
- updated to 9.4.2rc1
- patches merged to upstream - bind-9.4-update.patch - bind-9.4-_res_errno.patch
Diffstat (limited to 'bind-9.4-update.patch')
-rw-r--r--bind-9.4-update.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/bind-9.4-update.patch b/bind-9.4-update.patch
deleted file mode 100644
index 80eeef6..0000000
--- a/bind-9.4-update.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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);