summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-06-12 12:44:14 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-06-12 12:45:11 +0200
commitfd9e407e6e7ea1e06fd3b9c692e3dec7291f1b7f (patch)
treed1ac50940647c9d2b2883d8e3f6b4ad61822d8e0 /net-dns/nsd/files
parentnet-dns/nsd: version 4.1.27 stable for amd64 and x86 (diff)
downloadgentoo-fd9e407e6e7ea1e06fd3b9c692e3dec7291f1b7f.tar.gz
gentoo-fd9e407e6e7ea1e06fd3b9c692e3dec7291f1b7f.tar.bz2
gentoo-fd9e407e6e7ea1e06fd3b9c692e3dec7291f1b7f.zip
net-dns/nsd: Removed old.
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-dns/nsd/files')
-rw-r--r--net-dns/nsd/files/nsd-4.1.26-dnstap_noipv6_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-dns/nsd/files/nsd-4.1.26-dnstap_noipv6_fix.patch b/net-dns/nsd/files/nsd-4.1.26-dnstap_noipv6_fix.patch
deleted file mode 100644
index be19e337f3d9..000000000000
--- a/net-dns/nsd/files/nsd-4.1.26-dnstap_noipv6_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4213
-
---- nsd-4.1.26/dnstap/dnstap.c
-+++ nsd-4.1.26/dnstap/dnstap.c
-@@ -319,7 +319,7 @@
- *has_port = 1;
- } else if (ss->ss_family == AF_INET) {
- #else
-- if (ss->ss_family == AF_INET) {
-+ if (ss->sin_family == AF_INET) {
- #endif /* INET6 */
- struct sockaddr_in *s = (struct sockaddr_in *) ss;
-