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

@@ -0,0 +1,11 @@
(package
(name "libpcap")
(version "1.10.6")
(homepage "https://www.tcpdump.org/")
(dependencies xz flex bison)
(src (tar
(url "https://www.tcpdump.org/release/libpcap-1.10.6.tar.xz")
(dir "libpcap-1.10.6")
(blake3 "1e1ea3e7b28b8b7ef574c38cf0ab69094ad307a25e9218615a2f04043448d30c")))
(build
(configure_make)))