]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
paxctl: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2022 10:59:54 +0000 (10:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2022 10:59:54 +0000 (10:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
paxctl/paxctl.nm [deleted file]

diff --git a/paxctl/paxctl.nm b/paxctl/paxctl.nm
deleted file mode 100644 (file)
index d749fb4..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = paxctl
-version    = 0.8
-release    = 2
-
-groups     = Applications/System
-url        = http://pax.grsecurity.net/
-license    = GPLv2
-summary    = Application to control PaX flags.
-
-description
-       paxctl may be used to control PaX flags on a per-binary basis. PaX
-       is a set of kernel security patches to enhance a system's security.
-end
-
-source_dl  = https://pax.grsecurity.net/
-
-build
-       requires
-               m4
-       end
-
-       build
-               make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end