diff options
author | Tim Biermann <tbier@posteo.de> | 2021-03-04 09:39:20 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-03-04 09:39:20 +0000 |
commit | f4de0719ef6bc535a47170233df73ca8c2515d5e (patch) | |
tree | b9ff18b20e7b39c22fe6dac229bb4da349022376 /gradm | |
parent | e46445130a7b48d09c3993a13870c877aaa429c9 (diff) | |
download | contrib-f4de0719ef6bc535a47170233df73ca8c2515d5e.tar.gz contrib-f4de0719ef6bc535a47170233df73ca8c2515d5e.tar.xz |
gradm: deleted unmaintained port
Diffstat (limited to 'gradm')
-rw-r--r-- | gradm/.footprint | 16 | ||||
-rw-r--r-- | gradm/.signature | 5 | ||||
-rw-r--r-- | gradm/Pkgfile | 20 | ||||
-rw-r--r-- | gradm/post-install | 4 |
4 files changed, 0 insertions, 45 deletions
diff --git a/gradm/.footprint b/gradm/.footprint deleted file mode 100644 index 6aa010beb..000000000 --- a/gradm/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root etc/ -drwx------ root/root etc/grsec/ --rw------- root/root etc/grsec/learn_config --rw------- root/root etc/grsec/policy -drwxr-xr-x root/root etc/udev/ -drwxr-xr-x root/root etc/udev/rules.d/ --rw-r--r-- root/root etc/udev/rules.d/80-grsec.rules -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/gradm --rwsr-xr-x root/root sbin/gradm_pam --rwx------ root/root sbin/grlearn -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/gradm.8.gz diff --git a/gradm/.signature b/gradm/.signature deleted file mode 100644 index 852299b6e..000000000 --- a/gradm/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38F16LcvVhmXlwzlp/+Q7YGsKULbMr+xRU2vqWv/WCyxC+hr1jdfsnIci7IXS2pDUlKtTdBwan0Mwx3Mn/Fc4gA= -SHA256 (Pkgfile) = 0e6f34535c22aca399af86e89b62ee462f339cf5aab3071324bbb6faba549056 -SHA256 (.footprint) = 835e569523c2a8f197c940be1624c95621022de9b905336d4800df4feeb792d2 -SHA256 (gradm-3.1-202012071814.tar.gz) = 82197d3f6218b121dc26c57125b1707c54b5093676c4bc5dbf285d93fd4e646e diff --git a/gradm/Pkgfile b/gradm/Pkgfile deleted file mode 100644 index c447e3ccf..000000000 --- a/gradm/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: grsecurity RBAC administration utility -# URL: https://grsecurity.net/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: - -name=gradm -version=3.1-202012071814 -release=1 -source=(https://grsecurity.net/stable/gradm-$version.tar.gz) - -build() { - cd $name - - install -d $PKG/etc/udev/rules.d - - make - make DESTDIR=$PKG MANDIR=/usr/share/man install - - rm -r $PKG/dev -} diff --git a/gradm/post-install b/gradm/post-install deleted file mode 100644 index 1f03d946b..000000000 --- a/gradm/post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# make /dev/grsec appear, if the kernel supports it -/sbin/udevadm trigger --action=change |