Upgrade to upstream 0.184
This commit is contained in:
parent
178121d8af
commit
880d3e8f1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/elfutils-0.181.tar.bz2
|
/elfutils-0.181.tar.bz2
|
||||||
/elfutils-0.182.tar.bz2
|
/elfutils-0.182.tar.bz2
|
||||||
/elfutils-0.183.tar.bz2
|
/elfutils-0.183.tar.bz2
|
||||||
|
/elfutils-0.184.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.183
|
Version: 0.184
|
||||||
%global baserelease 3
|
%global baserelease 1
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
||||||
@ -409,6 +409,21 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 10 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.184-1
|
||||||
|
- Upgrade to upstream 0.184
|
||||||
|
- debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker.
|
||||||
|
- debuginfod-client: Client caches negative results. If a query for a
|
||||||
|
file failed with 404, an empty 000 permission
|
||||||
|
file is created in the cache. This will prevent
|
||||||
|
requesting the same file for the next 10 minutes.
|
||||||
|
Client objects now carry long-lived curl handles
|
||||||
|
for outgoing connections. This makes it more
|
||||||
|
efficient for multiple sequential queries, because
|
||||||
|
the TCP connections and/or TLS state info are kept
|
||||||
|
around awhile, avoiding O(100ms) setup latencies.
|
||||||
|
- libdw: handle DW_FORM_indirect when reading attributes
|
||||||
|
- translations: Update Polish translation.
|
||||||
|
|
||||||
* Mon Apr 19 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.183-3
|
* Mon Apr 19 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.183-3
|
||||||
- Introduce CI gating setup
|
- Introduce CI gating setup
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (elfutils-0.183.tar.bz2) = bdafdd738a33cebe4f87849e5e6f1133881e77ef71b27faa0f0234ff80e9674f506957898326c2a55fd8438cbd189f7930597d0b4b9ca6c77921cc0cbd83b6b7
|
SHA512 (elfutils-0.184.tar.bz2) = 5920c354edd6b28bb7e713d674bf6f2221e8ee91b90d582de39b1f45446aea1e7e3d4b6671024c391675b5e7530fe952c1320d730bb625c02d4c647ceb938bc8
|
||||||
|
Loading…
Reference in New Issue
Block a user