Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftool for openSUSE:Factory checked in at 2026-04-10 17:49:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftool (Old) and /work/SRC/openSUSE:Factory/.bpftool.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftool" Fri Apr 10 17:49:20 2026 rev:18 rq:1345314 version:7.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bpftool/bpftool.changes 2026-02-02 14:55:47.384028253 +0100 +++ /work/SRC/openSUSE:Factory/.bpftool.new.21863/bpftool.changes 2026-04-10 17:51:35.106277291 +0200 @@ -1,0 +2,23 @@ +Mon Mar 23 11:30:24 UTC 2026 - Fredrik Lönnegren <[email protected]> + +- Update to version 7.7.0: + * Add support for signing BPF programs before loading them, using a private + PEM key and X.509 certificate. This comes at the cost of an additional + build dependency to OpenSSL's development library. + * Add a new command bpftool token list showing information for each BPF + virtual file system mount point containing BPF token information. + * Add support for instructions array maps (insn_array keyword), and teach the + disassembler about indirect jump instructions. + * Support merging multiple module BTF objects with bpftool btf dump file + <path1> file <path2> .... + * Add a prepend option for loading tcx programs (bpftool net attach + tcx_ingress name tc_prog dev lo prepend) to insert the program at the + beginning of the chain. + * Add support for fsession attach type for cgroup programs. + * Improve the error message when dumping a JIT-ed BPF program returns no + instructions, to hint at kernel.kptr_restrict that might interfere with the + dump. + * Update the bpftool-prog manual page to mention newer ekfunc + bpf_stream_vprintk_impl() rather than the legacy bpf_stream_vprintk(). + +------------------------------------------------------------------- Old: ---- bpftool-libbpf-v7.6.0-sources.tar.gz New: ---- bpftool-libbpf-v7.7.0-sources.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftool.spec ++++++ --- /var/tmp/diff_new_pack.RMVgKl/_old 2026-04-10 17:51:35.726302821 +0200 +++ /var/tmp/diff_new_pack.RMVgKl/_new 2026-04-10 17:51:35.726302821 +0200 @@ -17,7 +17,7 @@ Name: bpftool -Version: 7.6.0 +Version: 7.7.0 Release: 0 Summary: Tool for inspection and manipulation of BPF programs and maps License: GPL-2.0-only @@ -34,6 +34,7 @@ BuildRequires: libzstd-devel # llvm-strip is needed for the included BPF program (i.e. skeletons) BuildRequires: llvm%{product_libs_llvm_ver} +BuildRequires: pkgconfig(openssl) %description bpftool allows for inspection and simple modification of BPF objects (programs ++++++ bpftool-libbpf-v7.6.0-sources.tar.gz -> bpftool-libbpf-v7.7.0-sources.tar.gz ++++++ ++++ 9211 lines of diff (skipped)
