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

LEDE Commits lede-commits at lists.infradead.org
Mon May 6 13:42:07 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8cf28cc6a5ee4f74a9101bc26433c26e7f899c96

commit 8cf28cc6a5ee4f74a9101bc26433c26e7f899c96
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Wed Apr 3 15:31:29 2024 -0700

    libbpf: Update to v1.4.1
    
    Update to the latest upstream release to include recent improvements and
    bugfixes.
    
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.1
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
 package/libs/libbpf/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libbpf/Makefile b/package/libs/libbpf/Makefile
index 666786e9f6..6b894972a7 100644
--- a/package/libs/libbpf/Makefile
+++ b/package/libs/libbpf/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libbpf
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.4.1
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=4c37636699c604de345937bdbdf8f2e6ce69cbf768a4aa669c32b542e5302de6
+PKG_MIRROR_HASH:=46469f720ed246529e46d84a6444ae1c1a1eaf2a717a5a055c9973bb52159ec3
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=v1.4.0
+PKG_SOURCE_VERSION:=v1.4.1
 PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
 
 PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>




More information about the lede-commits mailing list