diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-21 16:08:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-21 16:08:32 +0200 |
commit | 3a2a1d2cc2e3c9fad9d93eaecf5874f04a679606 (patch) | |
tree | a5d700bf65bcd3af1430ec6dac11a1f605ef3ac0 /NEWS | |
parent | f4a36548d86453792e3db05898f6f2b732c32581 (diff) | |
download | glibc-3a2a1d2cc2e3c9fad9d93eaecf5874f04a679606.tar glibc-3a2a1d2cc2e3c9fad9d93eaecf5874f04a679606.tar.gz glibc-3a2a1d2cc2e3c9fad9d93eaecf5874f04a679606.tar.bz2 glibc-3a2a1d2cc2e3c9fad9d93eaecf5874f04a679606.zip |
Remove obsolete DNSSEC support [BZ #20591]
The removed function declaration have never been implemented in libresolv.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ Version 2.25 for the Linux quota interface which predates kernel version 2.4.22 has been removed. +* DNSSEC-related declarations and definitions have been removed from the + <arpa/nameser.h> header file, and libresolv will no longer attempt to + decode the data part of DNSSEC record types. Previous versions of glibc + only implemented minimal support for the previous version of DNSSEC, which + is incompatible with the currently deployed version. + Security related changes: On ARM EABI (32-bit), generating a backtrace for execution contexts which |