SHA256
1
0
forked from pool/libbpf

Accepting request 939943 from home:jengelh:branches:devel:libraries:c_c++

- Update to release 0.6.1

OBS-URL: https://build.opensuse.org/request/show/939943
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=12
This commit is contained in:
Michał Rostecki 2021-12-11 23:40:33 +00:00 committed by Git OBS Bridge
parent 9146349710
commit 65b929f47a
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5b27980ceab9a80b6f28d3e67b51cea526fda49bd13151ba966e33548feb4f4
size 815083

3
libbpf-0.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce3a8eb32d85ac48490256597736d8b27e0a5e947a0731613b7aba6b4ae43ac0
size 858232

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 11 10:37:27 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.6.1
* Introduce legacy kprobe events support
* Add legacy uprobe attaching support
* Support uniform BTF-defined key/value specification across
all BPF maps
* Support kernel module function calls
* Support detecting and attaching of writable tracepoint
program
* Add bloom filter map implementation
* Add typeless and weak ksym support to gen_loader
* Add RISC-V (RV64) support to bpf_tracing.h
* Deprecate AF_XDP support
* Support BTF_KIND_TYPE_TAG
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 27 11:02:49 UTC 2021 - Shung-Hsi Yu <shung-hsi.yu@suse.com> Mon Sep 27 11:02:49 UTC 2021 - Shung-Hsi Yu <shung-hsi.yu@suse.com>

View File

@ -19,7 +19,7 @@
%define sover_major 0 %define sover_major 0
%define libname libbpf%{sover_major} %define libname libbpf%{sover_major}
Name: libbpf Name: libbpf
Version: 0.5.0 Version: 0.6.1
Release: 0 Release: 0
Summary: C library for managing eBPF programs and maps Summary: C library for managing eBPF programs and maps
License: LGPL-2.1-only License: LGPL-2.1-only
@ -60,6 +60,9 @@ cd src
%make_install V=1 %make_install V=1
rm -f %{buildroot}%{_libdir}/%{name}.a rm -f %{buildroot}%{_libdir}/%{name}.a
# sigh forgot it
perl -i -lpe 's{Version: 0.6.0}{Version: %version}' "%{buildroot}/%{_libdir}/pkgconfig/libbpf.pc"
%post -n %{libname} -p /sbin/ldconfig %post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig