[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jul 29 18:22:39 UTC 2020


The branch, master has been updated
       via  b1ae7fc9 INSTALL changes, including some Fedora packages.
      from  8695bcc2 Preparing for release of 3.2.3pre1

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


- Log -----------------------------------------------------------------
commit b1ae7fc941088377f215bcdf06901d324a4ef0a0
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 29 11:22:23 2020 -0700

    INSTALL changes, including some Fedora packages.

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

Summary of changes:
 INSTALL.md | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/INSTALL.md b/INSTALL.md
index 02628c69..cc7929e8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -11,7 +11,7 @@ features (the impatient can skip down to the package summary):
 
 You need to have a C compiler installed and optionally a C++ compiler in order
 to try to build some hardware-accelerated checksum routines.  Rsync also needs
-a modern awk, which might be provides via gawk or nawk on some OSes.
+a modern awk, which might be provided via gawk or nawk on some OSes.
 
 If you're installing from the git repo (instead of a release tar file) you'll
 also need the GNU autotools (autoconf & automake) and your choice of 2 python3
@@ -30,7 +30,7 @@ installed to manipulate ACLs and to run the rsync testsuite.
 
 ## Xattr support
 
-To support copying xattr file information, make sure you have an xattr
+To support copying xattr file information, make sure you have an attr
 development library installed. It also helps to have the helper programs
 installed to manipulate xattrs and to run the rsync testsuite.
 
@@ -45,7 +45,7 @@ checksums as the default checksum algorithm.
 
 ## zstd
 
-The [zstd library][2] compression algorithm that uses a lot less CPU than
+The [zstd library][2] compression algorithm that uses less CPU than
 the default zlib algorithm at the same compression level.  Note that you
 need at least version 1.4, so you might need to skip the zstd compression if
 you can only install a 1.3 release.  Installing this development library
@@ -101,6 +101,15 @@ like.
     >     sudo yum -y install openssl-devel
     >     pip3 install --user commonmark
 
+ -  For Fedora 33:
+
+    >     sudo dnf -y install acl libacl-devel
+    >     sudo dnf -y install attr libattr-devel
+    >     sudo dnf -y install xxhash-devel
+    >     sudo dnf -y install libzstd-devel
+    >     sudo dnf -y install lz4-devel
+    >     sudo dnf -y install openssl-devel
+
  -  For FreeBSD (this assumes that the python3 version is 3.7):
 
     >     sudo pkg install -y autotools python3 py37-CommonMark
@@ -118,11 +127,11 @@ like.
 
  -  For Cygwin (with all cygwin programs stopped, run the appropriate setup program from a cmd shell):
 
-    >     .\setup-x86_64.exe --quiet-mode -P make,gawk,autoconf,automake,gcc-core,python3,python36-commonmark
-    >     .\setup-x86_64.exe --quiet-mode -P attr,libattr-devel
-    >     .\setup-x86_64.exe --quiet-mode -P libzstd-devel
-    >     .\setup-x86_64.exe --quiet-mode -P liblz4-devel
-    >     .\setup-x86_64.exe --quiet-mode -P libssl-devel
+    >     setup-x86_64 --quiet-mode -P make,gawk,autoconf,automake,gcc-core,python3,python36-commonmark
+    >     setup-x86_64 --quiet-mode -P attr,libattr-devel
+    >     setup-x86_64 --quiet-mode -P libzstd-devel
+    >     setup-x86_64 --quiet-mode -P liblz4-devel
+    >     setup-x86_64 --quiet-mode -P libssl-devel
 
 ## Build and install
 


-- 
The rsync repository.



More information about the rsync-cvs mailing list