Skip to content

Commit

Permalink
bump(root/iptables): 1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Jan 7, 2025
1 parent ca24045 commit 91a65d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions root-packages/iptables/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.netfilter.org/projects/iptables
TERMUX_PKG_DESCRIPTION="Program used to configure the Linux 2.4 and later kernel packet filtering ruleset"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.8.10"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="1.8.11"
TERMUX_PKG_SRCURL=https://www.netfilter.org/projects/iptables/files/iptables-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=5cc255c189356e317d070755ce9371eb63a1b783c34498fb8c30264f3cc59c9c
TERMUX_PKG_SHA256=d87303d55ef8c92bcad4dd3f978b26d272013642b029425775f5bad1009fe7b2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libmnl, libnftnl, libandroid-spawn"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down
12 changes: 12 additions & 0 deletions root-packages/iptables/include-xtables.h.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/include/xtables.h b/include/xtables.h
index 9fdd829..b38fd73 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -15,6 +15,7 @@
#include <netinet/ether.h>
#include <netinet/in.h>
#include <net/if.h>
+#include <linux/if_ether.h> /* ETH_ALEN */
#include <linux/types.h>
#include <linux/netfilter.h>
#include <linux/netfilter/x_tables.h>

0 comments on commit 91a65d6

Please sign in to comment.