Subject: pkg/34574: [update] sysutils/duplicity
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 09/20/2006 19:20:01
>Number:         34574
>Category:       pkg
>Synopsis:       [update] sysutils/duplicity
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 20 19:20:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Fri Sep 15 03:23:36 UTC 2006
	builds@b3.netbsd.org:/home/builds/ab/netbsd-4/i386/200609140000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Update to 0.4.2

- Changelog:
	athias de Riese's substantial patch or patches appear to have been
	applied to CVS years ago, but not released yet.  Sorry about that.

	Followed suggestion by David Rigel, make user type passphrase twice to
	confirm.

	Eric Hanchrow's patch makes sure duplicity deletes older signatures
	when using --remove-older-than.

	Jiri Taylor's patch may fix some scp/sftp problems.

	asdf's patch makes sure uids or gids over 2097151 don't corrupt the
	tarfiles.

	Cleaned up and documented --collection-status option, which lists the
	backup chains and sets found in the repository.

	FTP error 450 when listing a directory now understood to mean the
	directory is empty (duplicity will not exit with error).

	--remove-older-than now cannot delete the active backup chain, even if
	you specify a time later than the chain (e.g. "--remove-older-than
	now").


>How-To-Repeat:





>Fix:


--- duplicity.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/sysutils/duplicity/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	6 Apr 2006 06:22:45 -0000	1.8
+++ Makefile	20 Sep 2006 17:57:30 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.8 2006/04/06 06:22:45 reed Exp $
 #
 
-DISTNAME=		duplicity-0.4.1
-PKGREVISION=	2
+DISTNAME=		duplicity-0.4.2
 CATEGORIES=		sysutils net
 MASTER_SITES=		http://savannah.nongnu.org/download/duplicity/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/sysutils/duplicity/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	24 Feb 2005 13:40:52 -0000	1.2
+++ distinfo	20 Sep 2006 17:57:49 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2005/02/24 13:40:52 agc Exp $
 
-SHA1 (duplicity-0.4.1.tar.gz) = 09353d59d1b7264740bed9bec02c72668bfd659a
-RMD160 (duplicity-0.4.1.tar.gz) = 28245d8fd3fa7a448d6ea21dfff577829a155833
-Size (duplicity-0.4.1.tar.gz) = 101621 bytes
+SHA1 (duplicity-0.4.2.tar.gz) = 37e861218800910fab7590f45520e0f1d8b318d4
+RMD160 (duplicity-0.4.2.tar.gz) = c6c86f397e43b7d5f63965d69f3328daa601d00b
+Size (duplicity-0.4.2.tar.gz) = 103183 bytes
 SHA1 (patch-aa) = 48866f297e2dcffd5da98b8298d6acf08821f7e8
--- duplicity.diff ends here ---