diff options
author | pyllyukko <pyllyukko@maimed.org> | 2014-09-18 21:41:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-18 21:41:31 +0700 |
commit | 471ea554731ea808382fb04f1b8c603f27cc1f4f (patch) | |
tree | a8b31cb7f9379ce563ae21fa72f49d779bafff63 /system | |
parent | e34ab8b4d22319e7fd7828b7f4b6d5e17bb244d9 (diff) | |
download | slackbuilds-471ea554731ea808382fb04f1b8c603f27cc1f4f.tar.gz |
system/paxctl: Updated for version 0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/paxctl/README | 5 | ||||
-rw-r--r-- | system/paxctl/paxctl.SlackBuild | 16 | ||||
-rw-r--r-- | system/paxctl/paxctl.info | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/system/paxctl/README b/system/paxctl/README index 3589bd6023..881a2898c0 100644 --- a/system/paxctl/README +++ b/system/paxctl/README @@ -8,5 +8,6 @@ mechanisms are active by default - here paxctl can be used to turn them on for selected programs (e.g., network daemons, programs that process network data such as mail clients, web browsers, etc). -PaX is provided by a separate kernel patch, that you need to install -manually. You can get it from: https://grsecurity.net/ +PaX is provided by a separate kernel patch, that you need to install manually. + +You can get it from: https://grsecurity.net/ diff --git a/system/paxctl/paxctl.SlackBuild b/system/paxctl/paxctl.SlackBuild index db5da3560c..3a4377d534 100644 --- a/system/paxctl/paxctl.SlackBuild +++ b/system/paxctl/paxctl.SlackBuild @@ -6,7 +6,7 @@ # All rights reserved. PRGNAM=paxctl -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,14 +43,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make make install DESTDIR=$PKG MANDIR=/usr/man/man1 @@ -62,9 +62,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - ChangeLog README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/paxctl/paxctl.info b/system/paxctl/paxctl.info index f1c2cbcfc5..6ec92c80c1 100644 --- a/system/paxctl/paxctl.info +++ b/system/paxctl/paxctl.info @@ -1,8 +1,8 @@ PRGNAM="paxctl" -VERSION="0.7" -HOMEPAGE="http://pax.grsecurity.net/" -DOWNLOAD="http://pax.grsecurity.net/paxctl-0.7.tar.bz2" -MD5SUM="25bf9df751976e87be20243e75291263" +VERSION="0.9" +HOMEPAGE="https://pax.grsecurity.net/" +DOWNLOAD="https://pax.grsecurity.net/paxctl-0.9.tar.gz" +MD5SUM="9bea59b1987dc4e16c2d22d745374e64" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |