[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jun 10 00:28:41 UTC 2020


The branch, master has been updated
       via  44af7922 The samba rsync server now requires ssl.
      from  03fc62ad More man processing improvements

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 44af79223e30e1337a06361d1ccdb73ecdc8e46d
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jun 9 17:21:51 2020 -0700

    The samba rsync server now requires ssl.

-----------------------------------------------------------------------

Summary of changes:
 README.md      | 7 ++++++-
 prepare-source | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/README.md b/README.md
index 9007a25b..bcce1b8d 100644
--- a/README.md
+++ b/README.md
@@ -136,5 +136,10 @@ AVAILABILITY
 ------------
 
 The main web site for rsync is http://rsync.samba.org/
+
 The main ftp site is ftp://rsync.samba.org/pub/rsync/
-This is also available as rsync://rsync.samba.org/rsyncftp/
+
+This is also available as rsync://download.samba.org/rsyncftp/ if you
+connect via ssl. Use the `rsync-ssl` script if you have it, otherwise
+connect to the rsync server via a normal rsync command and it will
+output some instructions for how to connect.
diff --git a/prepare-source b/prepare-source
index b1e76282..3514a4c8 100755
--- a/prepare-source
+++ b/prepare-source
@@ -31,13 +31,13 @@ for action in "${@}"; do
 	else
 	    files='[cap]*'
 	fi
-	rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/"$files" .
+	rsync -ipe ./ssl-rsh rsync://download.samba.org/rsyncftp/generated-files/"$files" .
 	;;
     fetchgen)
-	rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/'*' .
+	rsync -ipe ./ssl-rsh rsync://download.samba.org/rsyncftp/generated-files/'*' .
 	;;
     fetchSRC)
-	rsync -pvrz --exclude=/.git/ rsync://rsync.samba.org/ftp/pub/unpacked/rsync/ .
+	rsync -ipre ./ssl-rsh --exclude=/.git/ rsync://download.samba.org/ftp/pub/unpacked/rsync/ .
 	;;
     *)
 	echo "Unknown action: $action"


-- 
The rsync repository.



More information about the rsync-cvs mailing list