iptables: update to 1.6.1 (xtables sobump).
This commit is contained in:
parent
cacddfd35b
commit
20a10fda47
|
@ -580,7 +580,7 @@ libgdata.so.19 libgdata-0.15.0_1
|
|||
libpcap.so.1 libpcap-1.1.1_1
|
||||
libiptc.so.0 iptables-1.4.7_1
|
||||
libip6tc.so.0 iptables-1.4.7_1
|
||||
libxtables.so.11 iptables-1.6.0_1
|
||||
libxtables.so.12 iptables-1.6.1_1
|
||||
libip4tc.so.0 iptables-1.4.7_1
|
||||
libipq.so.0 iptables-1.4.7_1
|
||||
libnm-util.so.2 libnm-0.9.1.90_1
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
--- extensions/libxt_TCPOPTSTRIP.c.orig 2015-12-19 06:19:51.762676172 +0100
|
||||
+++ extensions/libxt_TCPOPTSTRIP.c 2015-12-19 06:20:19.081609317 +0100
|
||||
@@ -12,6 +12,21 @@
|
||||
#ifndef TCPOPT_MD5SIG
|
||||
# define TCPOPT_MD5SIG 19
|
||||
#endif
|
||||
+#ifndef TCPOPT_MAXSEG
|
||||
+# define TCPOPT_MAXSEG 2
|
||||
+#endif
|
||||
+#ifndef TCPOPT_WINDOW
|
||||
+# define TCPOPT_WINDOW 3
|
||||
+#endif
|
||||
+#ifndef TCPOPT_SACK_PERMITTED
|
||||
+# define TCPOPT_SACK_PERMITTED 4
|
||||
+#endif
|
||||
+#ifndef TCPOPT_SACK
|
||||
+# define TCPOPT_SACK 5
|
||||
+#endif
|
||||
+#ifndef TCPOPT_TIMESTAMP
|
||||
+# define TCPOPT_TIMESTAMP 8
|
||||
+#endif
|
||||
|
||||
enum {
|
||||
O_STRIP_OPTION = 0,
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'iptables'
|
||||
pkgname=iptables
|
||||
version=1.6.0
|
||||
revision=2
|
||||
version=1.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
|
||||
hostmakedepends="pkg-config flex"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.netfilter.org/"
|
||||
license="GPL-2"
|
||||
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
|
||||
checksum=4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60
|
||||
checksum=0fc2d7bd5d7be11311726466789d4c65fb4c8e096c9182b56ce97440864f0cf5
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue