Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rsync | Distribution: openSUSE Leap 15.2 |
Version: 3.1.3 | Vendor: openSUSE |
Release: lp152.6.6.1 | Build date: Thu Dec 2 08:18:22 2021 |
Group: Productivity/Networking/Other | Build host: obs-arm-5 |
Size: 586960 | Source RPM: rsync-3.1.3-lp152.6.6.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://rsync.samba.org/ | |
Summary: Versatile tool for fast incremental file transfer |
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 remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use.
GPL-3.0-or-later
* Tue Nov 16 2021 Pedro Monreal <pmonreal@suse.com> - Fixed an error when using the external compression library where files larger that 1GB would not be transferred completely and failing with error: - deflate on token returned 0 (XXX bytes left) - rsync error: error in rsync protocol data stream (code 12) * Add rsync-fix-external-compression.patch [bsc#1190828] * Thu Sep 16 2021 Pedro Monreal <pmonreal@suse.com> - Fix a segmentation fault in iconv [bsc#1188258] * Add rsync-iconv-segfault.patch * Mon Apr 15 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> - Fixed bug numbers in spec file * Sat Apr 13 2019 Matwey V. Kornilov <matwey.kornilov@gmail.com> - Add patch: rsync-fix-prealloc-to-keep-file-size-0-when-possible.patch (boo#1108562) * Wed Jul 11 2018 kukuk@suse.de - Don't require systemd explicit, spec file can handle both cases correct and in containers we don't have systemd [bsc#1100786]. * Tue Apr 03 2018 kukuk@suse.de - Use %license instead of %doc [bsc#1082318] * Mon Jan 29 2018 pmonrealgonzalez@suse.com - Update to version 3.1.3 [bsc#1076503]: Protocol: 31 (unchanged) - SECURITY FIXES: * Fixed a buffer overrun in the protocol's handling of xattr names and ensure that the received name is null terminated. * Fix an issue with --protect-args where the user could specify the arg in the protected-arg list and short-circuit some of the arg-sanitizing code. - BUG FIXES: * Don't output about a new backup dir without appropriate info verbosity. * Fixed some issues with the sort functions in support/rsyncstats script. * Added a way to specify daemon config lists (e.g. users, groups, etc) * that contain spaces (see "auth users" in the latest rsyncd.conf manpage). * If a backup fails (e.g. full disk) rsync exits with an error. * Fixed a problem with a doubled --fuzzy option combined with --link-dest. * Avoid invalid output in the summary if either the start or end time had an error. * We don't allow a popt alias to affect the --daemon or --server options. * Fix daemon exclude code to disallow attribute changes in addition to disallowing transfers. * Don't force nanoseconds to match if a non-transferred, non-checksummed file only passed the quick-check w/o comparing nanosecods. - ENHANCEMENTS: * Added the ability for rsync to compare nanosecond times in its file-check comparisons, and added support nanosecond times on Mac OS X. * Added a short-option (-@) for --modify-window. * Added the --checksum-choice=NAME[,NAME] option to choose the checksum algorithms. * Added hashing of xattr names (with using -X) to improve the handling of files with large numbers of xattrs. * Added a way to filter xattr names using include/exclude/filter rules (see the --xattrs option in the manpage for details). * Added "daemon chroot|uid|gid" to the daemon config (in addition to the old chroot|uid|gid settings that affect the daemon's transfer process). * Added "syslog tag" to the daemon configuration. * Some manpage improvements. - DEVELOPER RELATED: * Tweak the "make" output when yodl isn't around to create the man pages. * Changed an obsolete autoconf compile macro. * Support newer yodl versions when converting man pages. - Dropped patches fixed upstream: * rsync-CVE-2017-16548.patch * rsync-3.1.2-CVE-2018-5764.patch - Refreshed patches: * rsync-send_error_to_sender.patch * Thu Jan 18 2018 pmonrealgonzalez@suse.com - Security fix: Ignore --protect-args when already sent by client [bsc#1076503, CVE-2018-5764] * Added patch rsync-3.1.2-CVE-2018-5764.patch * Tue Jan 09 2018 pmonrealgonzalez@suse.com - Fix: Stop file upload after errors [bsc#1062063] - Added patches: * rsync-send_error_to_sender.patch * rsync-avoid-uploading-after-error.patch * Tue Nov 28 2017 pmonrealgonzalez@suse.com - Security fix [bsc#1066644, CVE-2017-16548] * Missing trailing '\0' character check could lead to remote DoS * Added rsync-CVE-2017-16548.patch * Tue Jul 25 2017 tchvatal@suse.com - Try more in supporting all scenarios bsc#1046197#c24 * rsync-both-compressions.patch * Mon Jul 24 2017 tchvatal@suse.com - Execute tests to ensure the basics are still working * Mon Jul 24 2017 tchvatal@suse.com - Refresh patch rsync-both-compressions.patch to include fix when using old-compress on new zlib on server too * Thu Jul 13 2017 tchvatal@suse.com - Add patch to build with both bundled and external zlib to support both compression methods at once bsc#1046197: * rsync-both-compressions.patch * Wed Jun 14 2017 tchvatal@suse.com - We no longer need to inject the pid in post as we do not use the iniscript relying on it - Add socket activation service instead of the xinetd service - Verify in services the configuration to run actually exist - Drop sle11 support as it does not autoreconf anymore - Drop patch system-zlib.diff that was never applied - Switch to system popt and zlib: * This should not cause issues now because upstream states the underlying issue why we used the bundled one was fixed by using more safeguarded error detection * Wed Jan 06 2016 hsk@imb-jena.de - update to 3.1.2 - drop patches rsync-CVE-2014-9512.patch, rsync-equivalent_of_CVE-2014-8242.patch (applied upstream) * Wed Oct 07 2015 vcizek@suse.com - better disable slp by default, it doesn't seem to be used much and it often caused problems (eg boo#898513, bsc#922710) * set "use slp" in rsyncd.conf to enable * modified rsync-add_back_use_slp_directive.patch * Tue Oct 06 2015 vcizek@suse.com - add a compatibility flag to avoid checksum collisions (bsc#900914) * fixes rsync equivalent of librsync's CVE-2014-8242 * added rsync-equivalent_of_CVE-2014-8242.patch - modify rsync-add_back_use_slp_directive.patch * Tue Aug 11 2015 vcizek@suse.com - reintroduce "use slp" directive (bsc#922710) * added rsync-add_back_use_slp_directive.patch * Wed Feb 25 2015 crrodriguez@opensuse.org - rsync-no-libattr.patch: Use AC_SEARCH_LIBS([getxattr], [attr]) instead of AC_CHECK_LIB(attr,getxattr) so libattr is not injected as a dependency when glibc is enough since several years to use getxattr. * Mon Feb 02 2015 vcizek@suse.com - fix for CVE-2014-9512 (bnc#915410) * path spoofing attack vulnerability * added rsync-CVE-2014-9512.patch * Fri Nov 14 2014 dimstar@opensuse.org - No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify. * Sun Oct 19 2014 p.drouand@gmail.com - Do not depend on insserv if the system supports systemd; it's useless
/etc/logrotate.d/rsync /etc/rsyncd.conf /etc/rsyncd.secrets /etc/sysconfig/SuSEfirewall2.d/services/rsync-server /usr/bin/rsync /usr/bin/rsyncstats /usr/lib/systemd/system/rsyncd.service /usr/lib/systemd/system/rsyncd.socket /usr/lib/systemd/system/rsyncd@.service /usr/sbin/rcrsyncd /usr/sbin/rsyncd /usr/share/doc/packages/rsync /usr/share/doc/packages/rsync/NEWS /usr/share/doc/packages/rsync/README /usr/share/doc/packages/rsync/tech_report.tex /usr/share/licenses/rsync /usr/share/licenses/rsync/COPYING /usr/share/man/man1/rsync.1.gz /usr/share/man/man5/rsyncd.conf.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:57:01 2024