diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-27 16:01:06 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-27 16:49:42 +0100 |
commit | 7d68cdaa4f748e87ee921f587ee2d483db624b3d (patch) | |
tree | 92f86333cedb54d35ed37056d9a16eb8fe005fe0 /ChangeLog | |
parent | 5c6e6747356f5d473c2c62e818bc24432ddef3e2 (diff) | |
download | glibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.tar.gz glibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.tar.xz glibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.zip |
resolv: Remove processing of unimplemented "spoof" host.conf options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 55fa54fbcf..8c072b668e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2016-12-27 Florian Weimer <fweimer@redhat.com> + * resolv/res_hconf.h (HCONF_FLAG_SPOOF, HCONF_FLAG_SPOOFALERT): + Remove. + * resolv/res_hconf.c (ENV_SPOOF, arg_spoof): Remove. + (cmd): Remove spoof, nospoof, spoofalert. + (parse_line): Ignore spoof-related lines. + (do_init): Do not process RESOLV_SPOOF_CHECK. + +2016-12-27 Florian Weimer <fweimer@redhat.com> + [BZ #20964] sunrpc: Always obtain AF_INET addresses from NSS. * include/rpc/rpc.h (__libc_rpc_gethostbyname): Declare. |