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

LEDE Commits lede-commits at lists.infradead.org
Mon May 20 23:03:15 PDT 2024


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

commit d44d35f106f10c46d6d5cd1bb2faf8d74a4a5529
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Thu May 16 14:14:05 2024 -0700

    libbpf: Update to v1.4.2
    
    Update to the latest upstream release to include recent improvements and
    bugfixes.
    
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.2
    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 6b894972a7..2105a1c568 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.1
+PKG_VERSION:=1.4.2
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=46469f720ed246529e46d84a6444ae1c1a1eaf2a717a5a055c9973bb52159ec3
+PKG_MIRROR_HASH:=eaf56a8d4297a1dfb477d91b4fb7c7c5ad6b6df73e0f7ac3c8fd93f2664c2e85
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=v1.4.1
+PKG_SOURCE_VERSION:=v1.4.2
 PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
 
 PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>




More information about the lede-commits mailing list