On Fri, Jan 17, 2025 at 10:57:53PM +0100, poc...@homemail.com wrote: > > Has the following been Fixed or back ported to 3.2.7? > > fixed handling of -H flag with conflict in internal flag values > > fixed a user after free in logging of failed rename > > fixed build on systems without openat() > > removed dependency on alloca() in bundled popt > > Fixed the included popt to avoid a memory error on modern gcc versions. > > Fixed an incorrect extern variable's type that caused an ACL issue on macOS. > > Fixed IPv6 configure check > > Updated included popt to version 1.19. > > 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). > > 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 an old stats bug that counted devices as symlinks > > 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. > > 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. >
Pocket, No idea where this list came from so: You might want to check for yourself. The first of these at least was corrected in the package for rsync available currently in Debian stable. (updated on 17th January 2025). The security fixes will also be ported to Debian oldstable by Freexian. Hope this helps, Andrew Cater (amaca...@debian.org)