* update iptables to 1:1.8.10-2
This commit is contained in:
parent
6d9a9a4a3a
commit
d99d1b8dac
@ -5,7 +5,7 @@
|
||||
pkgbase=iptables
|
||||
pkgname=(iptables iptables-nft)
|
||||
pkgver=1.8.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Linux kernel packet control tool'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -13,6 +13,7 @@ license=(GPL2)
|
||||
url='https://www.netfilter.org/projects/iptables/index.html'
|
||||
depends=(libnftnl libpcap libnfnetlink libnetfilter_conntrack bash)
|
||||
makedepends=(linux-api-headers)
|
||||
provides=(libip4tc.so libip6tc.so libipq.so libxtables.so)
|
||||
backup=(etc/ethertypes etc/iptables/{ip,ip6}tables.rules)
|
||||
source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.xz{,.sig}
|
||||
empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules
|
||||
@ -73,7 +74,7 @@ package_iptables() {
|
||||
package_iptables-nft() {
|
||||
pkgdesc+=' (using nft interface)'
|
||||
depends+=(nftables)
|
||||
provides=(iptables arptables ebtables)
|
||||
provides+=(iptables arptables ebtables)
|
||||
conflicts=(iptables arptables ebtables)
|
||||
backup+=(etc/{arp,eb}tables.conf)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user