Hey, I just upgrade to OpenBSD 6.4 on my server and noticed my duplicity backup job fails.
The current port installs version 0.7.18.1, which broke remote backups to at least SFTP locations[1]. The update to 0.7.18.2 was released to fix this problem. Attached is a patch to bump the port version. I don't know the exact protocol for this, but it may be desirable to backport this change to 6.4 STABLE. Best regards, Henrik
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/duplicity/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- Makefile 3 Sep 2018 01:16:06 -0000 1.48 +++ Makefile 21 Oct 2018 19:03:29 -0000 @@ -5,7 +5,7 @@ COMMENT = encrypted backup using rsync algorithm -MODPY_EGG_VERSION = 0.7.18.1 +MODPY_EGG_VERSION = 0.7.18.2 DISTNAME = duplicity-${MODPY_EGG_VERSION} CATEGORIES = sysutils Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/duplicity/distinfo,v retrieving revision 1.30 diff -u -p -r1.30 distinfo --- distinfo 3 Sep 2018 01:16:06 -0000 1.30 +++ distinfo 21 Oct 2018 19:03:29 -0000 @@ -1,2 +1,2 @@ -SHA256 (duplicity-0.7.18.1.tar.gz) = yTUBntlT5HZ9+NOXZcTdQRmHCaFGaOgj4unj4gcQgJ0= -SIZE (duplicity-0.7.18.1.tar.gz) = 1726064 +SHA256 (duplicity-0.7.18.2.tar.gz) = wjaIj0MSjpbNMwF7AaKFXA4kc4GV/tXK2tCMKP1rZ0g= +SIZE (duplicity-0.7.18.2.tar.gz) = 1726157