38 lines
938 B
Plaintext
38 lines
938 B
Plaintext
name: iptables
|
|
description: userspace CLI program used to configure the Linux packet filtering ruleset
|
|
version: 1.8.12
|
|
revision: 1
|
|
url: https://www.netfilter.org/projects/iptables/index.html
|
|
license: GPL2-only
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
keep:
|
|
- etc/ethertypes
|
|
- etc/iptables/iptables.rules
|
|
- etc/iptables/ip6tables.rules
|
|
depends:
|
|
- libnetfilter_conntrack
|
|
- libnfnetlink
|
|
- libnftnl
|
|
- libpcap
|
|
- nftables
|
|
downloads:
|
|
- url: https://www.netfilter.org/projects/iptables/files/iptables-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 8e7ee962601492de6503d171d4a948092ab18f89f111de72e3037c1f40cfb846
|
|
split_packages:
|
|
- name: iptables
|
|
conflicts:
|
|
- iptables-legacy
|
|
- name: iptables-legacy
|
|
depends:
|
|
- libnetfilter_conntrack
|
|
- libnfnetlink
|
|
- libnftnl
|
|
- libpcap
|
|
conflicts:
|
|
- iptables
|