xdp-tools: update to version 1.2.8
authorDaniel Golle <daniel@makrotopia.org>
Tue, 20 Sep 2022 03:31:24 +0000 (04:31 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 20 Sep 2022 03:33:12 +0000 (04:33 +0100)
 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@makrotopia.org>
package/network/utils/xdp-tools/Makefile

index 42a8a0695b0ee28dcfde20b98ddc4eda2abfd826..20a9139946f89801db349ecbc0455006a9cc542e 100644 (file)
@@ -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)?