diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-02 12:04:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-02 12:04:50 +0000 |
commit | 00cebf79b13fb8548d8a324d83cc38f1dccfc72a (patch) | |
tree | 2dbf021ab77d0478f9db1fa85edee58f8530830f /sysutils | |
parent | c6ae3c3ff7c281fb3af64fe931e743826aba2ba9 (diff) | |
download | pkgsrc-00cebf79b13fb8548d8a324d83cc38f1dccfc72a.tar.gz |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tarsnap/Makefile | 5 | ||||
-rw-r--r-- | sysutils/tarsnap/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 5bbe489ec09..ed8c3dc0a0a 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 725556087d5..bbcd27be681 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 |