diff --git a/libbpf-1.4.1.tar.gz b/libbpf-1.4.1.tar.gz deleted file mode 100644 index b4c5f3f..0000000 --- a/libbpf-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc01a3a05d25e5978c20be7656f14eb8b6fcb120bb1c7e8041e497814fc273cb -size 1015629 diff --git a/libbpf-1.4.2.tar.gz b/libbpf-1.4.2.tar.gz new file mode 100644 index 0000000..5763db3 --- /dev/null +++ b/libbpf-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa2b6fbafab9608a2ab90d0eaf64f05c27dbf76d81bed516385e825f1aad502 +size 1016045 diff --git a/libbpf.changes b/libbpf.changes index c7a9e2e..5d9c75b 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat May 11 07:03:51 UTC 2024 - Fredrik Lönnegren + +- 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 diff --git a/libbpf.spec b/libbpf.spec index 63ee58a..67c2d5a 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -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