[openwrt/openwrt] libbpf: Update to v1.5.0

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 1 12:22:08 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/b66773aac34bf3066efc3c8f1a11c3baf1b2fcda

commit b66773aac34bf3066efc3c8f1a11c3baf1b2fcda
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Sat Dec 7 19:39:11 2024 -0800

    libbpf: Update to v1.5.0
    
    Update to the latest upstream release to include recent improvements and
    bugfixes, including support for handling BPF objects of either endianness.
    
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.5.0
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/17404
    (cherry picked from commit 6a6ae41d4b960131f86f10a4609a0082bcd0ebb7)
    Link: https://github.com/openwrt/openwrt/pull/17418
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libbpf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libbpf/Makefile b/package/libs/libbpf/Makefile
index 89fe730a98..4d918e7bbf 100644
--- a/package/libs/libbpf/Makefile
+++ b/package/libs/libbpf/Makefile
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libbpf
-PKG_VERSION:=1.4.6
+PKG_VERSION:=1.5.0
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=0d0d70750c8e45baba19f8cc065771e5d842a90f3ad1637003cae6887dabf11e
+PKG_MIRROR_HASH:=7699fcfa89bf0f6e756c4555fbd3fdb8cbcfcc770e5944aebdd0e9244031f022
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))




More information about the lede-commits mailing list