]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - paxctl/paxctl.nm
gnutls: Update to 3.3.4.
[people/ms/ipfire-3.x.git] / paxctl / paxctl.nm
CommitLineData
20d414ed 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
20d414ed
MT
4###############################################################################
5
802ea3af
MT
6name = paxctl
7version = 0.5
8release = 1
20d414ed 9
802ea3af
MT
10groups = Applications/System
11url = http://pax.grsecurity.net/
12license = GPLv2
13summary = Application to control PaX flags.
20d414ed 14
802ea3af
MT
15description
16 paxctl may be used to control PaX flags on a per-binary basis. PaX
17 is a set of kernel security patches to enhance a system's security.
18end
20d414ed 19
802ea3af 20source_dl =
20d414ed 21
802ea3af
MT
22build
23 requires
24 m4
25 end
20d414ed 26
802ea3af
MT
27 build
28 make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}"
29 end
30end
20d414ed 31
802ea3af
MT
32packages
33 package %{name}
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end