diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2020-12-14 21:39:19 -0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-01-25 14:37:41 +0100 |
commit | 23be333401f06a49d7081b051b2cdf84f8a75149 (patch) | |
tree | 1ab431f4554a49121a9c52da31a1164815c71cfe /package/network/utils/bpftools/Makefile | |
parent | 0faa17235669da7f8a7cd7ab922a77b06d6d230a (diff) | |
download | upstream-23be333401f06a49d7081b051b2cdf84f8a75149.tar.gz upstream-23be333401f06a49d7081b051b2cdf84f8a75149.tar.bz2 upstream-23be333401f06a49d7081b051b2cdf84f8a75149.zip |
bpftools: update to 5.10.10
Use the latest stable kernel since the previous 5.8.x series is EOL.
Also drop the following patches recently accepted upstream:
* 001-libbpf-ensure-no-local-symbols-counted-in-ABI-check.patch
* 002-libbpf-fix-build-failure-from-uninitialized-variable.patch
* 003-bpftool-allow-passing-BPFTOOL_VERSION-to-make.patch
* 004-v5.9-bpftool-use-only-ftw-for-file-tree-parsing.patch
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/network/utils/bpftools/Makefile')
-rw-r--r-- | package/network/utils/bpftools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/bpftools/Makefile b/package/network/utils/bpftools/Makefile index e760d50c5e..06a7a7adfd 100644 --- a/package/network/utils/bpftools/Makefile +++ b/package/network/utils/bpftools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bpftools -PKG_VERSION:=5.8.9 +PKG_VERSION:=5.10.10 PKG_RELEASE:=1 PKG_SOURCE:=linux-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/kernel/v5.x -PKG_HASH:=99d8bc1b82f17d7d79f9af4a94af4c0e3772159e9e6e278761bde8569f93e15f +PKG_HASH:=60ed866fa951522a5255ea37ec3ac2006d3f3427d4783a13ef478464f37cdb19 PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com> |