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

@@ -0,0 +1,11 @@
(package
(name "bash")
(version "5.3")
(homepage "https://www.gnu.org/software/bash/")
(dependencies make)
(src (tar
(url "https://ftp.gnu.org/gnu/bash/bash-5.3.tar.gz")
(dir "bash-5.3")
(blake3 "5bf3ac6c18f3dc3fe3e049a1e10ea5ae5c5b39dac2356cd796730f49b273fd0f")))
(build
(configure_make)))