aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-03 13:45:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-03 13:45:43 -0300
commit76d5f8293c41dffc7a7dc529b06f4cd51b21d06f (patch)
treeef68748cfd69fb54fdb88d7c8867c08f26bc7973
parentad1ca9b5daec046002c5cb0481a674eaf76b5083 (diff)
downloadaports-76d5f8293c41dffc7a7dc529b06f4cd51b21d06f.tar.bz2
aports-76d5f8293c41dffc7a7dc529b06f4cd51b21d06f.tar.xz
main/rdiff-backup: remove stale patch
-rw-r--r--main/rdiff-backup/rdiff-backup-1.2.8-librsync-1.0.0.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/rdiff-backup/rdiff-backup-1.2.8-librsync-1.0.0.patch b/main/rdiff-backup/rdiff-backup-1.2.8-librsync-1.0.0.patch
deleted file mode 100644
index ce23c8a812..0000000000
--- a/main/rdiff-backup/rdiff-backup-1.2.8-librsync-1.0.0.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Patch by Roman Tereshonkov and Kari Hautio for rdiff-backup <= 1.2.8 to avoid a build failure with
-librsync >= 1.0.0 (which is a security bugfix release). The discussion and solution finding can be
-found at https://bugs.launchpad.net/duplicity/+bug/1416344 (for duplicity).
-
---- rdiff-backup-1.2.8/_librsyncmodule.c 2009-03-16 15:36:21.000000000 +0100
-+++ rdiff-backup-1.2.8/_librsyncmodule.c.librsync-1.0.0 2015-03-02 00:54:24.000000000 +0100
-@@ -59,8 +59,13 @@
- if (sm == NULL) return NULL;
- sm->x_attr = NULL;
-
-+#ifdef RS_DEFAULT_STRONG_LEN
- sm->sig_job = rs_sig_begin((size_t)blocklen,
- (size_t)RS_DEFAULT_STRONG_LEN);
-+#else
-+ sm->sig_job = rs_sig_begin((size_t)blocklen,
-+ (size_t)8, RS_MD4_SIG_MAGIC);
-+#endif
- return (PyObject*)sm;
- }
-