From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 21 15:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6ED1065675 for ; Sat, 21 Mar 2009 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99CFC8FC1F for ; Sat, 21 Mar 2009 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2LFK2XC027241 for ; Sat, 21 Mar 2009 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2LFK2ml027240; Sat, 21 Mar 2009 15:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 21 Mar 2009 15:20:02 GMT Resent-Message-Id: <200903211520.n2LFK2ml027240@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AA031065670; Sat, 21 Mar 2009 15:13:12 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 55F338FC13; Sat, 21 Mar 2009 15:13:12 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.139) id 49C0BA210013A358; Sat, 21 Mar 2009 16:13:11 +0100 Received: from c-cc9472d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.148.204]) by ironport2.bredband.com with ESMTP; 21 Mar 2009 16:13:11 +0100 Received: by prometheus.scode.org (Postfix, from userid 0) id 6D653686967; Sat, 21 Mar 2009 16:13:11 +0100 (CET) Message-Id: <20090321151311.6D653686967@prometheus.scode.org> Date: Sat, 21 Mar 2009 16:13:11 +0100 (CET) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/132907: [PATCH] sysutils/rdiff-backup: update to 1.2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2009 15:20:03 -0000 >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: