summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-05 09:41:35 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-05 09:41:55 -0400
commite36913e087879c62aaa678f2ba35927a17af9b1c (patch)
tree9cb69c89c1a03787791ff50541bfdb52bb3d1ee8 /net-dns/djbdns/files/1.05-errno-r1.patch
parentdev-scheme/greg:add guile-2 patch bug #351991 (diff)
downloadgentoo-e36913e087879c62aaa678f2ba35927a17af9b1c.tar.gz
gentoo-e36913e087879c62aaa678f2ba35927a17af9b1c.tar.bz2
gentoo-e36913e087879c62aaa678f2ba35927a17af9b1c.zip
net-dns/djbdns: new revision with increased dnscache recursion depth.
There is a hard limit on the number of recursive queries that dnscache will perform. This new revision adds a patch, increasing a loop iteration limit from 100 to 200, and thus increasing the recursion depth. The patch was based on a similar fix for OpenWrt, suggested by John Stile. With the new revision, the ebuild was updated to EAPI=6. The eutils eclass was dropped as "epatch" was replaced with "eapply"; some patches needed new revisions to work with -p1, as eapply does. Two other patches needed revisions to avoid fuzz from the new fix. Gentoo-Bug: 590548 Reported-By: John Stile Package-Manager: portage-2.2.28
Diffstat (limited to 'net-dns/djbdns/files/1.05-errno-r1.patch')
-rw-r--r--net-dns/djbdns/files/1.05-errno-r1.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/djbdns/files/1.05-errno-r1.patch b/net-dns/djbdns/files/1.05-errno-r1.patch
new file mode 100644
index 000000000000..58f2f4b6c97a
--- /dev/null
+++ b/net-dns/djbdns/files/1.05-errno-r1.patch
@@ -0,0 +1,11 @@
+--- a/error.h 2001-02-11 15:11:45.000000000 -0600
++++ b/error.h 2003-02-26 02:10:21.000000000 -0600
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+
+-extern int errno;
++#include <errno.h>
+
+ extern int error_intr;
+ extern int error_nomem;