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

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 8 05:22:30 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/56b15913af882074a3ec4f9af06cf1b0bad8e0b1

commit 56b15913af882074a3ec4f9af06cf1b0bad8e0b1
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Tue Jun 4 20:30:16 2024 -0700

    libbpf: Update to v1.4.3
    
    Update to the latest upstream release to include recent improvements and
    bugfixes, and simplify use of PKG_SOURCE_VERSION.
    
    Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.3
    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 2105a1c568..3b732e37bb 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.2
+PKG_VERSION:=1.4.3
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=eaf56a8d4297a1dfb477d91b4fb7c7c5ad6b6df73e0f7ac3c8fd93f2664c2e85
+PKG_MIRROR_HASH:=53f2f290fced9663da309e9e03ddcb0b176a47d39d61639c74dbc555d6b979a8
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=v1.4.2
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
 
 PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>




More information about the lede-commits mailing list