about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-16 15:11:23 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-16 15:11:23 +0200
commit9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288 (patch)
tree85ccf4f30688956fb0904ebc558cbde3c83a968e /ChangeLog
parent85b0e1e8a62c052e73b167ebf0c1a6a216525dce (diff)
downloadglibc-9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288.tar.gz
glibc-9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288.tar.xz
glibc-9c02d0784dfa0bb4b0bfec4fb6db35d3ea953288.zip
nss_files: Remove RES_USE_INET6 from hosts processing
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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f6ee3ec8e..74f038ec36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2019-05-16  Florian Weimer  <fweimer@redhat.com>
 
+	* nss/nss_files/files-hosts.c (EXTRA_ARGS, EXTRA_ARGS_DECL):
+	Remove flags.
+	(LINE_PARSER): Remove address mapping.
+	(EXTRA_ARGS_VALUE): Remove flags argument.
+	(gethostbyname3_multi): Likewise.  Adjust call to internal_getent.
+	(_nss_files_gethostbyname3_r): Adjust calls to internal_getent and
+	gethostbyname3_multi.
+	(_nss_files_gethostbyname_r): Always use AF_INET.  Adjust call to
+	_nss_files_gethostbyname3_r.
+	(_nss_files_gethostbyname4_r): Adjust call to internal_getent.
+
+2019-05-16  Florian Weimer  <fweimer@redhat.com>
+
 	* support/support_test_compare_blob.c (report_blob): Report
 	incorrect NULL blobs.