Bug 128364 - [PATCH] sysutils/rdiff-backup: update to 1.2.2
Summary: [PATCH] sysutils/rdiff-backup: update to 1.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 11:20 UTC by Peter Schuller
Modified: 2008-10-25 19:50 UTC (History)
1 user (show)

See Also:


Attachments
rdiff-backup-1.2.2,1.patch (1.16 KB, patch)
2008-10-25 11:20 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2008-10-25 11:20:02 UTC
- 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-25 11:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-25 19:42:39 UTC
vd          2008-10-25 18:42:25 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/rdiff-backup Makefile distinfo 
  Log:
  Upgrade sysutils/rdiff-backup from 1.2.1 to 1.2.2
  
  ChangeLog:
  http://www.nongnu.org/rdiff-backup/CHANGELOG-stable
  
  PR:             ports/128364
  Submitted by:   peter.schuller@infidyne.com
  
  Revision  Changes    Path
  1.22      +1 -1      ports/sysutils/rdiff-backup/Makefile
  1.15      +3 -3      ports/sysutils/rdiff-backup/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2008-10-25 19:43:07 UTC
State Changed
From-To: open->closed

Committed, thanks!