Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5b72f3b6e6362c61b13f775a1111bb82283ee676)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5b72f3b6e6362c61b13f775a1111bb82283ee676)
  • Date: Sun, 2 Jun 2019 01:35:17 +0000

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 +++
z-backup/tarsnap/BUILD | 3 +++
z-backup/tarsnap/DEPENDS | 33 +++++++++++++++++++++++++++++++++
z-backup/tarsnap/DETAILS | 22 ++++++++++++++++++++++
z-backup/tarsnap/HISTORY | 3 +++
z-backup/tarsnap/PREPARE | 1 +
z-backup/tarsnap/tarsnap-2019.gpg |binary
7 files changed, 65 insertions(+)

New commits:
commit 5b72f3b6e6362c61b13f775a1111bb82283ee676
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tarsnap: new spell, online backups for the truly paranoid

diff --git a/ChangeLog b/ChangeLog
index c802acd..ae83b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-06-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * z-backup/tarsnap: new spell, online backups for the truly paranoid
+
2018-10-02 Vlad Glagolev <stealth AT sourcemage.org>
* z-utils/daemontools: removed, as it's been migrated to main grimoire

diff --git a/z-backup/tarsnap/BUILD b/z-backup/tarsnap/BUILD
new file mode 100755
index 0000000..6ba1f83
--- /dev/null
+++ b/z-backup/tarsnap/BUILD
@@ -0,0 +1,3 @@
+OPTS="--with-conf-no-sample ${OPTS}" &&
+
+default_build
diff --git a/z-backup/tarsnap/DEPENDS b/z-backup/tarsnap/DEPENDS
new file mode 100755
index 0000000..0ba42dd
--- /dev/null
+++ b/z-backup/tarsnap/DEPENDS
@@ -0,0 +1,33 @@
+depends SSL &&
+depends zlib &&
+depends e2fsprogs &&
+
+optional_depends acl \
+ "--enable-acl" \
+ "--disable-acl" \
+ "for ACL support" &&
+
+optional_depends attr \
+ "--enable-xattr" \
+ "--disable-xattr" \
+ "for Extended Attributes support" &&
+
+optional_depends bzip2 \
+ "--with-bz2lib" \
+ "--without-bz2lib" \
+ "for bzip2 compression support" &&
+
+optional_depends LZMA \
+ "--with-lzma" \
+ "--without-lzma" \
+ "for xz support through lzma" &&
+
+optional_depends lzma-utils \
+ "--with-lzmadec" \
+ "--without-lzmadec" \
+ "for lzma support through lzmadec" &&
+
+optional_depends bash-completion \
+ "--with-bash-completion-dir" \
+ "--without-bash-completion-dir" \
+ "to install bash completion script"
diff --git a/z-backup/tarsnap/DETAILS b/z-backup/tarsnap/DETAILS
new file mode 100755
index 0000000..49d2654
--- /dev/null
+++ b/z-backup/tarsnap/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=tarsnap
+ VERSION=1.0.39
+ SOURCE=${SPELL}-autoconf-${VERSION}.tgz
+ SOURCE_URL[0]=https://www.tarsnap.com/download/${SOURCE}
+
SOURCE_HASH=sha256:5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082:UPSTREAM_HASH
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-autoconf-${VERSION}"
+ WEB_SITE=https://www.tarsnap.com/
+ LICENSE[0]=https://www.tarsnap.com/legal.html
+ ENTERED=20190601
+ REJECT="non-modification license and can be used for the sole
purpose of accessing the service"
+ SHORT="online backups for the truly paranoid"
+cat << EOF
+Tarsnap is an online encrypted backup service. It presents a tar-like
+command-line interface, but stores data online rather than locally;
+using ideas taken from the author's FreeBSD Update and Portsnap
+utilities, it maximizes performance by recognizing duplicate data and
+only storing it once, and cryptographically encrypts and signs archives
+using locally-held keys in order to guarantee that nobody without access
+to the key file (including the author) can read or modify archives.
+
+See https://www.tarsnap.com for details or to sign up for this service.
+EOF
diff --git a/z-backup/tarsnap/HISTORY b/z-backup/tarsnap/HISTORY
new file mode 100644
index 0000000..1b324e0
--- /dev/null
+++ b/z-backup/tarsnap/HISTORY
@@ -0,0 +1,3 @@
+2019-06-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, PREPARE, tarsnap-2019.gpg: created spell,
+ version 1.0.39
diff --git a/z-backup/tarsnap/PREPARE b/z-backup/tarsnap/PREPARE
new file mode 100755
index 0000000..5cd10cb
--- /dev/null
+++ b/z-backup/tarsnap/PREPARE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/REJECTED_MSG"
diff --git a/z-backup/tarsnap/tarsnap-2019.gpg
b/z-backup/tarsnap/tarsnap-2019.gpg
new file mode 100644
index 0000000..55e70b4
Binary files /dev/null and b/z-backup/tarsnap/tarsnap-2019.gpg differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5b72f3b6e6362c61b13f775a1111bb82283ee676), Vlad Glagolev, 06/01/2019

Archive powered by MHonArc 2.6.24.

Top of Page