From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 27 22:10:04 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 50D6B106567B for ; Fri, 27 Mar 2009 22:10:04 +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 303F48FC18 for ; Fri, 27 Mar 2009 22:10:04 +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 n2RMA4KO088391 for ; Fri, 27 Mar 2009 22:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2RMA4wK088389; Fri, 27 Mar 2009 22:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 27 Mar 2009 22:10:04 GMT Resent-Message-Id: <200903272210.n2RMA4wK088389@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 E83301065675; Fri, 27 Mar 2009 22:01:28 +0000 (UTC) (envelope-from root@hyperion.scode.org) Received: from hyperion.scode.org (cl-1361.ams-04.nl.sixxs.net [IPv6:2001:960:2:550::2]) by mx1.freebsd.org (Postfix) with ESMTP id B0F578FC1D; Fri, 27 Mar 2009 22:01:28 +0000 (UTC) (envelope-from root@hyperion.scode.org) Received: by hyperion.scode.org (Postfix, from userid 0) id 29D9223C4B3; Fri, 27 Mar 2009 23:01:27 +0100 (CET) Message-Id: <20090327220127.29D9223C4B3@hyperion.scode.org> Date: Fri, 27 Mar 2009 23:01:27 +0100 (CET) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/133139: [PATCH] sysutils/duplicity: update to 0.5.13 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: Fri, 27 Mar 2009 22:10:04 -0000 >Number: 133139 >Category: ports >Synopsis: [PATCH] sysutils/duplicity: update to 0.5.13 >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: Fri Mar 27 22:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hyperion.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sat Sep 6 12:39:47 CEST >Description: - Update to 0.5.13 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream changelog: New in v0.5.13 (2009/03/26) --------------------------- Add more error detection to FTP backend. Fix backends so sleep does not occur after last retry. Fix so BackendException does not cause traceback except when verbosity is at level 5 or higher (Info level). Adjust log levels so some errors show up with default verbosity. Fixed bug where an extra comma caused a traceback during a warning about unnecessary sig files. Plus fixed print so the real filename would show up and not a Python object representation. Add Changelog.GNU to website and distribution to add a bit of detail showing the CVS changes via rcs2log. Added dist/mkGNUChangelog.sh. bug #22908: Don't block gpg-agent https://savannah.nongnu.org/bugs/?22908 To fix the above, --use-agent was added as a command line option. When this is specified and asymetric encryption is enabled, then all GnuPG passphrases will come from the gpg-agent or equivalent program and no passphrase prompt will be issued. bug #25787: Usernames with escaped @-sign are not handled properly https://savannah.nongnu.org/bugs/?25787 bug #25976: Password requested when not needed. https://savannah.nongnu.org/bugs/?25976 patch #6787: import duplicity.GnuPGInterface explicitly https://savannah.nongnu.org/patch/?6787 >How-To-Repeat: >Fix: --- duplicity-0.5.13.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile --- /usr/ports/sysutils/duplicity.orig/Makefile 2009-03-27 07:54:19.000000000 +0100 +++ /usr/ports/sysutils/duplicity/Makefile 2009-03-27 22:55:10.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= duplicity -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 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 2009-03-27 07:54:19.000000000 +0100 +++ /usr/ports/sysutils/duplicity/distinfo 2009-03-27 22:56:25.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (duplicity-0.5.12.tar.gz) = 38cb42fc0299ae0c8e029bd381aa4452 -SHA256 (duplicity-0.5.12.tar.gz) = 57e859ef729425ba5416b0b648bab1c7fe54e10a2df83a0a067be462f9f84b8b -SIZE (duplicity-0.5.12.tar.gz) = 191413 +MD5 (duplicity-0.5.13.tar.gz) = c87278302d297a4ce9681aedb0ef8b52 +SHA256 (duplicity-0.5.13.tar.gz) = fc2251c60667173758fc8a19be3ae525da32da93fdd600e7cfddc20ff24c8331 +SIZE (duplicity-0.5.13.tar.gz) = 211639 --- duplicity-0.5.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: