This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master in repository glibc.
from 092788065e Return to caller if dl_fixup fails to resolve callee on hppa. new 47db584c74 resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 21 ++ NEWS | 5 + include/resolv.h | 3 - resolv/Makefile | 2 + resolv/res_mkquery.c | 28 ++- resolv/res_query.c | 23 ++- resolv/resolv-internal.h | 18 ++ resolv/tst-resolv-edns.c | 501 +++++++++++++++++++++++++++++++++++++++++++++++ support/resolv_test.c | 56 +++++- support/resolv_test.h | 11 ++ 10 files changed, 655 insertions(+), 13 deletions(-) create mode 100644 resolv/tst-resolv-edns.c