diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-02 22:30:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-02 22:30:13 +0900 |
| commit | 8c853c3eb6a281853daf65679192b08a0ff21fb3 (patch) | |
| tree | 6a17b3941f1c15bb5b18e8bd4653c646d31884cf /internal/rosa/package/libseccomp.az | |
| parent | d2f322e911001ec3a17aef57c01036859b507d80 (diff) | |
internal/rosa/package/libseccomp: 2.6.0 to 2.6.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libseccomp.az')
| -rw-r--r-- | internal/rosa/package/libseccomp.az | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/internal/rosa/package/libseccomp.az b/internal/rosa/package/libseccomp.az new file mode 100644 index 00000000..37231185 --- /dev/null +++ b/internal/rosa/package/libseccomp.az @@ -0,0 +1,25 @@ +package libseccomp { + description = "an interface to the Linux Kernel's syscall filtering mechanism"; + website = "https://github.com/seccomp/libseccomp"; + anitya = 13823; + + version# = "2.6.1"; + source = remoteGitHubRelease { + suffix = "seccomp/libseccomp"; + tag = "v"+version; + name = "libseccomp-"+version+".tar.gz"; + checksum = "YiiUqaQA9EUDSeC3CifYJLJHT9DwkqQtW21ek0H3HzEG7_I9Yn5-pLt5ybQqpEEt"; + compress = gzip; + }; + + bin = [ "bash" ]; + exec = make {}; + + inputs = [ + bash, + diffutils, + gperf, + + kernel-headers, + ]; +} |
