Update to duplicity-0.8.21.

This commit is contained in:
ajacoutot 2021-12-30 16:38:23 +00:00
parent d240fb9bf4
commit 32757ef502
3 changed files with 6 additions and 7 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.59 2021/11/02 00:02:21 sthen Exp $
# $OpenBSD: Makefile,v 1.60 2021/12/30 16:38:23 ajacoutot Exp $
COMMENT = encrypted backup using rsync algorithm
MODPY_EGG_VERSION = 0.8.20
MODPY_EGG_VERSION = 0.8.21
DISTNAME = duplicity-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (duplicity-0.8.20.tar.gz) = u+RnnTfMVSPCMC1teTPTLzZffJrqf/x4J8ReO3stIjQ=
SIZE (duplicity-0.8.20.tar.gz) = 1376671
SHA256 (duplicity-0.8.21.tar.gz) = V/6mdkZ0cYzW9tSZ5t6SyXO6T1503ZT8XmRHEzVcpFE=
SIZE (duplicity-0.8.21.tar.gz) = 1375469

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-duplicity_dup_main_py,v 1.3 2021/08/30 19:44:42 ajacoutot Exp $
$OpenBSD: patch-duplicity_dup_main_py,v 1.4 2021/12/30 16:38:23 ajacoutot Exp $
Index: duplicity/dup_main.py
--- duplicity/dup_main.py.orig
+++ duplicity/dup_main.py
@@ -1432,9 +1432,12 @@ def check_resources(action):
@@ -1447,9 +1447,12 @@ def check_resources(action):
log.ErrorCode.get_ulimit_failed)
maxopen = min([l for l in (soft, hard) if l > -1])
if maxopen < 1024: