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

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 21 03:31:08 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2bebf133575f6669316d24601966a88dbcdbf61a

commit 2bebf133575f6669316d24601966a88dbcdbf61a
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Sun Jul 14 22:21:52 2024 -0700

    libbpf: Update to v1.4.5
    
    Update to the latest upstream release to include recent improvements and
    bugfixes.
    
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.5
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.4
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
 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 3b732e37bb..a6fe9831d7 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.3
+PKG_VERSION:=1.4.5
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=53f2f290fced9663da309e9e03ddcb0b176a47d39d61639c74dbc555d6b979a8
+PKG_MIRROR_HASH:=09ad44597d170c12f9f710f7ac4bacfa2b01d110c45810ac0f16c6a3f5d51a0d
 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