summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Ambardar2024-12-08 03:49:49 +0000
committerNick Hainke2025-01-01 20:19:19 +0000
commit7a0b76cf0f37fa46488d5f996c0635d3ab818b2c (patch)
treee644da3ee06e0be4a616cc16d2d7c00efcfe59aa
parentb66773aac34bf3066efc3c8f1a11c3baf1b2fcda (diff)
downloadopenwrt-7a0b76cf0f37fa46488d5f996c0635d3ab818b2c.tar.gz
bpftool: Update to v7.5.0
Update to the latest upstream release to include recent improvements and bugfixes, and simplify use of PKG_SOURCE_VERSION. This version supports BPF objects of either endianness, allowing for introspection, linking and skeleton creation, and enables cross-compiling modern BPF applications for targets with non-native byteorder. Link: https://github.com/libbpf/bpftool/releases/tag/v7.5.0 Signed-off-by: Tony Ambardar <itugrok@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/17404 (cherry picked from commit 5bcad34154757bfaca1c787b1e9c72f4b1a52e37) Link: https://github.com/openwrt/openwrt/pull/17418 Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--package/network/utils/bpftool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/bpftool/Makefile b/package/network/utils/bpftool/Makefile
index c6cc92e18d..b2fdfc1632 100644
--- a/package/network/utils/bpftool/Makefile
+++ b/package/network/utils/bpftool/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bpftool
-PKG_VERSION:=7.4.0
+PKG_VERSION:=7.5.0
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/libbpf/bpftool
-PKG_MIRROR_HASH:=18e22f72e67ff402b5ecaf314445f25c40bfe23299cb783b5834a496297c51ed
+PKG_MIRROR_HASH:=1da7c08959e7819772145774322ffd876f3180065be1c3759336dca98ac9f666
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=v7.4.0
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com>