Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EEE471A9239 for ; Sat, 12 Feb 2022 22:58:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E1FB484E7A; Sat, 12 Feb 2022 22:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 27F3484D82 for ; Sat, 12 Feb 2022 22:58:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NHS-Hwr7cQvj for ; Sat, 12 Feb 2022 22:58:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7FAA284D17 for ; Sat, 12 Feb 2022 22:58:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 793D4FB24; Sat, 12 Feb 2022 22:58:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644706688143940" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 22:58:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/tarsnap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220212225808.793D4FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644706688143940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1644706688143940 Content-Disposition: inline Content-Length: 1976 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1644706688143940--