From root@hyperion.scode.org  Fri Jan 18 20:28:16 2008
Return-Path: <root@hyperion.scode.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F7D716A468;
	Fri, 18 Jan 2008 20:28:16 +0000 (UTC)
	(envelope-from root@hyperion.scode.org)
Received: from hyperion.scode.org (hyperion.scode.org [85.17.42.115])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C85F13C459;
	Fri, 18 Jan 2008 20:28:16 +0000 (UTC)
	(envelope-from root@hyperion.scode.org)
Received: by hyperion.scode.org (Postfix, from userid 0)
	id 5A6B723C431; Fri, 18 Jan 2008 21:12:24 +0100 (CET)
Message-Id: <20080118201224.5A6B723C431@hyperion.scode.org>
Date: Fri, 18 Jan 2008 21:12:24 +0100 (CET)
From: peter.schuller@infidyne.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: vd@FreeBSD.org
Subject: [PATCH] sysutils/duplicity: update to 0.4.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119780
>Category:       ports
>Synopsis:       [PATCH] sysutils/duplicity: update to 0.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 20:30:03 UTC 2008
>Closed-Date:    Sat Jan 19 07:47:28 UTC 2008
>Last-Modified:  Sat Jan 19 07:50:00 UTC 2008
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD hyperion.scode.org 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Fri Oct 19 05:50:09 CEST 2007
>Description:
Update duplicity from 0.4.8 to 0.4.9 (latest release).

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

New in v0.4.9 (2008/01/04)
--------------------------
NOTE: URL format correction in rsync://.  The rsync backend
now properly supports absolute and relative pathnames and 
module access.  The formats are:
    rsync://user@host::/module/some_dir
    rsync://user@host/relative_path
    rsync://user@host//absolute_path

Fixed regression caused by changeover to new urlparse.py.
bug #21475: FTP Usernames that contain '@' are not recognized
https://savannah.nongnu.org/bugs/index.php?21475

Added section URL FORMAT in the duplicity man page.

Added 2nd patch to bug #21475 that forces all versions of
Python to use the fixed urlparse.py.

Fixed so that remove-older-than and remove-all-but-n-full
will not request a GPG passphrase.

Fixed issue with Pure-FTPd that would always return an empty
directory listing and thus force a full backup every time.
A side effect of the change is that we now only make one call
to ncftpls to get the listing, thereby reducing the overhead
on systems with a large number of backup files.

bug #21896: Two problems with rsync under 0.4.8 + patch
https://savannah.nongnu.org/bugs/index.php?21896

bug #21909: Problematic typo in compare_verbose() method
https://savannah.nongnu.org/bugs/index.php?21909

patch #6354: S3 staight typo results in a bogus exception
https://savannah.nongnu.org/patch/?6354

patch #6356: Command line option for the temporary directory root.
https://savannah.nongnu.org/patch/?6356

patch #6357: Explicit restore action is missing from the command list,
https://savannah.nongnu.org/patch/?6357

>How-To-Repeat:
>Fix:

begin 644 duplicity-0.4.9.patch
`
end

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vd 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 18 20:30:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119780 

From: Peter Schuller <peter.schuller@infidyne.com>
To: bug-followup@freebsd.org,
 peter.schuller@infidyne.com
Cc: vd@freebsd.org
Subject: Re: ports/119780: [PATCH] sysutils/duplicity: update to 0.4.9
Date: Fri, 18 Jan 2008 21:38:12 +0100

 --nextPart5221847.YgCa4S7dOk
 Content-Type: multipart/mixed;
   boundary="Boundary-01=_14QkH9YFWcU1chr"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 --Boundary-01=_14QkH9YFWcU1chr
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Apologies. Only recently started using ports-mgmt/porttools. Attached is th=
 e=20
 missing patch. It is also available here:
 
    http://distfiles.scode.org/ports/duplicity-0.4.9.patch
 
 =2D-=20
 / Peter Schuller
 
 PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
 Key retrieval: Send an E-Mail to getpgpkey@scode.org
 E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org
 
 
 --Boundary-01=_14QkH9YFWcU1chr
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="duplicity-0.4.9.patch"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="duplicity-0.4.9.patch"
 
 =3D=3D=3D> Generating patch
 =3D=3D=3D> Viewing diff with more
 diff -ruN --exclude=3DCVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/=
 ports/sysutils/duplicity/Makefile
 =2D-- /usr/ports/sysutils/duplicity.orig/Makefile	Sun Dec 16 11:03:13 2007
 +++ /usr/ports/sysutils/duplicity/Makefile	Fri Jan 18 21:05:05 2008
 @@ -6,7 +6,7 @@
  #
 =20
  PORTNAME=3D	duplicity
 =2DPORTVERSION=3D	0.4.8
 +PORTVERSION=3D	0.4.9
  CATEGORIES=3D	sysutils
  MASTER_SITES=3D	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=3D	${PORTNAME}
 diff -ruN --exclude=3DCVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/=
 ports/sysutils/duplicity/distinfo
 =2D-- /usr/ports/sysutils/duplicity.orig/distinfo	Sun Dec 16 11:03:13 2007
 +++ /usr/ports/sysutils/duplicity/distinfo	Fri Jan 18 21:05:09 2008
 @@ -1,3 +1,3 @@
 =2DMD5 (duplicity-0.4.8.tar.gz) =3D ad4e39fea1a0c0df2d32f62f4d5453fa
 =2DSHA256 (duplicity-0.4.8.tar.gz) =3D 3157dde7ef5f8430137fc83330f0df53b5f4=
 ce0f8f61334f7ec9a8bd2570b61a
 =2DSIZE (duplicity-0.4.8.tar.gz) =3D 122293
 +MD5 (duplicity-0.4.9.tar.gz) =3D 501f613e8c76bf69e161d82bbb2d7a05
 +SHA256 (duplicity-0.4.9.tar.gz) =3D 0fc10901c6fd525d238a00ba2688b75ba531a0=
 d9049eebbdcce38ed1061488a2
 +SIZE (duplicity-0.4.9.tar.gz) =3D 123295
 =3D=3D=3D> Done
 
 --Boundary-01=_14QkH9YFWcU1chr--
 
 --nextPart5221847.YgCa4S7dOk
 Content-Type: application/pgp-signature; name=signature.asc 
 Content-Description: This is a digitally signed message part.
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQBHkQ41DNor2+l1i30RApcYAKDXWm0kIDmSJRqjPmY2KPnFrsg4pACfZ5or
 uHNQAH0kOcHIcaL60oRLXP4=
 =uFlA
 -----END PGP SIGNATURE-----
 
 --nextPart5221847.YgCa4S7dOk--
State-Changed-From-To: open->closed 
State-Changed-By: vd 
State-Changed-When: Sat Jan 19 07:12:50 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119780 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119780: commit references a PR
Date: Sat, 19 Jan 2008 07:47:12 +0000 (UTC)

 vd          2008-01-19 07:47:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/duplicity   Makefile distinfo 
   Log:
   Upgrade sysutils/duplicity from 0.4.8 to 0.4.9.
   
   ChangeLog:
   http://www.nongnu.org/duplicity/CHANGELOG
   
   PR:             ports/119780
   Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
   
   Revision  Changes    Path
   1.16      +1 -1      ports/sysutils/duplicity/Makefile
   1.9       +3 -3      ports/sysutils/duplicity/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
