forked from pool/libbpf
Accepting request 1173943 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1173943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbpf?expand=0&rev=21
This commit is contained in:
commit
25a70514ec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc01a3a05d25e5978c20be7656f14eb8b6fcb120bb1c7e8041e497814fc273cb
|
||||
size 1015629
|
3
libbpf-1.4.2.tar.gz
Normal file
3
libbpf-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa2b6fbafab9608a2ab90d0eaf64f05c27dbf76d81bed516385e825f1aad502
|
||||
size 1016045
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 07:03:51 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
|
||||
|
||||
- update to 1.4.2:
|
||||
* Another struct_ops-focused bug fix release. It addresses a few more corner
|
||||
cases when dealing with SEC("struct_ops") programs.
|
||||
* It also improves error messaging around common use case of declaring
|
||||
struct_ops BPF program and not referencing it from SEC(".struct_ops")
|
||||
variable (backed by struct_ops BPF map).
|
||||
* This release should improve overall experience of using BPF struct_ops
|
||||
functionality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 08:19:03 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define sover_major 1
|
||||
%define libname libbpf%{sover_major}
|
||||
Name: libbpf
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: C library for managing eBPF programs and maps
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user