diff options
Diffstat (limited to 'internal/rosa/package/libseccomp/package.az')
| -rw-r--r-- | internal/rosa/package/libseccomp/package.az | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/internal/rosa/package/libseccomp/package.az b/internal/rosa/package/libseccomp/package.az deleted file mode 100644 index 71069849..00000000 --- a/internal/rosa/package/libseccomp/package.az +++ /dev/null @@ -1,26 +0,0 @@ -package libseccomp { - description = "an interface to the Linux Kernel's syscall filtering mechanism"; - website = "https://github.com/seccomp/libseccomp"; - anitya = 13823; - - version# = "2.6.0"; - source = remoteGitHubRelease { - suffix = "seccomp/libseccomp"; - tag = "v"+version; - name = "libseccomp-"+version+".tar.gz"; - checksum = "mMu-iR71guPjFbb31u-YexBaanKE_nYPjPux-vuBiPfS_0kbwJdfCGlkofaUm-EY"; - compress = gzip; - }; - patches = [ "fix-export-oob-read.patch" ]; - - bin = [ "bash" ]; - exec = make {}; - - inputs = [ - bash, - diffutils, - gperf, - - kernel-headers, - ]; -} |
