Date: Sat, 25 Oct 2008 12:12:47 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/128364: [PATCH] sysutils/rdiff-backup: update to 1.2.2 Message-ID: <20081025101247.1FBC05DB28F@prometheus.scode.org> Resent-Message-ID: <200810251020.m9PAK3Pq001207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128364 >Category: ports >Synopsis: [PATCH] sysutils/rdiff-backup: update to 1.2.2 >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: Sat Oct 25 10:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Thu Sep 25 20:45:07 CEST 2008 >Description: - Update to 1.2.2 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: New in v1.2.2 (2008/10/19) --------------------------- Automatically resume after a failed initial backup. (Patch from Josh Nisly) Improve compatibility between Unix and remote native Windows client. It is now possible to use SSH daemons other than Putty on Windows. (Andrew Ferguson) Print a more informative error message if the user's remote shell prints extraneous information before rdiff-backup runs. (Andrew Ferguson) Don't backup Windows ACLs if the --no-acls option is specified. Thanks to Richard Metzger for reporting the issue. (Andrew Ferguson) Add error handling and logging to Windows ACL support; fixes Windows backup to SMB share. Improve test in fs_abilities to determine if Windows ACLs are supported. (Andrew Ferguson) Add a warning message if extended attributes support is broken by the filesystem (such as with older EncFS versions). (Andrew Ferguson) Improve handling of Windows ACLs by switching to API functions which understand inherited ACEs; fixes support for Windows 2000. (Andrew Ferguson) Support extended attributes on symbolic links. (Andrew Ferguson) On Mac OS X, read the com.apple.FinderInfo extended attribute since it is the only storage location for the 'busy' (Z) Finder attribute. (Andrew Ferguson) Properly fix "AttributeError: RPath instance has no attribute 'inc_compressed'" bug. Fix in 1.1.12 was in correct place, but wrong solution. (Andrew Ferguson) Improve support for Python 2.5, which refactored the built-in exceptions so that SystemExit and KeyboardInterrupt no longer derive from Exception. Closes support request #106504. (Andrew Ferguson) Adjust --exclude-if-present option to support directories, symlinks, device files, etc. Closes bug #24192. Thanks to Vadim Zeitlin for the suggestion. >How-To-Repeat: >Fix: --- rdiff-backup-1.2.2,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-09-28 21:41:23.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/Makefile 2008-10-25 11:59:43.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= rdiff-backup -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 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-09-28 21:41:23.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/distinfo 2008-10-25 11:59:53.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.2.1.tar.gz) = 7f71157161e510a9302abe130801c067 -SHA256 (rdiff-backup-1.2.1.tar.gz) = 0dc352eb299a274bca6b606af1314bff6468142d6fe4edccb081b8711aa9975b -SIZE (rdiff-backup-1.2.1.tar.gz) = 189175 +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 --- rdiff-backup-1.2.2,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?20081025101247.1FBC05DB28F>