From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 29 17:50:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A027106564A for ; Mon, 29 Dec 2008 17:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBF3E8FC1D for ; Mon, 29 Dec 2008 17:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBTHo67Q099061 for ; Mon, 29 Dec 2008 17:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBTHo6e8099060; Mon, 29 Dec 2008 17:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 29 Dec 2008 17:50:06 GMT Resent-Message-Id: <200812291750.mBTHo6e8099060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F381B106564A; Mon, 29 Dec 2008 17:49:51 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id B590A8FC12; Mon, 29 Dec 2008 17:49:51 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 492A9CFF00C74620; Mon, 29 Dec 2008 18:49:50 +0100 Received: from c-b416e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.180]) by ironport2.bredband.com with ESMTP; 29 Dec 2008 18:49:52 +0100 Received: by prometheus.scode.org (Postfix, from userid 0) id 49AD142DFD1; Mon, 29 Dec 2008 18:49:49 +0100 (CET) Message-Id: <20081229174949.49AD142DFD1@prometheus.scode.org> Date: Mon, 29 Dec 2008 18:49:49 +0100 (CET) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/130029: [PATCH] sysutils/rdiff-backup: update to 1.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 17:50:07 -0000 >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: