aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/patches/010-uclibc-ng.patch
diff options
context:
space:
mode:
authorKonstantin Demin <rockdrilla@gmail.com>2019-08-21 09:25:06 +0300
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:46:06 +0200
commit6b5e0eede81f8a2518a3a5bef5be302b26d149bc (patch)
tree028169039540c31300af01b1dd4fcc86656510f8 /package/network/utils/nftables/patches/010-uclibc-ng.patch
parentab0088b239a6926905959efac2b4f8ab63177d47 (diff)
downloadupstream-6b5e0eede81f8a2518a3a5bef5be302b26d149bc.tar.gz
upstream-6b5e0eede81f8a2518a3a5bef5be302b26d149bc.tar.bz2
upstream-6b5e0eede81f8a2518a3a5bef5be302b26d149bc.zip
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 <rockdrilla@gmail.com> (cherry picked from commit b74f1f335a792a15feb0fd839a69486050d3531f)
Diffstat (limited to 'package/network/utils/nftables/patches/010-uclibc-ng.patch')
-rw-r--r--package/network/utils/nftables/patches/010-uclibc-ng.patch28
1 files changed, 0 insertions, 28 deletions
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 <rosenp@gmail.com>
-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 <rosenp@gmail.com>
-Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
----
- 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 <gmp.h>
- #else
- #include <mini-gmp.h>
-+#include <stdarg.h>
- #include <stdio.h>
- /* 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
-