forked from pool/libbpf
Accepting request 959732 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/959732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbpf?expand=0&rev=8
This commit is contained in:
commit
54d9e8090a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5b27980ceab9a80b6f28d3e67b51cea526fda49bd13151ba966e33548feb4f4
|
|
||||||
size 815083
|
|
3
libbpf-0.7.0.tar.gz
Normal file
3
libbpf-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5083588ce5a3a620e395ee1e596af77b4ec5771ffc71cff2af49dfee38c06361
|
||||||
|
size 900125
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 10:18:54 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.7.0
|
||||||
|
* legacy BPF map definitions (using struct bpf_map_def) are
|
||||||
|
deprecated when LIBBPF_STRICT_MAP_DEFINITIONS is passed to
|
||||||
|
libbpf_set_strict_mode(). Please use BTF-defined map
|
||||||
|
definitions.
|
||||||
|
* ability to control and capture BPF verifier log output on
|
||||||
|
per-object and per-program level
|
||||||
|
* CO-RE support and other improvements for "light skeleton"
|
||||||
|
* improved compilation when system BTF UAPI headers are outdated
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbpf
|
# spec file for package libbpf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.7.0
|
||||||
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
|
||||||
@ -43,13 +43,13 @@ libbpf is a C library which provides API for managing eBPF programs and maps.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libbpf
|
Summary: Development files for libbpf
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
|
Requires: linux-glibc-devel >= 5.16
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libbpf is a C library which provides API for managing eBPF programs and maps.
|
libbpf is a C library which provides API for managing eBPF programs and maps.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
|
Loading…
Reference in New Issue
Block a user