Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 18:49:49 +0100 (CET)
From:      Peter Schuller <peter.schuller@infidyne.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vd@FreeBSD.org
Subject:   ports/130029: [PATCH] sysutils/rdiff-backup: update to 1.2.3
Message-ID:  <20081229174949.49AD142DFD1@prometheus.scode.org>
Resent-Message-ID: <200812291750.mBTHo6e8099060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130029
>Category:       ports
>Synopsis:       [PATCH] sysutils/rdiff-backup: update to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 17:50:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 01:00:41 CET
>Description:
- Update to 1.2.3 (minor changes upstream; no files added/deleted)

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

New in v1.2.3 (2008/12/28)
---------------------------

The official Windows build now includes the librsync patch for files > 4GB.
This requires the Visual C++ 2008 redistributable, available from Microsoft.

The epoch is now a valid date. Closes Savannah bug #24814. (Andrew Ferguson)

Report that connection has dropped if filesystem operation returns ENOTCONN.
Closes Ubuntu bug #219920. (Andrew Ferguson)

Print a more helpful error message if we get an error while reading an old
current_mirror marker. This can happen because it has been locked or deleted
by a just-finished rdiff-backup process. Closes Ubuntu bugs #88140 and
#284506. (Andrew Ferguson)

Do not backup reparse points on native Windows. Thanks to John Covici for
reporting the issue. (Andrew Ferguson)

Support comments in rdiff-backup's ACL files and quote the quoting character
properly if user changed it. (Patch from Oliver Mulatz)

Print a more helpful error message if we cannot read the backup destination.
Closes Ubuntu bug #292586 (again). (Andrew Ferguson)

Print a more helpful error message if we cannot write to the backup
destination. (Andrew Ferguson)

Add ETIMEDOUT to the list of recoverable errors; when irrecoverable, a
ConnectionError is raised. Closes Ubuntu bug #304659. (Andrew Ferguson)

Suppress warnings about the deprecated sha module in Python 2.6. We'll remove
this after rdiff-backup is ported to Python 3. (Patch from Josh Nisly)

Test for symlink permissions now produces a functioning symlink. Thanks to
Julien Poffet for reporting the issue. (Andrew Ferguson)

Fix for crash when deleting read-only files on Windows. (Patch from Josh Nisly)

Fix for Python 2.2 in win_acls.py (Closes Savannah bug #24922).

Throttle verbosity of listattr() warning messages from 3 to 4. (Andrew Ferguson)

Escape trailing spaces and periods on systems which require it, such as
Windows and modern Linux with FAT32. (Andrew Ferguson)

Print nicer error messages in rdiff-backup-statistics (without tracebacks).
Closes Ubuntu bug #292586. (Andrew Ferguson)

Properly handle EINVAL "Invalid argument" errors when setting extended
attributes. Thanks to Kevin Fenzi for reporting the issue. (Andrew Ferguson)

Add warning message if pyxattr is below version 0.2.2. (Andrew Ferguson)

Add "Stale NFS file handle" (ESTALE) to the list of recoverable errors. Thanks
to Guillaume Vachon for reporting the issue. (Andrew Ferguson)

Workaround for broken support for symlink extended attributes in pyxattr < 
0.2.2. Thanks to Leo Bergolth for reporting the issue. (Andrew Ferguson)

Handle ELOOP ("Too many levels of symbolic links") error when reading extended
attributes from symlinks. Closes Savannah bug #24790. (Andrew Ferguson)

Inform the user of which file has failed if an exception occurs during a
rename operation. (Andrew Ferguson)


>How-To-Repeat:
>Fix:

--- rdiff-backup-1.2.3,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/Makefile /usr/ports/sysutils/rdiff-backup/Makefile
--- /usr/ports/sysutils/rdiff-backup.orig/Makefile	2008-10-25 20:42:25.000000000 +0200
+++ /usr/ports/sysutils/rdiff-backup/Makefile	2008-12-29 18:40:47.664550283 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rdiff-backup
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SAVANNAH:S/$/:savannah/} \
diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/distinfo /usr/ports/sysutils/rdiff-backup/distinfo
--- /usr/ports/sysutils/rdiff-backup.orig/distinfo	2008-10-25 20:42:25.000000000 +0200
+++ /usr/ports/sysutils/rdiff-backup/distinfo	2008-12-29 18:41:14.731948677 +0100
@@ -1,3 +1,3 @@
-MD5 (rdiff-backup-1.2.2.tar.gz) = b9141e541c1885e858da5c41101aba78
-SHA256 (rdiff-backup-1.2.2.tar.gz) = 0cb627164994b5894cfc88b018e82ee1488f25c5118e2ec25b678e8f292559b2
-SIZE (rdiff-backup-1.2.2.tar.gz) = 192249
+MD5 (rdiff-backup-1.2.3.tar.gz) = 97e4b3b7c17b18bfdee4a185f1dc915b
+SHA256 (rdiff-backup-1.2.3.tar.gz) = 86621d380399a46bf4c2b1bf5408696ab358d9cfb81e6b935a74ddadf2ce55ae
+SIZE (rdiff-backup-1.2.3.tar.gz) = 195130
--- rdiff-backup-1.2.3,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081229174949.49AD142DFD1>