[COMMITTED] Prepare for 0.181

2020-09-08 Thread Mark Wielaard
Set version to 0.181. Update NEWS and elfutils.spec.in. Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS| 17 + config/ChangeLog| 4 + config/elfutils.spec.in | 13 + configure.ac| 2 +- po/ChangeLog

[PATCH] debuginfod: Fix BUILD_STATIC build.

2020-09-08 Thread Mark Wielaard
The BUILD_STATIC build, as used by the coverage setup, was broken for debuginfod because the DUMMY_LIBDEBUGINFOD case was mixed up. It should include libcurl_LIBS when NOT doing a dummy build. Signed-off-by: Mark Wielaard --- debuginfod/ChangeLog | 5 + debuginfod/Makefile.am | 4 ++-- 2 f

elfutils 0.181 released

2020-09-08 Thread Mark Wielaard
ELFUTILS 0.181 - http://elfutils.org/ A new release of elfutils is available at: ftp://sourceware.org/pub/elfutils/0.181/ or https://sourceware.org/elfutils/ftp/0.181/ * NEWS * libelf: elf_update now compensates (fixes up) a bad sh_addralign for SHF_COMPRESSED sections. libdebuginfod: c