iptables: update to 1.8.3.
This commit is contained in:
parent
3226c91297
commit
fe0af91768
@ -633,9 +633,9 @@ libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
|
|||||||
libgdata.so.22 libgdata-0.17.9_1
|
libgdata.so.22 libgdata-0.17.9_1
|
||||||
libpcap.so.1 libpcap-1.1.1_1
|
libpcap.so.1 libpcap-1.1.1_1
|
||||||
libiptc.so.0 iptables-1.4.7_1
|
libiptc.so.0 iptables-1.4.7_1
|
||||||
libip6tc.so.0 iptables-1.4.7_1
|
libip6tc.so.2 iptables-1.8.3_1
|
||||||
libxtables.so.12 iptables-1.6.1_1
|
libxtables.so.12 iptables-1.6.1_1
|
||||||
libip4tc.so.0 iptables-1.4.7_1
|
libip4tc.so.2 iptables-1.8.3_1
|
||||||
libipq.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
|
libnm-util.so.2 libnm-0.9.1.90_1
|
||||||
libnm-glib.so.4 libnm-0.9.1.90_1
|
libnm-glib.so.4 libnm-0.9.1.90_1
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
From e8ba70f898179ede0170e36db49ca27570b12371 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nathan <ndowens04@gmail.com>
|
|
||||||
Date: Wed, 9 Jan 2019 21:03:56 -0600
|
|
||||||
Subject: [PATCH 1/2] Fix glibc build
|
|
||||||
|
|
||||||
---
|
|
||||||
include/linux/netfilter.h | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git include/linux/netfilter.h include/linux/netfilter.h
|
|
||||||
index c3f087a..c934044 100644
|
|
||||||
--- include/linux/netfilter.h
|
|
||||||
+++ include/linux/netfilter.h
|
|
||||||
@@ -2,9 +2,10 @@
|
|
||||||
#define __LINUX_NETFILTER_H
|
|
||||||
|
|
||||||
#include <linux/types.h>
|
|
||||||
-
|
|
||||||
+#ifndef __GLIBC__
|
|
||||||
#include <linux/in.h>
|
|
||||||
#include <linux/in6.h>
|
|
||||||
+#endif
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
/* Responses from hook functions. */
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
From 3186b4418d5c11fd7943623722478eec9727282a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nathan <ndowens04@gmail.com>
|
|
||||||
Date: Wed, 9 Jan 2019 21:04:59 -0600
|
|
||||||
Subject: [PATCH 2/2] Fix musl build
|
|
||||||
|
|
||||||
---
|
|
||||||
extensions/libebt_vlan.c | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git extensions/libebt_vlan.c extensions/libebt_vlan.c
|
|
||||||
index 4a2eb71..a5c7dc4 100644
|
|
||||||
--- extensions/libebt_vlan.c
|
|
||||||
+++ extensions/libebt_vlan.c
|
|
||||||
@@ -13,7 +13,9 @@
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <xtables.h>
|
|
||||||
#include <linux/netfilter_bridge/ebt_vlan.h>
|
|
||||||
+#ifdef __GLIBC__
|
|
||||||
#include <linux/if_ether.h>
|
|
||||||
+#endif
|
|
||||||
#include "iptables/nft.h"
|
|
||||||
#include "iptables/nft-bridge.h"
|
|
||||||
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'iptables'
|
# Template file for 'iptables'
|
||||||
pkgname=iptables
|
pkgname=iptables
|
||||||
version=1.8.2
|
version=1.8.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
|
configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
|
||||||
@ -11,8 +11,8 @@ short_desc="Linux IPv[46] packet filtering ruleset"
|
|||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.netfilter.org/"
|
homepage="https://www.netfilter.org/"
|
||||||
distfiles="${homepage}/projects/iptables/files/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
|
||||||
checksum=a3778b50ed1a3256f9ca975de82c2204e508001fc2471238c8c97f3d1c4c12af
|
checksum=a23cac034181206b4545f4e7e730e76e08b5f3dd78771ba9645a6756de9cdd80
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
rm include/linux/types.h
|
rm include/linux/types.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user