From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 26 19:10:02 2008 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 AC0C21065679 for ; Sat, 26 Jul 2008 19:10: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 8B9A78FC14 for ; Sat, 26 Jul 2008 19:10: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.2/8.14.2) with ESMTP id m6QJA26C000740 for ; Sat, 26 Jul 2008 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6QJA2Oe000739; Sat, 26 Jul 2008 19:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 26 Jul 2008 19:10:02 GMT Resent-Message-Id: <200807261910.m6QJA2Oe000739@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@infidyne.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F9F11065673 for ; Sat, 26 Jul 2008 19:09:44 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 237048FC0A for ; Sat, 26 Jul 2008 19:09:43 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport.bredband.com (195.54.101.120) by proxy1.bredband.net (7.3.127) id 4811823A0181FDEF; Sat, 26 Jul 2008 21:09:41 +0200 Received: from c-a916e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.169]) by ironport1.bredband.com with ESMTP; 26 Jul 2008 21:09:41 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id 3C3411B67BA; Sat, 26 Jul 2008 21:10:51 +0200 (CEST) Message-Id: <20080726191051.3C3411B67BA@prometheus.scode.org> Date: Sat, 26 Jul 2008 21:10:51 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/125987: [PATCH] sysutils/duplicity: update to 0.4.12 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, 26 Jul 2008 19:10:02 -0000 >Number: 125987 >Category: ports >Synopsis: [PATCH] sysutils/duplicity: update to 0.4.12 >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 Jul 26 19:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Sat Apr 19 19:15:39 CEST 2008 >Description: - Update to 0.4.12 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog since .10: New in v0.4.12 (2008/07/22) --------------------------- Dan Muresan created a patch to minimize the number of password prompts. To do so, it sometimes requests a password once without confirmation; if later it turns out that a full backup is needed, the user is prompted for confirmation. bug #23540: doc bug in man page (environment FTP_PASSWORD) https://savannah.nongnu.org/bugs/index.php?23540 bug #23362: Documentation for --version, --time-separator https://savannah.nongnu.org/bugs/index.php?23362 bug #23283: interactive passphrase query is suboptimal https://savannah.nongnu.org/bugs/index.php?23283 bug #23066 was not actually applied to 0.4.11. Its here now. https://savannah.nongnu.org/bugs/index.php?23066 bug #22826: regressions caused by boto 1.1c https://savannah.nongnu.org/bugs/index.php?22826 New in v0.4.11 (2008/05/05) --------------------------- Changes applied to allow duplicity to run under Python 2.3 again. patch #6485: Reinstate patch #6340 with a detailed explanation. https://savannah.nongnu.org/patch/index.php?6485 bug #23066: ssh uris with given portnumbers are not handled correctly https://savannah.nongnu.org/bugs/index.php?23066 >How-To-Repeat: >Fix: --- duplicity-0.4.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile --- /usr/ports/sysutils/duplicity.orig/Makefile 2008-06-06 16:02:56.000000000 +0200 +++ /usr/ports/sysutils/duplicity/Makefile 2008-07-26 21:04:51.947639433 +0200 @@ -6,8 +6,7 @@ # PORTNAME= duplicity -PORTVERSION= 0.4.10 -PORTREVISION= 1 +PORTVERSION= 0.4.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo --- /usr/ports/sysutils/duplicity.orig/distinfo 2008-03-30 13:02:01.000000000 +0200 +++ /usr/ports/sysutils/duplicity/distinfo 2008-07-26 21:03:25.624719062 +0200 @@ -1,3 +1,3 @@ -MD5 (duplicity-0.4.10.tar.gz) = b976c033000c1231e2995618882e211b -SHA256 (duplicity-0.4.10.tar.gz) = fd7f0db94feba7582d07984bd3be684c80621cee43dfe10e31df044c32125ed3 -SIZE (duplicity-0.4.10.tar.gz) = 124839 +MD5 (duplicity-0.4.12.tar.gz) = 2cec2aba2b0d770c70601862af94f896 +SHA256 (duplicity-0.4.12.tar.gz) = c8d8cc35322867d7deec6dfb8b880e459ab4a6e1b23adfd7ca24ebffa4314668 +SIZE (duplicity-0.4.12.tar.gz) = 126345 --- duplicity-0.4.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: