[packages/rsync] - new
adamg
adamg at pld-linux.org
Sun May 25 13:52:27 CEST 2014
commit 72f5063c1f89a6a3092da17c975b23bed25d66cd
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Sun May 25 13:52:05 2014 +0200
- new
rsync-openssl-read_line_old.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/rsync-openssl-read_line_old.patch b/rsync-openssl-read_line_old.patch
new file mode 100644
index 0000000..aedb500
--- /dev/null
+++ b/rsync-openssl-read_line_old.patch
@@ -0,0 +1,13 @@
+diff --git a/rsync-3.1.0/clientserver.c~ b/rsync-3.1.0/clientserver.c
+index 051dbfa..e10f5ea 100644
+--- rsync-3.1.0/clientserver.c~
++++ rsync-3.1.0/clientserver.c
+@@ -296,7 +296,7 @@ int start_inband_exchange(int f_in, int f_out, const char *user, int argc, char
+ if (use_ssl) {
+ io_printf(f_out, "#starttls\n");
+ while (1) {
+- if (!read_line_old(f_in, line, sizeof line)) {
++ if (!read_line_old(f_in, line, sizeof line, 0)) {
+ rprintf(FERROR, "rsync: did not receive reply to #starttls\n");
+ return -1;
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rsync.git/commitdiff/776da0fe2738b359e6a103c7d8451064086b4f20
More information about the pld-cvs-commit
mailing list