[PATCH] sysutils/duplicity: update to 0.4.12
New in v0.4.12 (2008/07/22) --------------------------- Dan Muresan created a patch to minimize the number of password prompts. To do so, it sometimes requests a password once without confirmation; if later it turns out that a full backup is needed, the user is prompted for confirmation. bug #23540: doc bug in man page (environment FTP_PASSWORD) https://savannah.nongnu.org/bugs/index.php?23540 bug #23362: Documentation for --version, --time-separator <char> https://savannah.nongnu.org/bugs/index.php?23362 bug #23283: interactive passphrase query is suboptimal https://savannah.nongnu.org/bugs/index.php?23283 bug #23066 was not actually applied to 0.4.11. Its here now. https://savannah.nongnu.org/bugs/index.php?23066 bug #22826: regressions caused by boto 1.1c https://savannah.nongnu.org/bugs/index.php?22826 New in v0.4.11 (2008/05/05) --------------------------- Changes applied to allow duplicity to run under Python 2.3 again. patch #6485: Reinstate patch #6340 with a detailed explanation. https://savannah.nongnu.org/patch/index.php?6485 bug #23066: ssh uris with given portnumbers are not handled correctly https://savannah.nongnu.org/bugs/index.php?23066 PR: ports/125987 Submitted by: peter.schuller@infidyne.com Approved by: maintainer timeout
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (duplicity-0.4.10.tar.gz) = b976c033000c1231e2995618882e211b
|
||||
SHA256 (duplicity-0.4.10.tar.gz) = fd7f0db94feba7582d07984bd3be684c80621cee43dfe10e31df044c32125ed3
|
||||
SIZE (duplicity-0.4.10.tar.gz) = 124839
|
||||
MD5 (duplicity-0.4.12.tar.gz) = 2cec2aba2b0d770c70601862af94f896
|
||||
SHA256 (duplicity-0.4.12.tar.gz) = c8d8cc35322867d7deec6dfb8b880e459ab4a6e1b23adfd7ca24ebffa4314668
|
||||
SIZE (duplicity-0.4.12.tar.gz) = 126345
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (duplicity-0.4.10.tar.gz) = b976c033000c1231e2995618882e211b
|
||||
SHA256 (duplicity-0.4.10.tar.gz) = fd7f0db94feba7582d07984bd3be684c80621cee43dfe10e31df044c32125ed3
|
||||
SIZE (duplicity-0.4.10.tar.gz) = 124839
|
||||
MD5 (duplicity-0.4.12.tar.gz) = 2cec2aba2b0d770c70601862af94f896
|
||||
SHA256 (duplicity-0.4.12.tar.gz) = c8d8cc35322867d7deec6dfb8b880e459ab4a6e1b23adfd7ca24ebffa4314668
|
||||
SIZE (duplicity-0.4.12.tar.gz) = 126345
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (duplicity-0.4.10.tar.gz) = b976c033000c1231e2995618882e211b
|
||||
SHA256 (duplicity-0.4.10.tar.gz) = fd7f0db94feba7582d07984bd3be684c80621cee43dfe10e31df044c32125ed3
|
||||
SIZE (duplicity-0.4.10.tar.gz) = 124839
|
||||
MD5 (duplicity-0.4.12.tar.gz) = 2cec2aba2b0d770c70601862af94f896
|
||||
SHA256 (duplicity-0.4.12.tar.gz) = c8d8cc35322867d7deec6dfb8b880e459ab4a6e1b23adfd7ca24ebffa4314668
|
||||
SIZE (duplicity-0.4.12.tar.gz) = 126345
|
||||
|
||||
Reference in New Issue
Block a user