Sat Sep 5 22:11:50 2009 UTC ()
Update to duplicity-0.5.20:
New in v0.5.20 (2009/08/28)
---------------------------
Bugs fixed this release:
408059  Failure due to _logger.log failure for content with special
        characters: TypeError decoding Unicode not supported
412667  "duplicity remove-older-than" asks for passphrase even though
        not required
418170  [PATCH] file names longer then 512 symbols are not supported

New in v0.5.19 (2009/08/06)
---------------------------
Fixed problem where Cygwin was returning -1 for the
hard max open file limit.
On process that complete before waitpid(), log them
and return zero as the process return status.
Make sure 'invalid packet (ctb=14)' from gpg is not
a fatal error.
Copy changes from trunk for duplicity translation.
Allow handling of unicode filenames in log messages.
Ignore unicode() translation errors in log messsages.


(tnn)
diff -r1.17 -r1.18 pkgsrc/sysutils/duplicity/Makefile
diff -r1.6 -r1.7 pkgsrc/sysutils/duplicity/PLIST
diff -r1.10 -r1.11 pkgsrc/sysutils/duplicity/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/duplicity/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/duplicity/Makefile 2009/05/21 19:17:13 1.17
+++ pkgsrc/sysutils/duplicity/Makefile 2009/09/05 22:11:50 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2009/05/21 19:17:13 tnn Exp $ 1# $NetBSD: Makefile,v 1.18 2009/09/05 22:11:50 tnn Exp $
2 2
3DISTNAME= duplicity-0.5.18 3DISTNAME= duplicity-0.5.20
4CATEGORIES= sysutils net 4CATEGORIES= sysutils net
5MASTER_SITES= http://savannah.nongnu.org/download/duplicity/ 5MASTER_SITES= http://savannah.nongnu.org/download/duplicity/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.nongnu.org/duplicity/ 8HOMEPAGE= http://www.nongnu.org/duplicity/
9COMMENT= Remote encrypting incremental backup utility 9COMMENT= Remote encrypting incremental backup utility
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6 13BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6
14PYDISTUTILSPKG= yes 14PYDISTUTILSPKG= yes
15PYTHON_VERSIONS_ACCEPTED= 25 24 15PYTHON_VERSIONS_ACCEPTED= 25 24
16 16

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/duplicity/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/duplicity/PLIST 2009/06/14 18:16:03 1.6
+++ pkgsrc/sysutils/duplicity/PLIST 2009/09/05 22:11:50 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:16:03 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.7 2009/09/05 22:11:50 tnn Exp $
2bin/duplicity 2bin/duplicity
3bin/rdiffdir 3bin/rdiffdir
4${PYSITELIB}/duplicity/GnuPGInterface.py 4${PYSITELIB}/duplicity/GnuPGInterface.py
5${PYSITELIB}/duplicity/GnuPGInterface.pyc 5${PYSITELIB}/duplicity/GnuPGInterface.pyc
6${PYSITELIB}/duplicity/GnuPGInterface.pyo 6${PYSITELIB}/duplicity/GnuPGInterface.pyo
7${PYSITELIB}/duplicity/__init__.py 7${PYSITELIB}/duplicity/__init__.py
8${PYSITELIB}/duplicity/__init__.pyc 8${PYSITELIB}/duplicity/__init__.pyc
9${PYSITELIB}/duplicity/__init__.pyo 9${PYSITELIB}/duplicity/__init__.pyo
10${PYSITELIB}/duplicity/_librsync.so 10${PYSITELIB}/duplicity/_librsync.so
11${PYSITELIB}/duplicity/asyncscheduler.py 11${PYSITELIB}/duplicity/asyncscheduler.py
12${PYSITELIB}/duplicity/asyncscheduler.pyc 12${PYSITELIB}/duplicity/asyncscheduler.pyc
13${PYSITELIB}/duplicity/asyncscheduler.pyo 13${PYSITELIB}/duplicity/asyncscheduler.pyo
14${PYSITELIB}/duplicity/backend.py 14${PYSITELIB}/duplicity/backend.py
@@ -119,18 +119,21 @@ ${PYSITELIB}/duplicity/tarfile.pyo @@ -119,18 +119,21 @@ ${PYSITELIB}/duplicity/tarfile.pyo
119${PYSITELIB}/duplicity/tempdir.py 119${PYSITELIB}/duplicity/tempdir.py
120${PYSITELIB}/duplicity/tempdir.pyc 120${PYSITELIB}/duplicity/tempdir.pyc
121${PYSITELIB}/duplicity/tempdir.pyo 121${PYSITELIB}/duplicity/tempdir.pyo
122${PYSITELIB}/duplicity/urlparse_2_5.py 122${PYSITELIB}/duplicity/urlparse_2_5.py
123${PYSITELIB}/duplicity/urlparse_2_5.pyc 123${PYSITELIB}/duplicity/urlparse_2_5.pyc
124${PYSITELIB}/duplicity/urlparse_2_5.pyo 124${PYSITELIB}/duplicity/urlparse_2_5.pyo
125${PYSITELIB}/duplicity/util.py 125${PYSITELIB}/duplicity/util.py
126${PYSITELIB}/duplicity/util.pyc 126${PYSITELIB}/duplicity/util.pyc
127${PYSITELIB}/duplicity/util.pyo 127${PYSITELIB}/duplicity/util.pyo
128man/man1/duplicity.1 128man/man1/duplicity.1
129man/man1/rdiffdir.1 129man/man1/rdiffdir.1
130share/doc/${PKGNAME}/CHANGELOG 130share/doc/${PKGNAME}/CHANGELOG
131share/doc/${PKGNAME}/COPYING 131share/doc/${PKGNAME}/COPYING
132share/doc/${PKGNAME}/CVS-README 
133share/doc/${PKGNAME}/LOG-README 132share/doc/${PKGNAME}/LOG-README
134share/doc/${PKGNAME}/README 133share/doc/${PKGNAME}/README
 134share/doc/${PKGNAME}/REPO-README
135share/doc/${PKGNAME}/tarfile-LICENSE 135share/doc/${PKGNAME}/tarfile-LICENSE
 136share/locale/en_GB/LC_MESSAGES/duplicity.mo
 137share/locale/eo/LC_MESSAGES/duplicity.mo
136share/locale/io/LC_MESSAGES/duplicity.mo 138share/locale/io/LC_MESSAGES/duplicity.mo
 139share/locale/zh_CN/LC_MESSAGES/duplicity.mo

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/duplicity/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/duplicity/distinfo 2009/05/21 19:17:13 1.10
+++ pkgsrc/sysutils/duplicity/distinfo 2009/09/05 22:11:50 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/05/21 19:17:13 tnn Exp $ 1$NetBSD: distinfo,v 1.11 2009/09/05 22:11:50 tnn Exp $
2 2
3SHA1 (duplicity-0.5.18.tar.gz) = 3999a59236900b4e8fba134dfa4b49155869694e 3SHA1 (duplicity-0.5.20.tar.gz) = 7666991bb163e1126c2a2baf451090439dcae069
4RMD160 (duplicity-0.5.18.tar.gz) = fb2b89ac40e4122503196c16b574ef338bf71182 4RMD160 (duplicity-0.5.20.tar.gz) = 7c691739df0d43688b6fbd200cdc763b7644edd3
5Size (duplicity-0.5.18.tar.gz) = 212588 bytes 5Size (duplicity-0.5.20.tar.gz) = 217742 bytes