pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rdiff-backup Update to 0.12.6, from Soren Jac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c8d797ff72e
branches:  trunk
changeset: 464560:9c8d797ff72e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Dec 12 21:58:58 2003 +0000

description:
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.

diffstat:

 sysutils/rdiff-backup/Makefile |  5 ++---
 sysutils/rdiff-backup/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 58410241185d -r 9c8d797ff72e sysutils/rdiff-backup/Makefile
--- a/sysutils/rdiff-backup/Makefile    Fri Dec 12 21:41:40 2003 +0000
+++ b/sysutils/rdiff-backup/Makefile    Fri Dec 12 21:58:58 2003 +0000
@@ -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 -r 58410241185d -r 9c8d797ff72e sysutils/rdiff-backup/distinfo
--- a/sysutils/rdiff-backup/distinfo    Fri Dec 12 21:41:40 2003 +0000
+++ b/sysutils/rdiff-backup/distinfo    Fri Dec 12 21:58:58 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index