Date: Fri, 27 Mar 2009 23:01:27 +0100 (CET) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/133139: [PATCH] sysutils/duplicity: update to 0.5.13 Message-ID: <20090327220127.29D9223C4B3@hyperion.scode.org> Resent-Message-ID: <200903272210.n2RMA4wK088389@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090327220127.29D9223C4B3>