diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-04-08 11:19:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-04-08 11:19:38 +0200 |
commit | 333221862ecbebde60dd16e7ca17d26444e62f50 (patch) | |
tree | da1639481030c9cc8a8a478dad7308869cb783bc /NEWS | |
parent | 3f8b44be0a658266adff5ece1e4bc3ce097a5dbe (diff) | |
download | glibc-333221862ecbebde60dd16e7ca17d26444e62f50.zip glibc-333221862ecbebde60dd16e7ca17d26444e62f50.tar.gz glibc-333221862ecbebde60dd16e7ca17d26444e62f50.tar.bz2 |
resolv: Remove RES_INSECURE1, RES_INSECURE2
Always perform the associated security checks.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Deprecated and removed features, and other changes affecting compatibility: * Support for the "inet6" option in /etc/resolv.conf and the RES_USE_INET6 resolver flag (deprecated in glibc 2.25) have been removed. +* The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub + resolver have been removed from <resolv.h>. + Changes to build and runtime requirements: * GCC 6.2 or later is required to build the GNU C Library. |