summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/tarsnap/tarsnap.SlackBuild12
-rw-r--r--system/tarsnap/tarsnap.info10
2 files changed, 12 insertions, 10 deletions
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index b37bfc53cf..64fc44e48f 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -6,6 +6,8 @@
# as a series of careful modifications to the excellent
# http://slackbuilds.org/template.SlackBuild
+# Modified by Ryan P.C. McQuen, WA, ryan.q@linux.com
+
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
@@ -20,7 +22,7 @@
PRGNAM=tarsnap
-VERSION=${VERSION:-1.0.26}
+VERSION=${VERSION:-1.0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,10 +53,10 @@ tar xvf $CWD/$PRGNAM-autoconf-$VERSION.tgz
cd $PRGNAM-autoconf-$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 {} \;
./configure \
--prefix=/usr \
diff --git a/system/tarsnap/tarsnap.info b/system/tarsnap/tarsnap.info
index 206fc789a7..44f4edca17 100644
--- a/system/tarsnap/tarsnap.info
+++ b/system/tarsnap/tarsnap.info
@@ -1,10 +1,10 @@
PRGNAM="tarsnap"
-VERSION="1.0.26"
+VERSION="1.0.35"
HOMEPAGE="http://www.tarsnap.com"
-DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.26.tgz"
-MD5SUM="af17bca75ad6d4d0366d5df956090c8d"
+DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz"
+MD5SUM="74daeff5479ec6f101a903f4047b526f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Justin H Haynes"
-EMAIL="justin at justinhaynes dot com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"