# # The main firewall program in GNU/Linux. # # iptables is the userspace command line program used to configure the # Linux 2.4.x and later packet filtering ruleset. It is targeted towards # system administrators. # # Since Network Address Translation is also configured from the packet # filter ruleset, iptables is used for this, too. # # The iptables package also includes ip6tables. ip6tables is used for # configuring the IPv6 packet filter. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=iptables pkgversion=1.8.8 arch=amd64 release=1 pkgcategory="networking" full_pkgname=iptables_1.8.8_amd64-1@networking blurb="The main firewall program in GNU/Linux." homepage="https://www.netfilter.org/projects/iptables/index.html" license="GPLv2 only" fetch="https://www.netfilter.org/projects/iptables/files/iptables-1.8.8.tar.bz2" replace=""