--- embedaddon/rsync/packaging/lsb/rsync.spec 2012/02/17 15:09:30 1.1.1.1 +++ embedaddon/rsync/packaging/lsb/rsync.spec 2021/03/17 00:32:36 1.1.1.4 @@ -1,18 +1,23 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.0.9 +Version: 3.2.3 %define fullversion %{version} Release: 1 %define srcdir src Group: Applications/Internet -Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz -#Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz -URL: http://rsync.samba.org/ +License: GPL +Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz +#Source1: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz +URL: https://rsync.samba.org/ Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root -License: GPL +%package ssl-daemon +Summary: An stunnel config file to support ssl rsync daemon connections. +Group: Applications/Internet +Requires: rsync, stunnel >= 4 + %description Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a @@ -24,12 +29,17 @@ differences between the source files and the existing destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. +%description ssl-daemon +Provides a config file for stunnel that will (if you start your stunnel +service) cause stunnel to listen for ssl rsync-daemon connections and run +"rsync --daemon" to handle them. + %prep # Choose one -- setup source only, or setup source + rsync-patches: %setup -q -n rsync-%{fullversion} #%setup -q -b1 -n rsync-%{fullversion} -# If you you used "%setup -q -b1", choose the patches you wish to apply: +# If you you used "%setup -q -b1 ...", choose the patches you wish to apply: #patch -p1 -Released 3.0.9. +* Thu Aug 06 2020 Wayne Davison +Released 3.2.3. -* Fri Mar 21 2008 Wayne Davison +* Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out lines that demonstrate how to use the rsync-patches tar file.