- Update to release 1.23
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=79
This commit is contained in:
parent
00a4febb9e
commit
ffec53d08a
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYSOfhAAKCRCyPKLppCJ+
|
|
||||||
J+C9AQCMkLbx+eqgvJA8ZFGVNN0i537BrDI2zuaEvYnXmcCGdQD/ccp9+okyQ1d5
|
|
||||||
/LwFxBO0hi4dkUobR8x4fj07LZpAQAE=
|
|
||||||
=1kMT
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8bcba48be39da2868142440dc2ee7f1d7b99ffec8095e3a1afb280dc1a7c63df
|
|
||||||
size 922016
|
|
7
dwarves-1.23.tar.sign
Normal file
7
dwarves-1.23.tar.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYbCxtgAKCRCyPKLppCJ+
|
||||||
|
J7oJAQD9TBpukKVbi9VfVKrxnYhQw04d3QGqlsA75gDrQ1YYdgEAoHRKwjdrqjV4
|
||||||
|
tGNtiJVVp3M1gtxu1HChR8VLTbrbgQY=
|
||||||
|
=MRO2
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dwarves-1.23.tar.xz
Normal file
3
dwarves-1.23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f085c25f068627d10e54bd030464f8952f5b2211d4ba26047fe209377470862a
|
||||||
|
size 815076
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 8 14:18:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.23
|
||||||
|
* Ability to encode BTF tags.
|
||||||
|
* Ability to carry attributes to the kernel BPF verifier for
|
||||||
|
further checks.
|
||||||
|
* Inference of struct member unnatural alignment
|
||||||
|
(__attribute__(__aligned__(N))) to help in generating
|
||||||
|
compileable headers matching the original type layout from
|
||||||
|
BTF data.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 23 23:31:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Mon Aug 23 23:31:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.22
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -41,7 +41,7 @@ BuildRequires: libelf-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?have_libbpf}
|
%if 0%{?have_libbpf}
|
||||||
BuildRequires: linux-glibc-devel >= 5.13
|
BuildRequires: linux-glibc-devel >= 5.13
|
||||||
BuildRequires: pkgconfig(libbpf) >= 0.4.0
|
BuildRequires: pkgconfig(libbpf) >= 0.6.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
# Also known by its most prominent tool
|
# Also known by its most prominent tool
|
||||||
|
Loading…
Reference in New Issue
Block a user