From 227999748fb48e22347e96cff8d65994ac158b35 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 1 Oct 2018 02:41:59 -0400 Subject: development/xtruss: Updated for version 20181001.82973f5. Signed-off-by: B. Watson --- development/xtruss/xtruss.SlackBuild | 11 +++++------ development/xtruss/xtruss.info | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'development/xtruss') diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild index 9fbea5fecb..894639819e 100644 --- a/development/xtruss/xtruss.SlackBuild +++ b/development/xtruss/xtruss.SlackBuild @@ -5,8 +5,10 @@ # Written by V'yacheslav Stetskevych # Modified by B. Watson +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + PRGNAM=xtruss -VERSION=${VERSION:-20150926.f43ba98} +VERSION=${VERSION:-20181001.82973f5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,11 +48,8 @@ rm -rf $PRGNAM-$VERSION 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/development/xtruss/xtruss.info b/development/xtruss/xtruss.info index f44e86b3b4..e0b6fe1865 100644 --- a/development/xtruss/xtruss.info +++ b/development/xtruss/xtruss.info @@ -1,8 +1,8 @@ PRGNAM="xtruss" -VERSION="20150926.f43ba98" +VERSION="20181001.82973f5" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/" -DOWNLOAD="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20150926.f43ba98.tar.gz" -MD5SUM="2beb74c0de3c274df1641ad8bb5b3ad7" +DOWNLOAD="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20181001.82973f5.tar.gz" +MD5SUM="21f7dbdac0caf4199cbf581445454718" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3