2023-11-28 08:59:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 07:24:46 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
|
|
|
|
- Update to version 7.3.0
|
|
|
|
* deprecate keyword "dev" for specifying interface name, use
|
|
|
|
offload_dev instead
|
|
|
|
* support passing an interface name with xdpmeta_dev <ifname>
|
|
|
|
with "prog load"
|
|
|
|
* show more details information when displaying BPF links
|
|
|
|
* show netfilter, tcx, and netkit information in the "net list"
|
|
|
|
* support cgroup UNIX socket attach points
|
|
|
|
* show inner map IDs (instead of raw values) with "map dump"
|
|
|
|
* support LLVM's v4 instructions in the disassembler
|
|
|
|
* fix JIT compiler global memory limit report for unprivileged
|
|
|
|
users on aarch64
|
|
|
|
- Remove backported patches that have been included in v7.3.0
|
|
|
|
* drop 0001-bpftool-use-a-local-copy-of-perf_event-to-fix-access.patch
|
|
|
|
* drop 0002-bpftool-define-a-local-bpf_perf_link-to-fix-accessin.patch
|
|
|
|
* drop 0003-bpftool-use-a-local-bpf_perf_event_value-to-fix-acce.patch
|
|
|
|
* drop 0004-bpftool-Use-a-local-copy-of-BPF_LINK_TYPE_PERF_EVENT.patch
|
|
|
|
|
2023-05-15 10:56:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 29 17:35:09 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
|
|
|
|
|
|
|
- Update to out-of-tree version 7.2.0
|
|
|
|
- Use release tarball that includes the specific copy of libbpf that is needed
|
|
|
|
to build bpftool
|
|
|
|
- Fix build on Linux 5.14
|
|
|
|
+ 0001-bpftool-use-a-local-copy-of-perf_event-to-fix-access.patch
|
|
|
|
+ 0002-bpftool-define-a-local-bpf_perf_link-to-fix-accessin.patch
|
|
|
|
+ 0003-bpftool-use-a-local-bpf_perf_event_value-to-fix-acce.patch
|
|
|
|
+ 0004-bpftool-Use-a-local-copy-of-BPF_LINK_TYPE_PERF_EVENT.patch
|
|
|
|
|
2023-03-01 08:47:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 1 08:15:33 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Add -lzstd as libbfd is linked against the compression library.
|
|
|
|
|
2023-02-23 08:45:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 22 08:21:22 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Rebase binutils-2.40.patch for v6.2.
|
|
|
|
|
2023-02-16 14:45:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 15 09:11:12 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Add binutils-2.40.patch where we need to explicitly link against
|
|
|
|
-lsframe. It's a workaround for an existing issue:
|
|
|
|
https://github.com/libbpf/bpftool/issues/73.
|
|
|
|
|
2022-10-12 10:50:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 7 16:22:21 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
|
|
|
|
- Move bash-completion to subpackage so it isn't installed when
|
|
|
|
not needed
|
|
|
|
|
2022-04-11 08:50:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 8 15:15:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add rebuild subpackage to ensure rebuild in TW
|
|
|
|
|
2021-10-14 13:37:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 14 11:40:44 UTC 2021 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
|
|
|
|
- Enable libbfd feature to support dumping jited form of BPF programs
|
|
|
|
|
2020-01-08 16:38:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 8 16:28:37 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
|
|
|
|
|
|
|
- use optflags for building
|
|
|
|
- build and install man pages
|
|
|
|
|
2019-05-15 06:13:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 9 14:41:11 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
|
|
|
|
|
|
|
|
- Initial release
|