Date: Sat, 19 Jan 2008 09:42:15 +0100 (CET) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/119797: [PATCH] sysutils/rdiff-backup-devel: update to 1.1.15 Message-ID: <20080119084215.5AC641BDFCA@prometheus.scode.org> Resent-Message-ID: <200801190910.m0J9A1tw080746@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119797 >Category: ports >Synopsis: [PATCH] sysutils/rdiff-backup-devel: update to 1.1.15 >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 Jan 19 09:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Wed Nov 28 23:06:52 CET 2007 >Description: - Update to 1.1.15 (no pkg-plist changes needed). Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream changelog: New in v1.1.15 (2008/01/03) --------------------------- New feature: If quoting requirements change, rdiff-backup can requote the entire repository if user specifies the --force option. (Andrew Ferguson) Don't print the warning message about unsupported hard links if the user has specified the --no-hard-links option. (Suggested by Andreas Olsson) Print a more helpful error message when we get a "Result too large" error when trying to copy a file. (Andrew Ferguson) Fix bug where rdiff-backup fails after all increments are removed. Closes Savannah bug #20291. (Andrew Ferguson) Don't assume that a file cannot be read simply becasue of the access permissions -- eg, NFS with (rw,all_squash) options. Closes Savannah bug #21202. (Based on patch from Marc Horowitz) restore_set_root should check if it can read a particular directory before checking if "rdiff-backup-data" is contained in it. Closes Savannah bug #21106. (Patch from Alex Chapman) Regress.restore_orig_regfile should check if directories can be fsync'd before doing so. Fixes Savannah bug #21546. (Patch from Marc Horowitz) Rewrite quoting logic to independently check for escaping Windows special characters, non-ASCII chars, and uppercase chars. (Andrew Ferguson) Permit Unicode log messages. (Andrew Ferguson) >How-To-Repeat: >Fix: --- rdiff-backup-devel-1.1.15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup-devel.orig/Makefile /usr/ports/sysutils/rdiff-backup-devel/Makefile --- /usr/ports/sysutils/rdiff-backup-devel.orig/Makefile 2007-09-30 08:26:29.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup-devel/Makefile 2008-01-19 09:35:03.075007802 +0100 @@ -6,7 +6,7 @@ # PORTNAME= rdiff-backup -PORTVERSION= 1.1.14 +PORTVERSION= 1.1.15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:savannah/} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup-devel.orig/distinfo /usr/ports/sysutils/rdiff-backup-devel/distinfo --- /usr/ports/sysutils/rdiff-backup-devel.orig/distinfo 2007-09-30 08:26:29.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup-devel/distinfo 2008-01-19 09:35:09.752002225 +0100 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.1.14.tar.gz) = e3f62d4dc3dfaaa4168e7060839c0ce1 -SHA256 (rdiff-backup-1.1.14.tar.gz) = f08897ed55e5d553f7f4b998b665653da895f0b0be19749272fe900fd29f026a -SIZE (rdiff-backup-1.1.14.tar.gz) = 179222 +MD5 (rdiff-backup-1.1.15.tar.gz) = 7c3dfae289d0f4dea3647ae2831c46c7 +SHA256 (rdiff-backup-1.1.15.tar.gz) = 07f9d39d833844a72ada964bbdbfcef88303c042cd7fb085701c2eb74633451f +SIZE (rdiff-backup-1.1.15.tar.gz) = 182180 --- rdiff-backup-devel-1.1.15.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?20080119084215.5AC641BDFCA>