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/iproute2.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "iproute2")
(version "6.19.0")
(homepage "https://wiki.linuxfoundation.org/networking/iproute2")
(dependencies flex bison elfutils libbpf)
(src (tar
(url "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.19.0.tar.gz")
(dir "iproute2-6.19.0")
(blake3 "909b2f5b5cdfc4de6810c78c74980ecc466374c03c17c16791ac7ab10d9223a1")))
(build
(configure_make)))