From 434fe5dbd9c5cea8560b5092d2d2b049f8944283 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 20:42:07 +0300 Subject: [PATCH] import libbpf-1.4.0-1.el9 --- .gitignore | 2 +- .libbpf.metadata | 2 +- SPECS/libbpf.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 6dc6fd9..ff5fe57 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-5.14.0-424.el9.tar.xz +SOURCES/linux-5.14.0-473.el9.tar.xz diff --git a/.libbpf.metadata b/.libbpf.metadata index 354e828..cae8efd 100644 --- a/.libbpf.metadata +++ b/.libbpf.metadata @@ -1 +1 @@ -b1b7d295ff73700742992cfb9ef2441b2a5f9857 SOURCES/linux-5.14.0-424.el9.tar.xz +f1b6626b8267d1713f3a954de7a9ef3f20c7699e SOURCES/linux-5.14.0-473.el9.tar.xz diff --git a/SPECS/libbpf.spec b/SPECS/libbpf.spec index e2467c5..022d763 100644 --- a/SPECS/libbpf.spec +++ b/SPECS/libbpf.spec @@ -4,12 +4,12 @@ # used as kernel tar. # RHEL kernel version-release -%define kver 5.14.0-424 +%define kver 5.14.0-473 %define source linux-%{kver}.el9 Name: libbpf -Version: 1.3.0 -Release: 2%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Libbpf library License: LGPLv2 or BSD @@ -74,17 +74,20 @@ popd %{_libdir}/libbpf.a %changelog -* Wed Feb 07 2024 - 1.3.0-2 +* Thu Jul 11 2024 Viktor Malik - 2:1.4.0-1 +- Update to BPF 6.8 rebase (RHEL-30776) + +* Wed Feb 07 2024 Viktor Malik - 2:1.3.0-2 - Fix bug in bpf_xdp_query causing stack corruption (RHEL-26037) -* Tue Jan 16 2024 - 1.3.0-1 +* Tue Jan 16 2024 Viktor Malik - 2:1.3.0-1 - Update to BPF 6.6 rebase (RHEL-10695) -* Mon Jul 03 2023 Viktor Malik - 1.2.0-1 +* Mon Jul 03 2023 Viktor Malik - 2:1.2.0-1 - Update to BPF 6.3 rebase - Resolves: rhbz#2178933 -* Tue May 16 2023 Viktor Malik - 1.1.0-2 +* Tue May 16 2023 Viktor Malik - 2:1.1.0-2 - Update to BPF 6.2 rebase - Resolves: rhbz#2178932