diff options
author | riz <riz@pkgsrc.org> | 2012-09-01 20:40:54 +0000 |
---|---|---|
committer | riz <riz@pkgsrc.org> | 2012-09-01 20:40:54 +0000 |
commit | be25e6279f8bccdced9b9e4223571f70700064c6 (patch) | |
tree | 41a6566847147fac96180e1a360b8fca6f9f50d6 /sysutils/tarsnap | |
parent | dd7817f05424171be91010d3e01a34a108438fa6 (diff) | |
download | pkgsrc-be25e6279f8bccdced9b9e4223571f70700064c6.tar.gz |
Update tarsnap to version 1.0.33.
Changes since version 1.0.32:
- Tarsnap now caches archive metadata blocks in RAM, typically
providing a 5x - 10x speedup and reduction in bandwidth usage
in the "fsck" operation and when deleting a large number of
archives at once.
- Tarsnap's internal "chunk" metadata structure is now smaller,
providing a ~10% reduction in usage on 32-bit machines and a
~30% reduction in memory usage on 64-bit machines.
- Tarsnap's --newer* options now correctly descend into old
directories in order to look for new files. (But note that
tarsnap's snapshotting makes these options unnecessary in
most situations.)
- Multiple minor bug fixes and cleanups.
Changes since version 1.0.31:
- A bug affecting the handling of the --nodump option on Linux
(and in most cases rendering it inoperative) is fixed.
- A workaround has been added for a compiler bug in OS X 10.7 (Lion).
- The NetBSD "kernfs" and "ptyfs" filesystems are now excluded
from archival by default.
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tarsnap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 906f20027c7..8f787ff0808 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/12/03 07:09:31 riz Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/01 20:40:54 riz Exp $ # -DISTNAME= tarsnap-autoconf-1.0.31 +DISTNAME= tarsnap-autoconf-1.0.33 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 8bca849181d..725556087d5 100644 --- a/sysutils/tarsnap/distinfo +++ b/sysutils/tarsnap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/12/03 07:09:31 riz Exp $ +$NetBSD: distinfo,v 1.4 2012/09/01 20:40:54 riz Exp $ -SHA1 (tarsnap-autoconf-1.0.31.tgz) = 41b8340f9ca279bf71f09d302f8f936fa3050082 -RMD160 (tarsnap-autoconf-1.0.31.tgz) = fd25889c9487b5d447343ebc7b6c63d814b7e2a5 -Size (tarsnap-autoconf-1.0.31.tgz) = 563896 bytes +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 |