pkgsrc/sysutils/rdiff-backup/Makefile

30 lines
770 B
Makefile
Raw Normal View History

Update to 1.2.6: New in v1.2.6 (2009/01/27) --------------------------- Improve support for handling too long filenames under Windows. Too long directory names and paths are still a problem. (Andrew Ferguson) Print more helpful error messages when the remote command cannot be started on Windows. Thanks to Dominic for the bug report. (Andrew Ferguson) Fix --test-server option when used with remote Windows clients. Thanks to Thanos Diacakis for testing. (Andrew Ferguson) Fix --override-chars-to-quote option. (Andrew Ferguson) New in v1.2.5 (2009/01/06) --------------------------- Fix typo in robust.py which broke error reporting. Closes Savannah bug #25255. Ignore Windows errors caused by too long filenames; the files are not yet backed-up, but the backup process is no longer halted. (Andrew Ferguson) New in v1.2.4 (2009/01/01) --------------------------- Disable escaping trailing spaces and periods for now since it broke remote restores. Thanks to Dominic for reporting the issue. (Andrew Ferguson) 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)
2009-02-18 10:40:10 +01:00
# $NetBSD: Makefile,v 1.33 2009/02/18 09:40:10 wiz Exp $
Update to 1.2.6: New in v1.2.6 (2009/01/27) --------------------------- Improve support for handling too long filenames under Windows. Too long directory names and paths are still a problem. (Andrew Ferguson) Print more helpful error messages when the remote command cannot be started on Windows. Thanks to Dominic for the bug report. (Andrew Ferguson) Fix --test-server option when used with remote Windows clients. Thanks to Thanos Diacakis for testing. (Andrew Ferguson) Fix --override-chars-to-quote option. (Andrew Ferguson) New in v1.2.5 (2009/01/06) --------------------------- Fix typo in robust.py which broke error reporting. Closes Savannah bug #25255. Ignore Windows errors caused by too long filenames; the files are not yet backed-up, but the backup process is no longer halted. (Andrew Ferguson) New in v1.2.4 (2009/01/01) --------------------------- Disable escaping trailing spaces and periods for now since it broke remote restores. Thanks to Dominic for reporting the issue. (Andrew Ferguson) 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)
2009-02-18 10:40:10 +01:00
DISTNAME= rdiff-backup-1.2.6
CATEGORIES= sysutils net
MASTER_SITES= http://savannah.nongnu.org/download/rdiff-backup/
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://www.nongnu.org/rdiff-backup/
COMMENT= Remote incremental backup utility
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
2009-02-09 22:09:20 +01:00
PYTHON_VERSIONS_ACCEPTED= 25 24
SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= setup.py
SUBST_SED.path= -e "s|share/man|${PKGMANDIR}|"
SUBST_MESSAGE.path= Fixing path to manpages.
BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6
2004-04-19 01:31:34 +02:00
.include "../../devel/librsync/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"