paxctl: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:25:40 +00:00
parent 4b01a9e8be
commit a1255861ce
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 26 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root sbin/
-r-xr-xr-x root/root sbin/paxctl
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
-r--r--r-- root/root usr/share/man/paxctl.1

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35XYPD5w6O3tFMY0/zCjJ0syDbjuzLOXF9sKBJIi21fT12mRzRJlgmZS6syRBonfb31PDOMf8gu4zFgR07lnaQg=
SHA256 (Pkgfile) = 144993038ea81fd612b09adf673c12d1864470c73486134e526a45976dd0544f
SHA256 (.footprint) = e56c59c5cd6eb18b809a6199ea6c99cc3d06100f06524114069aa0edfff03b72
SHA256 (paxctl-0.9.tar.gz) = a330ddd812688169802a3ba29e5e3b19956376b8f6f73b8d7e9586eb04423c2e

View File

@ -1,15 +0,0 @@
# Description: user-space utility for controlling PaX flags of executables
# URL: https://pax.grsecurity.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=paxctl
version=0.9
release=2
source=(https://pax.grsecurity.net/paxctl-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/share/man install
}