Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2302030f34 | |||
| 6d72aee0fc | |||
| 112b7cdb49 | |||
| 2ba647d84d |
BIN
libbpf-1.6.1.tar.gz
LFS
BIN
libbpf-1.6.1.tar.gz
LFS
Binary file not shown.
3
libbpf-1.6.3.tar.gz
Normal file
3
libbpf-1.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:989ed3c1a3db8ff0f7c08dd43953c6b9d0c3ac252653a48d566aaedf98bc80ca
|
||||
size 1045483
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 07:58:43 UTC 2026 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||
|
||||
- update to 1.6.3:
|
||||
* compilation warnings fixes to make libbpf build more GCC and C23
|
||||
compatible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 19:09:42 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.6.2:
|
||||
* add proper LIBBPF_API annotation to bpf_object__prepare() API,
|
||||
to make it usable in shared library mode
|
||||
* small fix up to better handle DEVMAP/DEVMAP_HASH maps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 03:31:14 UTC 2025 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||
|
||||
@@ -27,7 +42,7 @@ Mon Jul 21 03:31:14 UTC 2025 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||
* __arg_untrusted annotation for BPF global subprog arguments;
|
||||
* bpf_stream_printk() macro for working with BPF streams;
|
||||
* bpf_usdt_arg_size() API
|
||||
- update to 1.6.0:
|
||||
- update to 1.6.1:
|
||||
* fixing a possible crash when handling BPF arena global variable relocations
|
||||
- drop 0001-libbpf-Add-identical-pointer-detection-to-btf_dedup_.patch, which
|
||||
is now included
|
||||
|
||||
13
libbpf.spec
13
libbpf.spec
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package libbpf
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +20,7 @@
|
||||
%define sover_major 1
|
||||
%define libname libbpf%{sover_major}
|
||||
Name: libbpf
|
||||
Version: 1.6.1
|
||||
Version: 1.6.3
|
||||
Release: 0
|
||||
Summary: C library for managing eBPF programs and maps
|
||||
License: LGPL-2.1-only
|
||||
@@ -60,17 +61,17 @@ libbpf is a C library which provides API for managing eBPF programs and maps.
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
cd src
|
||||
%make_build V=1 CFLAGS="%{optflags}"
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
cd src
|
||||
%make_install V=1
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files -n %{libname}
|
||||
%{_libdir}/%{name}.so.%{sover_major}*
|
||||
%license LICENSE LICENSE.BSD-2-Clause LICENSE.LGPL-2.1
|
||||
%{_libdir}/%{name}.so.%{sover_major}{,.*}
|
||||
|
||||
%files devel
|
||||
%license LICENSE LICENSE.BSD-2-Clause LICENSE.LGPL-2.1
|
||||
|
||||
Reference in New Issue
Block a user