ports/core (3.7): iptables: use https, made nftables optionally enabled and syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 6caedb62afa7a2b845bccca8b95e65240c5ff01e Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:17:22 2021 +0100 iptables: use https, made nftables optionally enabled and syntax diff --git a/iptables/.signature b/iptables/.signature index 4d3b1cea..60f3b546 100644 --- a/iptables/.signature +++ b/iptables/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqp+WQ35I5LE0rJ2SsXZPHSesyMfgSIpFtSIXbes6Mn3yBtrQLsBROY/HZrNH23qdY9TiNao+DdbRkz2gHhNKmw4= -SHA256 (Pkgfile) = 9efc1b16ac6fdb76b998482de0d29d1bdffb6a92790993092da9c1da2f8b174f +RWRJc1FUaeVeqv2CU1v1kr0hfaEcdjkjhYQ8KlXSKbN4P3TGZTP0O6ysmGgalz/I1Sp8Ji89/bIR4BHZEylBnsx2j++nF9hoJQ8= +SHA256 (Pkgfile) = a466ad5c646387a665046684e940fdc62c8ed2f58d78a97655f8626b4c41ca46 SHA256 (.footprint) = 06545581d424fe7df1b48f8da1162c59d1061d4e41828c3580e363d83bdcb6ad SHA256 (iptables-1.8.7.tar.bz2) = c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 46912016..bad00775 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -1,20 +1,21 @@ # Description: A Linux kernel packet filter control tool -# URL: http://www.iptables.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://www.iptables.org/ +# Maintainer: CRUX System Team, core-ports at crux dot nu name=iptables version=1.8.7 -release=1 +release=2 source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2) build () { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --libexecdir=/usr/lib \ - --enable-libipq \ - --disable-nftables + prt-get isinst nftables || PKGMK_IPTABLES="--disable-nftables" - make - make DESTDIR=$PKG install + ./configure --prefix=/usr $PKGMK_IPTABLES \ + --libexecdir=/usr/lib \ + --enable-libipq + + make + make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu