suricata, elixir, tcpdump

This commit is contained in:
2026-02-22 14:21:46 +01:00
parent 3f2768ebf7
commit aa09771d73
9 changed files with 89 additions and 1 deletions

11
packages/file.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "file")
(version "5.46")
(homepage "https://www.darwinsys.com/file/")
(dependencies make)
(src (tar
(url "http://ftp.astron.com/pub/file/file-5.46.tar.gz")
(dir "file-5.46")
(blake3 "b90f74a21efef2d49572add801a2dd450c61e886f9d56af76f9dcb656268edbc")))
(build
(configure_make)))