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.
This commit is contained in:
parent
81056c6d6c
commit
8630caeac3
2 changed files with 6 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue