diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-05 22:11:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-05 22:11:50 +0000 |
commit | e6cc6d8256f1e5ea20ac974f1e6b3718090abb09 (patch) | |
tree | b9bd30408fb017fc082497d5d2a187c128aa7ccc /sysutils/duplicity | |
parent | 8e3f440c4a4fea5ff826d702d4b7f1f8416746b9 (diff) | |
download | pkgsrc-e6cc6d8256f1e5ea20ac974f1e6b3718090abb09.tar.gz |
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.
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r-- | sysutils/duplicity/Makefile | 4 | ||||
-rw-r--r-- | sysutils/duplicity/PLIST | 7 | ||||
-rw-r--r-- | sysutils/duplicity/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 82889059087..46dc8fcb67f 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2009/05/21 19:17:13 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2009/09/05 22:11:50 tnn Exp $ -DISTNAME= duplicity-0.5.18 +DISTNAME= duplicity-0.5.20 CATEGORIES= sysutils net MASTER_SITES= http://savannah.nongnu.org/download/duplicity/ diff --git a/sysutils/duplicity/PLIST b/sysutils/duplicity/PLIST index 813a9a46e06..16101518432 100644 --- a/sysutils/duplicity/PLIST +++ b/sysutils/duplicity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:16:03 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/09/05 22:11:50 tnn Exp $ bin/duplicity bin/rdiffdir ${PYSITELIB}/duplicity/GnuPGInterface.py @@ -129,8 +129,11 @@ man/man1/duplicity.1 man/man1/rdiffdir.1 share/doc/${PKGNAME}/CHANGELOG share/doc/${PKGNAME}/COPYING -share/doc/${PKGNAME}/CVS-README share/doc/${PKGNAME}/LOG-README share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/REPO-README share/doc/${PKGNAME}/tarfile-LICENSE +share/locale/en_GB/LC_MESSAGES/duplicity.mo +share/locale/eo/LC_MESSAGES/duplicity.mo share/locale/io/LC_MESSAGES/duplicity.mo +share/locale/zh_CN/LC_MESSAGES/duplicity.mo diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index e2ffbf8ea9d..bde7da78d0a 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/05/21 19:17:13 tnn Exp $ +$NetBSD: distinfo,v 1.11 2009/09/05 22:11:50 tnn Exp $ -SHA1 (duplicity-0.5.18.tar.gz) = 3999a59236900b4e8fba134dfa4b49155869694e -RMD160 (duplicity-0.5.18.tar.gz) = fb2b89ac40e4122503196c16b574ef338bf71182 -Size (duplicity-0.5.18.tar.gz) = 212588 bytes +SHA1 (duplicity-0.5.20.tar.gz) = 7666991bb163e1126c2a2baf451090439dcae069 +RMD160 (duplicity-0.5.20.tar.gz) = 7c691739df0d43688b6fbd200cdc763b7644edd3 +Size (duplicity-0.5.20.tar.gz) = 217742 bytes |