Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-__librsyncmodule.c,v 1.1 2015/09/17 17:53:35 joerg Exp $
--- _librsyncmodule.c.orig 2015-09-17 15:50:26.000000000 +0000
+++ _librsyncmodule.c
@@ -59,8 +59,7 @@ _librsync_new_sigmaker(PyObject* self, P
if (sm == NULL) return NULL;
sm->x_attr = 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;
}