postfix, dovecot, redis, lxc, etc

This commit is contained in:
2026-02-22 16:09:24 +01:00
parent aa09771d73
commit 21e48585b5
15 changed files with 148 additions and 4 deletions

11
packages/iptables.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "iptables")
(version "1.8.12")
(homepage "https://www.netfilter.org/projects/iptables/index.html")
(dependencies libmnl libnftnl pkg-config)
(src (tar
(url "https://www.netfilter.org/pub/iptables/iptables-1.8.12.tar.xz")
(dir "iptables-1.8.12")
(blake3 "f785063f0a7c88e5facb08d8df3d85dc23e471fd151fdb2fa07295d4ccfe7e95")))
(build
(configure_make)))