From 8630caeac39a93e3ce6e1c1e7de6c5bddf198ae0 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Apr 2014 12:04:50 +0000 Subject: [PATCH] Update to 1.0.35: Changes since version 1.0.34: A bug in tarsnap 1.0.34 which could cause tarsnap to crash (segmentation fault or bus error) when encountering network glitches or outages is fixed. When tarsnap encounters "insane" filesystems (procfs and other similar synthetic filesystems which are not reasonable to archive), it now archives the filesystem mount point but by default does not recurse into the filesystem. Previous releases (since 1.0.26) did not archive the synthetic filesystem mount point. Changes since version 1.0.33: Tarsnap now supports both IPv4 and IPv6. Tarsnap is now more resilient against short network glitches when it first connects to the Tarsnap server. Tarsnap now supports platforms with mandatory structure alignment (e.g., ARM OABI). Tarsnap now restores terminal settings if killed with ^C while reading a password or passphrase. Multiple minor bug fixes and cleanups. --- sysutils/tarsnap/Makefile | 5 ++--- sysutils/tarsnap/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 5bbe489ec090..ed8c3dc0a0a7 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/02/26 18:20:29 wiedi Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/04/02 12:04:50 wiz Exp $ -DISTNAME= tarsnap-autoconf-1.0.33 +DISTNAME= tarsnap-autoconf-1.0.35 PKGNAME= ${DISTNAME:S/-autoconf//} CATEGORIES= sysutils archivers security MASTER_SITES= https://www.tarsnap.com/download/ diff --git a/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo index 725556087d54..bbcd27be681d 100644 --- a/sysutils/tarsnap/distinfo +++ b/sysutils/tarsnap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/09/01 20:40:54 riz Exp $ +$NetBSD: distinfo,v 1.5 2014/04/02 12:04:50 wiz Exp $ -SHA1 (tarsnap-autoconf-1.0.33.tgz) = 2895fadaa602899ae7de1e0eeb6ac683039ccc2f -RMD160 (tarsnap-autoconf-1.0.33.tgz) = 861536127df63c9ef264274ef2b2b4713f2e0938 -Size (tarsnap-autoconf-1.0.33.tgz) = 569831 bytes +SHA1 (tarsnap-autoconf-1.0.35.tgz) = 542a934daa58538c392e199bc6272e95a465eb08 +RMD160 (tarsnap-autoconf-1.0.35.tgz) = 8573fe7e4a3d1ad6fe8f6d5fa489c46b8e79de31 +Size (tarsnap-autoconf-1.0.35.tgz) = 600115 bytes