about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-17 11:10:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-17 11:10:51 +0200
commit343c790593908f3c24524fe8587cd2dca8d92781 (patch)
tree4ba980e5cd7c71895b4dcb40d558badc1408cd9f /ChangeLog
parent53bc5770aab40e57d95adc3dff771c975b2174e8 (diff)
downloadglibc-fw/resolv-cleanups.tar.gz
glibc-fw/resolv-cleanups.tar.xz
glibc-fw/resolv-cleanups.zip
nss_dns: Remove RES_USE_INET6 handling fw/resolv-cleanups
Since commit 3f8b44be0a658266adff5ece1e4bc3ce097a5dbe ("resolv:
Remove support for RES_USE_INET6 and the inet6 option"),
res_use_inet6 () always evaluates to false.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b98bdc4664..9a881fd506 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-05-17  Florian Weimer  <fweimer@redhat.com>
+
+	* resolv/nss_dns/dns-host.c (gethostbyname3_context): Do not
+	perform IPv6 lookup.  Adjust getanswer_r call.
+	(_nss_dns_gethostbyname_r): Do not request IPv4 address mapping
+	from gethostbyname3_context.
+	(_nss_dns_gethostbyaddr2_r): Adjust getanswer_r call.
+	(getanswer_r): Remove map argument.  Do not perform address
+	mapping.
+
 2019-05-16  Florian Weimer  <fweimer@redhat.com>
 
 	* resolv/nss_dns/dns-host.c (getanswer_r): Be more explicit about