aboutsummaryrefslogtreecommitdiffstats
path: root/testing/burp/librsync-1.0.0.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/burp/librsync-1.0.0.patch
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/burp/librsync-1.0.0.patch')
-rw-r--r--testing/burp/librsync-1.0.0.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/burp/librsync-1.0.0.patch b/testing/burp/librsync-1.0.0.patch
deleted file mode 100644
index 80d7edb08e..0000000000
--- a/testing/burp/librsync-1.0.0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- ./src/backup_phase2_server.c.orig
-+++ ./src/backup_phase2_server.c
-@@ -483,7 +483,11 @@
- free(curpath);
-
- blocklen=get_librsync_block_len(cb->endfile);
-+#ifdef RS_DEFAULT_STRONG_LEN
- if(!(p1b->sigjob=rs_sig_begin(blocklen, RS_DEFAULT_STRONG_LEN)))
-+#else
-+ if(!(p1b->sigjob=rs_sig_begin(blocklen, 8, RS_MD4_SIG_MAGIC)))
-+#endif
- {
- logp("could not start signature job.\n");
- return -1;
---- ./src/backup_phase4_server.c.orig
-+++ ./src/backup_phase4_server.c
-@@ -38,7 +38,7 @@
- }
- result=rs_sig_gzfile(dstfp, dstzp, sigp,
- get_librsync_block_len(endfile),
-- RS_DEFAULT_STRONG_LEN, NULL, cntr);
-+ 8, NULL, cntr);
- gzclose_fp(&dstzp);
- close_fp(&dstfp);
- if(close_fp(&sigp))
---- ./src/rs_buf.c.orig
-+++ ./src/rs_buf.c
-@@ -497,7 +497,7 @@
- rs_job_t *job;
- rs_result r;
-
-- job = rs_sig_begin(new_block_len, strong_len);
-+ job = rs_sig_begin(new_block_len, strong_len, RS_MD4_SIG_MAGIC);
- r = rs_whole_gzrun(job, old_file, old_zfile, sig_file, NULL, cntr);
- /*
- if (stats)