From b74f1f335a792a15feb0fd839a69486050d3531f Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 21 Aug 2019 09:25:06 +0300 Subject: [PATCH] nftables: bump to version 0.9.2 - exclude Python-related stuff from build - drop patches: * 010-uclibc-ng.patch, applied upstream ipkg size decrease by 2.8%: old: 194.851 nftables_0.9.0-2_arm_cortex-a7_neon-vfpv4.ipk new: 189.581 nftables_0.9.2-1_arm_cortex-a7_neon-vfpv4.ipk Signed-off-by: Konstantin Demin --- package/network/utils/nftables/Makefile | 7 +++-- .../nftables/patches/010-uclibc-ng.patch | 28 ------------------- 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 package/network/utils/nftables/patches/010-uclibc-ng.patch diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index d4f91a2c89..68e712bb59 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.9.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.9.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91 +PKG_HASH:=5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf7165513f5 PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=GPL-2.0 @@ -28,6 +28,7 @@ CONFIGURE_ARGS += \ --disable-man-doc \ --with-mini-gmp \ --without-cli \ + --disable-python \ define Package/nftables SECTION:=net diff --git a/package/network/utils/nftables/patches/010-uclibc-ng.patch b/package/network/utils/nftables/patches/010-uclibc-ng.patch deleted file mode 100644 index 760fde5186..0000000000 --- a/package/network/utils/nftables/patches/010-uclibc-ng.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c65c4f9998587a0c705b3635215f25fa5680c0d3 Mon Sep 17 00:00:00 2001 -From: Rosen Penev -Date: Fri, 3 May 2019 11:49:11 -0700 -Subject: gmputil: Add missing header for va_list - -Otherwise it errors with unknown type name when using uClibc. - -Signed-off-by: Rosen Penev -Signed-off-by: Pablo Neira Ayuso ---- - include/gmputil.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/include/gmputil.h b/include/gmputil.h -index 73959c17..ad63d67b 100644 ---- a/include/gmputil.h -+++ b/include/gmputil.h -@@ -7,6 +7,7 @@ - #include - #else - #include -+#include - #include - /* mini-gmp doesn't come with gmp_vfprintf, so we use our own minimal variant */ - extern int mpz_vfprintf(FILE *fp, const char *format, va_list args); --- -cgit v1.2.1 -