summaryrefslogtreecommitdiff
path: root/sysutils/tarsnap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-12 22:58:08 +0000
committerwiz <wiz@pkgsrc.org>2022-02-12 22:58:08 +0000
commita9b2c790e5a06d3485b1caf978f397e3faa82615 (patch)
treeadb19b7fddd27860e6f7f92e809f2d24dcccd5fa /sysutils/tarsnap
parent82186fb30cf5b12160a05e9c621cf51c4f3dfcf8 (diff)
downloadpkgsrc-a9b2c790e5a06d3485b1caf978f397e3faa82615.tar.gz
tarsnap: update to 1.0.40.
Tarsnap 1.0.40 is now available. This version brings several improvements compared to tarsnap 1.0.39: * tarsnap now accepts a --resume-extract option to skip extracting files whose filesize and mtime match existing files on disk. * tarsnap now accepts --progress-bytes SIZE, which prints a progress message after each SIZE bytes are processed, up to once per file. This can be disabled with --no-progress-bytes. * tarsnap now accepts a --passphrase method:arg option which accepts: * --passphrase dev:tty-stdin * --passphrase dev:stdin-once * --passphrase dev:tty-once * --passphrase env:VARNAME * --passphrase file:FILENAME * tarsnap now accepts a --dump-config option to print the command-line and all non-blank lines read from config files. * tarsnap now exits with an error if there are unused command-line arguments. (i.e. "tarsnap -d -f a1 a2", where "a2" is unused.) * Improved performance on some x86, amd64, and arm64 systems by using cryptographic instruction set extensions. * When sent SIGINFO or SIGUSR1, tarsnap now prints the number of files and the number of uncompressed bytes processed, in addition to the previous output. * A zsh completion file can be installed with configure --with-zsh-completion=DIR. As usual, there are also lots of minor build fixes, harmless bug fixes, and code cleanups.
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r--sysutils/tarsnap/Makefile6
-rw-r--r--sysutils/tarsnap/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile
index 4077f77f191..a887e77d336 100644
--- a/sysutils/tarsnap/Makefile
+++ b/sysutils/tarsnap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/04/06 20:40:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2022/02/12 22:58:08 wiz Exp $
-DISTNAME= tarsnap-autoconf-1.0.39
+DISTNAME= tarsnap-autoconf-1.0.40
PKGNAME= ${DISTNAME:S/-autoconf//}
-PKGREVISION= 2
CATEGORIES= sysutils archivers security
MASTER_SITES= https://www.tarsnap.com/download/
EXTRACT_SUFX= .tgz
@@ -15,6 +14,7 @@ LICENSE= tarsnap-license
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap
+TEST_TARGET= test
CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf
diff --git a/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo
index ce344e29b75..12e6f06c87e 100644
--- a/sysutils/tarsnap/distinfo
+++ b/sysutils/tarsnap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:20:16 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/02/12 22:58:08 wiz Exp $
-BLAKE2s (tarsnap-autoconf-1.0.39.tgz) = 4ac48487bf506fadd838a5c87b8cce83a95dbd4efae877962cd4bc4979ab1b82
-SHA512 (tarsnap-autoconf-1.0.39.tgz) = dec8a72144a3a7fd42b006933c904b812894ca9fe2c57ecc4fbba817b9b49c8f15517530a00b0c3a9897e3182b4d9aee525334537806a9c4f7308086678fa2b4
-Size (tarsnap-autoconf-1.0.39.tgz) = 641089 bytes
+BLAKE2s (tarsnap-autoconf-1.0.40.tgz) = 6945aed985bae52458785106558d01c553ed23e59e6d33814295739ec81b2175
+SHA512 (tarsnap-autoconf-1.0.40.tgz) = a4910c5cbea4a71218638703ba3140e5536a2c9bb7f35007115a7ae4a87fcd07b1be91d88e49240ee8db39be326bac049c0893c1406f215123d55a13b7b57941
+Size (tarsnap-autoconf-1.0.40.tgz) = 723380 bytes