[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Tue Jun 16 19:11:33 UTC 2020
The branch, master has been updated
via 7dfcbf7d Add g++ failure info; add mention of SSL rsyncd examples.
from 38ecf188 Only complain about lack of g++ on linux for now.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7dfcbf7df6e0dd1b9e475839924e75e4808f30d5
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 16 12:10:41 2020 -0700
Add g++ failure info; add mention of SSL rsyncd examples.
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 1 +
NEWS.md | 2 ++
2 files changed, 3 insertions(+)
Changeset truncated at 500 lines:
diff --git a/Makefile.in b/Makefile.in
index a4766650..a30d1022 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,6 +125,7 @@ rounding.h: rounding.c rsync.h proto.h
@rm -f rounding.out
simd-checksum-x86_64.o: simd-checksum-x86_64.cpp
+ @echo "If this fails to compile and you can't fix it, re-run configure with --disable-simd."
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp
lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.s
diff --git a/NEWS.md b/NEWS.md
index b55519d3..dc3afe39 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -140,6 +140,8 @@ Protocol: 31 (unchanged)
- Forward -4 or -6 to the ssh command, making it easier to type than
`--rsh='ssh -4'` (or -6).
+ - Added example config for rsyncd SSL proxy configs to rsyncd.conf.
+
- More errors messages now mention if the error is coming from the sender or
the receiver.
--
The rsync repository.
More information about the rsync-cvs
mailing list