pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/tarsnap
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 12 22:58:08 UTC 2022
Modified Files:
pkgsrc/sysutils/tarsnap: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/tarsnap/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/tarsnap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/tarsnap/Makefile
diff -u pkgsrc/sysutils/tarsnap/Makefile:1.17 pkgsrc/sysutils/tarsnap/Makefile:1.18
--- pkgsrc/sysutils/tarsnap/Makefile:1.17 Mon Apr 6 20:40:28 2020
+++ pkgsrc/sysutils/tarsnap/Makefile Sat Feb 12 22:58:08 2022
@@ -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
Index: pkgsrc/sysutils/tarsnap/distinfo
diff -u pkgsrc/sysutils/tarsnap/distinfo:1.13 pkgsrc/sysutils/tarsnap/distinfo:1.14
--- pkgsrc/sysutils/tarsnap/distinfo:1.13 Tue Oct 26 11:20:16 2021
+++ pkgsrc/sysutils/tarsnap/distinfo Sat Feb 12 22:58:08 2022
@@ -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