diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-24 10:34:06 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-24 10:41:07 +0000 |
commit | b2fba59f103374e8e6875b19d27ea6b8798b9df6 (patch) | |
tree | a675e7f15e3ed2997cfdd3b9a3818e1b8208ce64 /package/network/utils/iptables | |
parent | a2fe698a40a76d693493b89fd929241093cf8ff4 (diff) | |
download | upstream-b2fba59f103374e8e6875b19d27ea6b8798b9df6.tar.gz upstream-b2fba59f103374e8e6875b19d27ea6b8798b9df6.tar.bz2 upstream-b2fba59f103374e8e6875b19d27ea6b8798b9df6.zip |
iptables: bump PKG_RELEASE
Package content changed with the previous two cherry-picks
dff0b2104d kernel: netfilter: Add nf_tproxy_ipv{4,6} and nf_socket_ipv{4,6}
a2fe698a40 kernel: Added required dependencies for socket match.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/network/utils/iptables')
-rw-r--r-- | package/network/utils/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index ac3712b498..0b9ea03146 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.6.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.netfilter.org/iptables |