aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libseccomp/package.az
blob: 71069849c460495b196fa6f0e8ac06411e8268c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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,
	];
}