Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at 2024-05-27 11:41:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsync (Old) and /work/SRC/openSUSE:Factory/.rsync.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsync" Mon May 27 11:41:12 2024 rev:88 rq:1176461 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rsync/rsync.changes 2024-03-13 22:16:09.034912491 +0100 +++ /work/SRC/openSUSE:Factory/.rsync.new.24587/rsync.changes 2024-05-27 11:41:19.353842818 +0200 @@ -1,0 +2,66 @@ +Thu May 23 11:50:19 UTC 2024 - David Anes <[email protected]> + +- Correcly enable SIMD in x64: the flag was renamed from + --enable-simd to -enable-roll-simd in 3.2.4 + +- Remove leftovers from previous versions: + * rsync-patches-3.2.7.tar.gz + * rsync-patches-3.2.7.tar.gz.asc + +------------------------------------------------------------------- +Thu Apr 18 08:22:02 UTC 2024 - David Anes <[email protected]> + +- Update to 3.3.0 + * BUG FIXES: + - Fixed a bug with --sparse --inplace where a trailing gap in + the source file would not clear out the trailing data in the + destination file. + - Fixed an buffer overflow in the checksum2 code if SHA1 is + being used for the checksum2 algorithm. + - Fixed an issue when rsync is compiled using _FORTIFY_SOURCE so + that the extra tests don't complain about a strlcpy() limit + value (which was too large, even though it wasn't possible for + the larger value to cause an overflow). + (fix bsc#1214616, bsc#1214249) + - Add a backtick to the list of characters that the filename + quoting needs to escape using backslashes. + - Fixed a string-comparison issue in the internal handling of + --progress (a locale such as tr_TR.utf-8 needed the internal + triggering of --info options to use upper-case flag names to + ensure that they match). + - Make sure that a local transfer marks the sender side as + trusted. + - Change the argv handling to work with a newer popt library + -â -â one that likes to free more data than it used to. + - Rsync now calls OpenSSL_add_all_algorithms() when compiled + against an older openssl library. + - Fixed a problem in the daemon auth for older protocols + (29 and before) if the openssl library is being used to + compute MD4 checksums. + - Fixed rsync -VV on Cygwin -â -â it needed a flush of stdout. + - Fixed an old stats bug that counted devices as symlinks. + + * ENHANCEMENTS: + - Enhanced rrsync with the -no-overwrite option that allows you + to ensure that existing files on your restricted but writable + directory can't be modified. + - Enhanced the manpages to mark links with .UR & .UE. If your + nroff doesn't support these idioms, touch the file + .md2man-force in the source directory so that md-convert gets + called with the --force-link-text option, and that should + ensure that your manpages are still readable even with the + ignored markup. + - Some manpage improvements on the handling of [global] modules. + - Changed the mapfrom & mapto perl scripts (in the support dir) + into a single python script named idmap. Converted a couple + more perl scripts into python. + - Changed the mnt-excl perl script (in the support dir) into a + python script. + + * DEVELOPER RELATED: + - Updated config.guess (timestamp 2023-01-01) and config.sub + (timestamp 2023-01-21). + +- Drop rsync-fortified-strlcpy-fix.patch (included upstream). + +------------------------------------------------------------------- Old: ---- rsync-3.2.7.tar.gz rsync-3.2.7.tar.gz.asc rsync-fortified-strlcpy-fix.patch rsync-patches-3.2.7.tar.gz rsync-patches-3.2.7.tar.gz.asc New: ---- rsync-3.3.0.tar.gz rsync-3.3.0.tar.gz.asc rsync-patches-3.3.0.tar.gz rsync-patches-3.3.0.tar.gz.asc BETA DEBUG BEGIN: Old: - Drop rsync-fortified-strlcpy-fix.patch (included upstream). BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.mOnYNP/_old 2024-05-27 11:41:20.793895432 +0200 +++ /var/tmp/diff_new_pack.mOnYNP/_new 2024-05-27 11:41:20.797895578 +0200 @@ -1,7 +1,7 @@ # # spec file for package rsync # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ %endif Name: rsync -Version: 3.2.7 +Version: 3.3.0 Release: 0 Summary: Versatile tool for fast incremental file transfer License: GPL-3.0-or-later @@ -55,7 +55,6 @@ Source12: %{name}.keyring Source13: rsyncd Patch0: rsync-no-libattr.patch -Patch1: rsync-fortified-strlcpy-fix.patch Patch2: rsync-usr-etc.patch BuildRequires: autoconf BuildRequires: automake @@ -121,7 +120,7 @@ --disable-xxhash\ %endif %ifarch x86_64 - --enable-simd \ + --enable-roll-simd \ %endif %if %{with slp} --enable-slp \ ++++++ rsync-3.2.7.tar.gz -> rsync-3.3.0.tar.gz ++++++ ++++ 5748 lines of diff (skipped) ++++++ rsync-patches-3.2.7.tar.gz -> rsync-patches-3.3.0.tar.gz ++++++ ++++ 2298 lines of diff (skipped)
