diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-02 08:53:59 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-02 08:53:59 +0000 |
| commit | bdfbadcd29eb0191c9bb2b41185147ccb9d4dae2 (patch) | |
| tree | b8148b76280980fffb4d8a218ab90b32db9f571d /repos/extra/iptables/abuild | |
| parent | f7d898413decd0ec4b612a04ba1a676db7ba62b4 (diff) | |
| download | alicelinux-bdfbadcd29eb0191c9bb2b41185147ccb9d4dae2.tar.gz alicelinux-bdfbadcd29eb0191c9bb2b41185147ccb9d4dae2.zip | |
iptables: updated to 1.8.13
Diffstat (limited to 'repos/extra/iptables/abuild')
| -rw-r--r-- | repos/extra/iptables/abuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/repos/extra/iptables/abuild b/repos/extra/iptables/abuild index 7a7dbe6b..69589809 100644 --- a/repos/extra/iptables/abuild +++ b/repos/extra/iptables/abuild @@ -1,10 +1,7 @@ name=iptables -version=1.8.11 +version=1.8.13 release=1 source="https://www.netfilter.org/projects/${name}/files/${name}-${version}.tar.xz - configure-Avoid-addition-assignment-operators.patch - drop-interface-mask-leftovers-from-post-parse-callbacks.patch - fix-interface-comparissons-in-dash-C-commands.patch use-sh-iptables-apply.patch" build_opt="--disable-nftables" |