Date: Sat, 21 Mar 2009 16:13:11 +0100 (CET) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/132907: [PATCH] sysutils/rdiff-backup: update to 1.2.8 Message-ID: <20090321151311.6D653686967@prometheus.scode.org> Resent-Message-ID: <200903211520.n2LFK2ml027240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132907 >Category: ports >Synopsis: [PATCH] sysutils/rdiff-backup: update to 1.2.8 >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 Mar 21 15:20:02 UTC 2009 >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 #1: Wed Mar 18 19:19:14 CET 2009 >Description: - Update to 1.2.8 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream changelog: New in v1.2.8 (2009/03/16) --------------------------- Improve handling of incorrect permissions on backup repository during restore operation. Closes Ubuntu bug #329722. (Andrew Ferguson) Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson) Make sticky bit warnings quieter while determining file system abilities. Closes Savannah bug #25788. (Andrew Ferguson) Fix situation where destination file cannot be opened because of an access error. Thanks to Dean Cording for the bug report. (Andrew Ferguson) Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix. New in v1.2.7 (2009/03/02) --------------------------- Don't crash when filesystem can't set ACL. Thanks to Matt Thompson for the bug report. (Andrew Ferguson) Properly disable hardlinks by default on Windows. Fix Python 2.2 compatibility. Closes Savannah bug #25529. (Andrew Ferguson) Fix typo which caused failure when checking if another rdiff-backup process is running on Windows. Thanks to Ryan Hughes for the bug report. (Andrew Ferguson) >How-To-Repeat: >Fix: --- rdiff-backup-1.2.8,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 2009-02-01 08:07:46.000000000 +0100 +++ /usr/ports/sysutils/rdiff-backup/Makefile 2009-03-21 10:54:10.984638296 +0100 @@ -6,7 +6,7 @@ # PORTNAME= rdiff-backup -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.8 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 2009-02-01 07:37:49.000000000 +0100 +++ /usr/ports/sysutils/rdiff-backup/distinfo 2009-03-21 10:54:16.624507060 +0100 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.2.6.tar.gz) = 1166c7ddd1e80605ee8c90f771d42a81 -SHA256 (rdiff-backup-1.2.6.tar.gz) = e64687ce71e3abf167d926902c92f6446f32bd644d9513803d033798eba4c15f -SIZE (rdiff-backup-1.2.6.tar.gz) = 196104 +MD5 (rdiff-backup-1.2.8.tar.gz) = 1a94dc537fcf74d6a3a80bd27808e77b +SHA256 (rdiff-backup-1.2.8.tar.gz) = 0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db +SIZE (rdiff-backup-1.2.8.tar.gz) = 196526 --- rdiff-backup-1.2.8,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?20090321151311.6D653686967>