[openwrt/openwrt] xdp-tools: update to version 1.2.8
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 19 20:34:02 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3cee396bf86f0aa9ef9746b7824dd3307b56e9c3
commit 3cee396bf86f0aa9ef9746b7824dd3307b56e9c3
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Sep 20 04:31:24 2022 +0100
xdp-tools: update to version 1.2.8
82628d8 libxdp: Fix resource leaks
7fb0af0 libxdp: always clone program fd before taking ownership of it
d8cd007 headers: Update kernel btf.h header file
2265125 (tag: v1.2.7) xdp-filter: Update examples in documentation
2b65008 libxdp: Fix libxdp compilation error
2387514 xsk: remove unused variable outstanding_tx
00b5a95 Fix section names in xsk programs
d4ff1f9 (tag: v1.2.8) Bump TOOLS_VERSION to 1.2.8
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/network/utils/xdp-tools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/xdp-tools/Makefile b/package/network/utils/xdp-tools/Makefile
index 42a8a0695b..20a9139946 100644
--- a/package/network/utils/xdp-tools/Makefile
+++ b/package/network/utils/xdp-tools/Makefile
@@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xdp-tools
PKG_RELEASE:=$(AUTORELEASE)
-PKG_VERSION:=1.2.6
-PKG_HASH:=e1bead15014adf404c1ae93b5bb24e6625840b4aadef6c1acfb47e0b99039f52
+PKG_VERSION:=1.2.8
+PKG_HASH:=2c575e5242e60055b0e7fc720f5b6ea87d74911f967dde3d50046d751f35bff0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/xdp-project/xdp-tools/tar.gz/v$(PKG_VERSION)?
More information about the lede-commits
mailing list