pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/tarsnap tarsnap: update to 1.0.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5c67f0a699b
branches:  trunk
changeset: 373764:f5c67f0a699b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 12 22:58:08 2022 +0000

description:
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:

 sysutils/tarsnap/Makefile |  6 +++---
 sysutils/tarsnap/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r e1fa031dc3da -r f5c67f0a699b sysutils/tarsnap/Makefile
--- a/sysutils/tarsnap/Makefile Sat Feb 12 20:14:19 2022 +0000
+++ b/sysutils/tarsnap/Makefile Sat Feb 12 22:58:08 2022 +0000
@@ -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 @@
 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 -r e1fa031dc3da -r f5c67f0a699b sysutils/tarsnap/distinfo
--- a/sysutils/tarsnap/distinfo Sat Feb 12 20:14:19 2022 +0000
+++ b/sysutils/tarsnap/distinfo Sat Feb 12 22:58:08 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index