aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/net-tools/package.az
blob: 62a5028910d87c8c34e292eb23d0a3e60aedcbd7 (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
27
28
29
30
31
32
33
package net-tools {
	description = "the collection of base networking utilities for Linux";
	anitya = 10231;

	version# = "2.10";
	source = remoteTar {
		url = "https://downloads.sourceforge.net/project/net-tools/"+
			"net-tools-"+version+".tar.xz";
		compress = xz;
		checksum = "YLmSUeHOYnhYhjvnisX6MQNkPJRzOIgSZBHRiWmBdzzziWYJVY6hOpM8eWnAZ11N";
	};
	patches = [
		"CVE-2025-46836.patch",
		"GHSA-h667-qrp8-gj58.patch",
		"f84cd22a921c25c56a6c194d4825dbd9ceea0e5f.patch",
		"GHSA-w7jq-cmw2-cq59.patch",
	];

	enterSource = true;
	writable = true;

	exec = make {
		chdir = false;
		configureName = "(set +o pipefail && yes '' | make config)";
		check = nil;
	};

	inputs = [
		bash,

		kernel-headers,
	];
}