summaryrefslogtreecommitdiff
path: root/sysutils/duplicity
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r--sysutils/duplicity/Makefile6
-rw-r--r--sysutils/duplicity/distinfo3
-rw-r--r--sysutils/duplicity/patches/patch-duplicity___librsyncmodule.c14
3 files changed, 19 insertions, 4 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 9406ff7a987..c30109059a7 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2015/04/09 10:16:35 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.30 2015/09/17 17:53:35 joerg Exp $
DISTNAME= duplicity-0.6.25
+PKGREVISION= 1
CATEGORIES= sysutils net
MASTER_SITES= http://code.launchpad.net/duplicity/0.6-series/${PKGVERSION_NOREV}/+download/
@@ -42,8 +43,7 @@ SUBST_VARS.gpgpath= GPGPATH
post-extract:
cd ${WRKSRC} && ${CHMOD} go+r *
-BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6
-.include "../../devel/librsync/buildlink3.mk"
+.include "../../net/librsync/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo
index 873a4881e22..6bb5168e52d 100644
--- a/sysutils/duplicity/distinfo
+++ b/sysutils/duplicity/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2015/04/09 10:16:35 hiramatsu Exp $
+$NetBSD: distinfo,v 1.18 2015/09/17 17:53:35 joerg Exp $
SHA1 (duplicity-0.6.25.tar.gz) = fe0b6b0b0dc7dbc02598d96567954b48c4308420
RMD160 (duplicity-0.6.25.tar.gz) = a7457b3be4ea73707a1ef7b9021014a82f917eaa
Size (duplicity-0.6.25.tar.gz) = 1269583 bytes
SHA1 (patch-aa) = f1210f703dccf759f234846a3139ce98063011cb
+SHA1 (patch-duplicity___librsyncmodule.c) = 505d97e127051f6d7e4546e7343eea54a53083d2
diff --git a/sysutils/duplicity/patches/patch-duplicity___librsyncmodule.c b/sysutils/duplicity/patches/patch-duplicity___librsyncmodule.c
new file mode 100644
index 00000000000..63234926072
--- /dev/null
+++ b/sysutils/duplicity/patches/patch-duplicity___librsyncmodule.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-duplicity___librsyncmodule.c,v 1.1 2015/09/17 17:53:35 joerg Exp $
+
+--- duplicity/_librsyncmodule.c.orig 2014-10-20 19:09:10.000000000 +0000
++++ duplicity/_librsyncmodule.c
+@@ -67,8 +67,7 @@ _librsync_new_sigmaker(PyObject* self, P
+ sm = PyObject_New(_librsync_SigMakerObject, &_librsync_SigMakerType);
+ if (sm == NULL) return NULL;
+
+- sm->sig_job = rs_sig_begin((size_t)blocklen,
+- (size_t)RS_DEFAULT_STRONG_LEN);
++ sm->sig_job = rs_sig_begin((size_t)blocklen, 8, RS_MD4_SIG_MAGIC);
+ return (PyObject*)sm;
+ }
+