aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils')
-rw-r--r--package/network/utils/bpftool/Makefile6
-rw-r--r--package/network/utils/bpftool/patches/001-cflags.patch4
2 files changed, 5 insertions, 5 deletions
diff --git a/package/network/utils/bpftool/Makefile b/package/network/utils/bpftool/Makefile
index cbbba2dba59..2782a307353 100644
--- a/package/network/utils/bpftool/Makefile
+++ b/package/network/utils/bpftool/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bpftools
-PKG_VERSION:=7.2.0
+PKG_VERSION:=7.3.0
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/libbpf/bpftool
+PKG_MIRROR_HASH:=c8fe336005019fee4d4fd416ce68a749fb479786dead69d6a0b3b04bcd903b98
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=19ff0564980a7429e730f6987a0b0bf418b3c676
-PKG_MIRROR_HASH:=f9b9871f64986dd2e5dab7060bb919398256ba93964da49c62efaf0e6bc9bbc4
+PKG_SOURCE_VERSION:=v7.3.0
PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com>
diff --git a/package/network/utils/bpftool/patches/001-cflags.patch b/package/network/utils/bpftool/patches/001-cflags.patch
index b06842a0be7..39cef10c72a 100644
--- a/package/network/utils/bpftool/patches/001-cflags.patch
+++ b/package/network/utils/bpftool/patches/001-cflags.patch
@@ -6,5 +6,5 @@
+CFLAGS = $(EXTRA_CFLAGS)
CFLAGS ?= -g -O2 -Werror -Wall -std=gnu89
- ALL_CFLAGS += $(CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $(EXTRA_CFLAGS)
- ALL_LDFLAGS += $(LDFLAGS) $(EXTRA_LDFLAGS)
+ ALL_CFLAGS += $(CFLAGS) \
+ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \