xdp-tools: update to version 1.2.9
Changes since v1.2.8: 32aaf32 libxdp: Fix incorrect rx_ring_setup_done 6049671 headers: add bpf_endian.h for parsing_helpers.h 2682c1c export-man: Ignore errors when executing git shell command 8afda7a xdp-loader/README: Mention lack of support for HW mode in most cards dc69919 libxdp: fix prog_fd checks for fd >= 0 3d7c22a libxdp: Allow falling back to single-program attachment for loaded programs af00429 libxdp: Fix check in xdp_program__attach_single() 41703d2 libxdp: Make sure to set the the program autoload when loading a program b1fd2e5 test-xdpdump: Only run tshark attribute test on newer versions of tshark 5dfe342 libxdp: Convert xdp-dispatcher to use strict section names 929a22e configure: Try to auto-detect versioned clang binaries 074fcfb libxdp: Check program name when determining if a program is a dispatcher e13a191 Bump TOOLS_VERSION to 1.2.9 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
		| @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk | |||||||
|  |  | ||||||
| PKG_NAME:=xdp-tools | PKG_NAME:=xdp-tools | ||||||
| PKG_RELEASE:=$(AUTORELEASE) | PKG_RELEASE:=$(AUTORELEASE) | ||||||
| PKG_VERSION:=1.2.8 | PKG_VERSION:=1.2.9 | ||||||
| PKG_HASH:=2c575e5242e60055b0e7fc720f5b6ea87d74911f967dde3d50046d751f35bff0 | PKG_HASH:=159ed8d3c8195d812ec3cde83bd736245a72743af372998320d39c2ba69ab142 | ||||||
|  |  | ||||||
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||||||
| PKG_SOURCE_URL:=https://codeload.github.com/xdp-project/xdp-tools/tar.gz/v$(PKG_VERSION)? | PKG_SOURCE_URL:=https://codeload.github.com/xdp-project/xdp-tools/tar.gz/v$(PKG_VERSION)? | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| --- a/configure | --- a/configure | ||||||
| +++ b/configure | +++ b/configure | ||||||
| @@ -138,7 +138,7 @@ int main(int argc, char **argv) { | @@ -174,7 +174,7 @@ int main(int argc, char **argv) { | ||||||
|      return 0; |      return 0; | ||||||
|  } |  } | ||||||
|  EOF |  EOF | ||||||
| @@ -9,7 +9,7 @@ | |||||||
|      if [ "$?" -eq "0" ]; then |      if [ "$?" -eq "0" ]; then | ||||||
|          echo "HAVE_PCAP:=y" >>$CONFIG |          echo "HAVE_PCAP:=y" >>$CONFIG | ||||||
|          [ -n "$LIBPCAP_CFLAGS" ] && echo 'CFLAGS += ' $LIBPCAP_CFLAGS >> $CONFIG |          [ -n "$LIBPCAP_CFLAGS" ] && echo 'CFLAGS += ' $LIBPCAP_CFLAGS >> $CONFIG | ||||||
| @@ -186,7 +186,7 @@ int main(int argc, char **argv) { | @@ -222,7 +222,7 @@ int main(int argc, char **argv) { | ||||||
|      return 0; |      return 0; | ||||||
|  } |  } | ||||||
|  EOF |  EOF | ||||||
| @@ -18,7 +18,7 @@ | |||||||
|      if [ "$?" -eq "0" ]; then |      if [ "$?" -eq "0" ]; then | ||||||
|          echo "HAVE_FEATURES+=${config_var}" >>"$CONFIG" |          echo "HAVE_FEATURES+=${config_var}" >>"$CONFIG" | ||||||
|          echo "yes" |          echo "yes" | ||||||
| @@ -253,7 +253,7 @@ int main(int argc, char **argv) { | @@ -289,7 +289,7 @@ int main(int argc, char **argv) { | ||||||
|  } |  } | ||||||
|  EOF |  EOF | ||||||
|   |   | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Golle
					Daniel Golle