gradm: 201701031918 -> 201903191516; corrected mandir
This commit is contained in:
parent
2e35d47661
commit
c1bc47b36d
@ -7,8 +7,10 @@ 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/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/gradm.8.gz
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34H59Vr4j0IMvEtOyl8HlJ+483MRW71sH0NxLnk+gEjgLjNhOdO4CXzkDjcrIfFgXiAtyZg2TiqQD/gexhXNvgI=
|
||||
SHA256 (Pkgfile) = adbeefda30009543635af7c9e671af52a39997854e9896ce86dd2eaf2c0b6843
|
||||
SHA256 (.footprint) = a9bbcadd3a3f9779505a6212af74e8219a22f46b9e4ab264bbacd4a58bfb7431
|
||||
SHA256 (gradm-3.1-201701031918.tar.gz) = 794eca5fa9f51520ab4a83b8884cb90e7715061f3102bc896d78674b2c2ad94d
|
||||
RWSagIOpLGJF319B/fWcLvBvK8JN6bnwfCJA3ekEB3d68caUEa3Fjhh+plX+MdFUGuG+r3BMARZ7YroWDHiGb+98cRim/8bFfgk=
|
||||
SHA256 (Pkgfile) = c7c56f51bd5899aa25ea789cc4b6b00dd973f50a5eb64ce8938b55f7b5cf7f5e
|
||||
SHA256 (.footprint) = 835e569523c2a8f197c940be1624c95621022de9b905336d4800df4feeb792d2
|
||||
SHA256 (gradm-3.1-201903191516.tar.gz) = d3a0b6383ff97a2054941d71133c737efae66afdd8eef59346c031ae15c75ff3
|
||||
|
@ -4,19 +4,17 @@
|
||||
# Depends on:
|
||||
|
||||
name=gradm
|
||||
version=201701031918
|
||||
version=3.1-201903191516
|
||||
release=1
|
||||
source=(https://grsecurity.net/stable/gradm-3.1-$version.tar.gz)
|
||||
source=(https://grsecurity.net/stable/gradm-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
|
||||
cd $name
|
||||
cd $name
|
||||
|
||||
install -d $PKG/etc/udev/rules.d
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG MANDIR=/usr/man install
|
||||
make DESTDIR=$PKG MANDIR=/usr/share/man install
|
||||
|
||||
rm -r $PKG/dev
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user