diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-12 21:58:58 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-12 21:58:58 +0000 |
commit | 85d2038c980bae324af840e8dbc9e47cd6693fa3 (patch) | |
tree | a83065caf47fb3a62319320d13a95f63074cbf50 | |
parent | fa2a3a2e8efdd2a1f4059cee6220b65e08da6b97 (diff) | |
download | pkgsrc-85d2038c980bae324af840e8dbc9e47cd6693fa3.tar.gz |
Update to 0.12.6, from Soren Jacobsen in PR pkg/23730.
Changes since 0.12.5:
* Yet another unreadable file non-root regress bug fix.
* Added --list-increment-sizes option from the development branch.
Previously this option was in the man page but was omitted in the code
(thanks to Michael Schwendt for report).
* Regressing and restoring should now take less memory when processing
large directories (noticed by Luke Mewburn and others).
* When regressing, remove mirror_metadata and similar increments first.
This will hopefully help regressing a backup that failed because disk
was full (reported by Erik Forsberg).
* Fixed rather important quoting problem: quoting directives like
--windows-mode were simply ignored when rdiff-backup was running
remotely! I'm surprised no one noticed this. Are none of you using
--windows-mode or similar?
* Fixed handling of (lack of) daylight savings time. Earlier bug would
cause some files to be marked an hour later. Thanks to Troels Arvin
and Farkas Levente for bug report.
-rw-r--r-- | sysutils/rdiff-backup/Makefile | 5 | ||||
-rw-r--r-- | sysutils/rdiff-backup/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 9a8bea58c07..beddf9c58fe 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/11/12 01:31:51 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/12 21:58:58 jmmv Exp $ # -DISTNAME= rdiff-backup-0.12.5 -PKGREVISION= 1 +DISTNAME= rdiff-backup-0.12.6 CATEGORIES= sysutils net MASTER_SITES= http://rdiff-backup.stanford.edu/ diff --git a/sysutils/rdiff-backup/distinfo b/sysutils/rdiff-backup/distinfo index 37082ea4274..a62851b5f9f 100644 --- a/sysutils/rdiff-backup/distinfo +++ b/sysutils/rdiff-backup/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/09/29 02:00:45 lukem Exp $ +$NetBSD: distinfo,v 1.6 2003/12/12 21:58:58 jmmv Exp $ -SHA1 (rdiff-backup-0.12.5.tar.gz) = d1a536335eb5dbde9355fb9819d206c9d825bb93 -Size (rdiff-backup-0.12.5.tar.gz) = 123205 bytes +SHA1 (rdiff-backup-0.12.6.tar.gz) = ce1f26cedfc096e71950799486bfa2b6adb55ae2 +Size (rdiff-backup-0.12.6.tar.gz) = 124554 bytes SHA1 (patch-ab) = f6811affdb6c5dda7857ddfeb5965fd6a15ea63e |