- add patch rsync-run-dir.patch:

* Drop dependency on /var/run compat symlink, this causes problems
    on image based systems
  * rsync-patches-3.2.7.tar.gz
  * rsync-patches-3.2.7.tar.gz.asc
- Update to 3.3.0
    - Fixed a bug with --sparse --inplace where a trailing gap in
      the source file would not clear out the trailing data in the
    - Fixed an buffer overflow in the checksum2 code if SHA1 is
      that the extra tests don't complain about a strlcpy() limit
      the larger value to cause an overflow).
    - Add a backtick to the list of characters that the filename
    - Fixed a string-comparison issue in the internal handling of
    - Change the argv handling to work with a newer popt library
    - Rsync now calls OpenSSL_add_all_algorithms() when compiled
    - Fixed a problem in the daemon auth for older protocols
      (29 and before) if the openssl library is being used to
      nroff doesn't support these idioms, touch the file
- New version fixes bug (boo#1203727): implicit containing directory
  in /etc and restoring them while an RPM update.
    the older `--protect-args` (`-s`) option but in a way that
    current locale's decimal point character, which made rsync
  instead of AC_CHECK_LIB(attr,getxattr) so libattr is
- Do not depend on insserv if the system supports systemd; it's
- Remove sysvinit support on distros that have systemd
  not link to libattr but it picks the glibc implementation
- Build with PIE and full RELRO
 * Apply drop-cache patch from rsync-patches tarball, adds option
   --drop-cache so rsync is drop the memory cache of files when
- updated summary (bnc#691944) and description

OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=123
This commit is contained in:
Dirk Mueller 2024-08-31 13:10:07 +00:00 committed by Git OBS Bridge
parent 2c22aecd29
commit eba92344bb

View File

@ -1,8 +1,9 @@
-------------------------------------------------------------------
Mon Aug 26 09:41:28 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- Drop dependency on /var/run compat symlink, this makes problems
if working with image based systems
- add patch rsync-run-dir.patch:
* Drop dependency on /var/run compat symlink, this causes problems
on image based systems
-------------------------------------------------------------------
Thu May 23 11:50:19 UTC 2024 - David Anes <david.anes@suse.com>