diff --git a/elfutils-0.186.tar.bz2 b/elfutils-0.186.tar.bz2 deleted file mode 100644 index 612c731..0000000 --- a/elfutils-0.186.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6fb9149b1673d38d9178a0d3e0fb8a1ec4f53a9f4c2ff89469609879641177 -size 9230491 diff --git a/elfutils-0.186.tar.bz2.sig b/elfutils-0.186.tar.bz2.sig deleted file mode 100644 index bdf4a70..0000000 Binary files a/elfutils-0.186.tar.bz2.sig and /dev/null differ diff --git a/elfutils-0.187.tar.bz2 b/elfutils-0.187.tar.bz2 new file mode 100644 index 0000000..2ce3348 --- /dev/null +++ b/elfutils-0.187.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70b0dfbe610f90c4d1fe0d71af142a4e25c3c4ef9ebab8d2d72b65159d454c8 +size 9240221 diff --git a/elfutils-0.187.tar.bz2.sig b/elfutils-0.187.tar.bz2.sig new file mode 100644 index 0000000..e8202c3 Binary files /dev/null and b/elfutils-0.187.tar.bz2.sig differ diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index 0d91380..98e0b18 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 26 07:16:29 UTC 2022 - Martin Liška + +- Update to version 0.187: + * debuginfod: Support -C option for connection thread pooling. + * debuginfod-client: Negative cache file are now zero sized instead of + no-permission files. + * addr2line: The -A, --absolute option, which shows file names including + the full compilation directory is now the default. To get the + old behavior use the new option --relative. + * readelf, elflint: Recognize FDO Packaging Metadata ELF notes + * libdw, debuginfo-client: Load libcurl lazily only when files need to + be fetched remotely. libcurl is now never + loaded when DEBUGINFOD_URLS is unset. And when + DEBUGINFOD_URLS is set, libcurl is only loaded + when the debuginfod_begin function is called. + ------------------------------------------------------------------- Wed Apr 13 15:15:25 UTC 2022 - Callum Farmer @@ -12,7 +29,7 @@ Fri Feb 25 19:36:08 UTC 2022 - Tony Jones ------------------------------------------------------------------- Thu Nov 11 08:56:25 UTC 2021 - Martin Liška -- Update to version 0.185: +- Update to version 0.186: debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files etc/debuginfod*.urls rather than hardcoded into the /etc/profile.d/debuginfod* scripts. diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index dc24a84..a1915dc 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -17,7 +17,7 @@ Name: elfutils-debuginfod -Version: 0.186 +Version: 0.187 Release: 0 Summary: Debuginfod server provided by elfutils License: GPL-3.0-or-later @@ -34,8 +34,8 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: bison BuildRequires: bsdtar -BuildRequires: sysuser-tools BuildRequires: procps +BuildRequires: sysuser-tools # For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss BuildRequires: curl BuildRequires: flex diff --git a/elfutils.changes b/elfutils.changes index c1e526b..1385657 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 26 07:16:29 UTC 2022 - Martin Liška + +- Update to version 0.187: + * debuginfod: Support -C option for connection thread pooling. + * debuginfod-client: Negative cache file are now zero sized instead of + no-permission files. + * addr2line: The -A, --absolute option, which shows file names including + the full compilation directory is now the default. To get the + old behavior use the new option --relative. + * readelf, elflint: Recognize FDO Packaging Metadata ELF notes + * libdw, debuginfo-client: Load libcurl lazily only when files need to + be fetched remotely. libcurl is now never + loaded when DEBUGINFOD_URLS is unset. And when + DEBUGINFOD_URLS is set, libcurl is only loaded + when the debuginfod_begin function is called. + ------------------------------------------------------------------- Fri Feb 25 19:36:08 UTC 2022 - Tony Jones @@ -6,7 +23,7 @@ Fri Feb 25 19:36:08 UTC 2022 - Tony Jones ------------------------------------------------------------------- Thu Nov 11 08:56:25 UTC 2021 - Martin Liška -- Update to version 0.185: +- Update to version 0.186: debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files etc/debuginfod*.urls rather than hardcoded into the /etc/profile.d/debuginfod* scripts. diff --git a/elfutils.spec b/elfutils.spec index aeb74ec..058d69f 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -17,7 +17,7 @@ Name: elfutils -Version: 0.186 +Version: 0.187 Release: 0 Summary: Higher-level library to access ELF files License: GPL-3.0-or-later