From 2c7d6b9dbe2ce91ca68434d4ef1798e41752bbf3 Mon Sep 17 00:00:00 2001 From: Federico Pellegrin Date: Fri, 18 Jul 2025 06:56:14 +0200 Subject: [PATCH] package/bpftool: bump to version 7.5.0 Changes: https://github.com/libbpf/bpftool/releases This upgrade fixes as well linking problems to LLVM libraries in the previous version on Buildroot 2025.05 and master. Signed-off-by: Federico Pellegrin Signed-off-by: Julien Olivain --- package/bpftool/bpftool.hash | 2 +- package/bpftool/bpftool.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/bpftool/bpftool.hash b/package/bpftool/bpftool.hash index 4f83e71a76..5112bb997e 100644 --- a/package/bpftool/bpftool.hash +++ b/package/bpftool/bpftool.hash @@ -1,5 +1,5 @@ # Locally calculated -sha256 89d3ce783d5c9e40b9060b380869911ee9d5ab6732a4b1dd19a90103c5e41e6c bpftool-v7.1.0-git4.tar.gz +sha256 ff95bc8a057c84e61863fcf95e354199041ac524f5b9f5d487cf0b2c6e9198fb bpftool-v7.5.0-git4.tar.gz sha256 7c588754d5e81e92e2a12e47cf78949d485c9c22b4850f12d21b3835c85947d1 LICENSE sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd LICENSE.BSD-2-Clause sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE.GPL-2.0 diff --git a/package/bpftool/bpftool.mk b/package/bpftool/bpftool.mk index cd68d89799..1b765ba38f 100644 --- a/package/bpftool/bpftool.mk +++ b/package/bpftool/bpftool.mk @@ -4,7 +4,7 @@ # ################################################################################ -BPFTOOL_VERSION = v7.1.0 +BPFTOOL_VERSION = v7.5.0 BPFTOOL_SITE = https://github.com/libbpf/bpftool BPFTOOL_SITE_METHOD = git BPFTOOL_GIT_SUBMODULES = YES