summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Stevens2016-06-06 15:40:22 +0200
committer Willy Sudiarto Raharjo2016-06-08 03:33:37 +0200
commit78506f44ef4c003d996298a5d879351d001f916a (patch)
tree34018013312b076d0f88e2fe60169ca4fdb88fb7
parent0f6e7fd029af6e4cb0096734aa6587db922fb633 (diff)
downloadslackbuilds-78506f44ef4c003d996298a5d879351d001f916a.tar.gz
system/tarsnap: Updated for version 1.0.37 + new maintainer.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r--system/tarsnap/README11
-rw-r--r--system/tarsnap/slack-desc6
-rw-r--r--system/tarsnap/tarsnap.SlackBuild7
-rw-r--r--system/tarsnap/tarsnap.info10
4 files changed, 19 insertions, 15 deletions
diff --git a/system/tarsnap/README b/system/tarsnap/README
index ea149f5165..a66412ec76 100644
--- a/system/tarsnap/README
+++ b/system/tarsnap/README
@@ -1,7 +1,8 @@
-Encrypted Snapshotted Remote Backup Service
+Tarsnap: Online backups for the truly paranoid
-Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
-is an online encrypted snapshotted backup service.
+Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
+is an online snapshotted backup service featuring client-side encryption
+and deduplication.
-Please note that this is only the client. In order to use tarsnap, one must
-subscribe to the Tarsnap service - see their website for details.
+Please note that this is only the client. In order to use tarsnap you must
+subscribe to the service. Please visit https://tarsnap.com for further details.
diff --git a/system/tarsnap/slack-desc b/system/tarsnap/slack-desc
index e844d1d469..0847284129 100644
--- a/system/tarsnap/slack-desc
+++ b/system/tarsnap/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-tarsnap: tarsnap (Encrypted Snapshotted Remote Backup Service)
+tarsnap: tarsnap (Client-Side Encrypted Snapshotted Remote Backup Service)
tarsnap:
tarsnap: Colin Percival's program 'tarsnap' to be used as a part of Tarsnap.
-tarsnap: Tarsnap is an online encrypted snapshotted backup service.
+tarsnap: Tarsnap is an online snapshotted backup service featuring client-side
+tarsnap: encryption and deduplication.
tarsnap:
tarsnap: http://www.tarsnap.com
tarsnap:
tarsnap:
tarsnap:
tarsnap:
-tarsnap:
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index 64fc44e48f..95945027db 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -22,7 +22,7 @@
PRGNAM=tarsnap
-VERSION=${VERSION:-1.0.35}
+VERSION=${VERSION:-1.0.37}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -43,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
# feeding same to the configure script, but the tarsnap configure script
# figures out the architecture itself.
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -87,6 +87,9 @@ ARCH=$(grep build_cpu Makefile | cut -d= -f 2 | sed s/^\ //)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ COPYING \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/tarsnap/tarsnap.info b/system/tarsnap/tarsnap.info
index 44f4edca17..04624a7f40 100644
--- a/system/tarsnap/tarsnap.info
+++ b/system/tarsnap/tarsnap.info
@@ -1,10 +1,10 @@
PRGNAM="tarsnap"
-VERSION="1.0.35"
+VERSION="1.0.37"
HOMEPAGE="http://www.tarsnap.com"
-DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz"
-MD5SUM="74daeff5479ec6f101a903f4047b526f"
+DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.37.tgz"
+MD5SUM="755492b15a2ab53286182c3ba5f05c94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryan.q@linux.com"
+MAINTAINER="Andrew Stevens"
+EMAIL="andrew@omniarch.is"