SHA256
1
0
forked from pool/rsync
Commit Graph

155 Commits

Author SHA256 Message Date
Ana Guerrero
c9ad0a9c05 Accepting request 1199223 from network
OBS-URL: https://build.opensuse.org/request/show/1199223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=90
2024-09-08 09:59:22 +00:00
David Anes
3bc367b409 - rsync-gcc14.patch: fixed the ipv6 configure check (bsc#1230156)
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=125
2024-09-06 12:59:14 +00:00
Dominique Leuenberger
7ae9fcce0c Accepting request 1198081 from network
- 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

OBS-URL: https://build.opensuse.org/request/show/1198081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=89
2024-09-02 11:13:14 +00:00
eba92344bb - 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
2024-08-31 13:10:07 +00:00
2c22aecd29 - Drop dependency on /var/run compat symlink, this makes problems
if working with image based systems

OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=122
2024-08-31 09:26:18 +00:00
Ana Guerrero
1c2ca5bfed Accepting request 1176461 from network
OBS-URL: https://build.opensuse.org/request/show/1176461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=88
2024-05-27 09:41:12 +00:00
David Anes
87f2face76 Accepting request 1176460 from home:david.anes:branches:network
- 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

OBS-URL: https://build.opensuse.org/request/show/1176460
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=120
2024-05-23 12:11:18 +00:00
David Anes
013cb23cb4 Accepting request 1168828 from home:david.anes:branches:network
- 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:

OBS-URL: https://build.opensuse.org/request/show/1168828
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=119
2024-04-18 12:02:12 +00:00
Ana Guerrero
b12197817b Accepting request 1157316 from network
OBS-URL: https://build.opensuse.org/request/show/1157316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=87
2024-03-13 21:16:03 +00:00
David Anes
b62674f5be Accepting request 1157116 from home:bmwiedemann:branches:network
Avoid package changes in %check

OBS-URL: https://build.opensuse.org/request/show/1157116
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=117
2024-03-12 19:16:04 +00:00
Ana Guerrero
dfae43b1d4 Accepting request 1134227 from network
OBS-URL: https://build.opensuse.org/request/show/1134227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=86
2023-12-21 22:37:31 +00:00
David Anes
5bea7bfc7e Accepting request 1134226 from home:david.anes:branches:network
* Add rsync-usr-etc.patch

OBS-URL: https://build.opensuse.org/request/show/1134226
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=115
2023-12-20 13:51:58 +00:00
David Anes
fc8375e976 Accepting request 1129809 from home:schubi2:branches:openSUSE:Factory
- Moved rsyncd.conf and rsyncd.secrets to /usr/etc.

OBS-URL: https://build.opensuse.org/request/show/1129809
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=114
2023-12-01 11:33:45 +00:00
Ana Guerrero
45f73ef10d Accepting request 1110901 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1110901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=85
2023-09-14 14:24:59 +00:00
Ana Guerrero
8750e8df66 Accepting request 1109241 from network
OBS-URL: https://build.opensuse.org/request/show/1109241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=84
2023-09-12 19:02:00 +00:00
David Anes
212d5c8a62 Accepting request 1109258 from home:david.anes:branches:network
OBS-URL: https://build.opensuse.org/request/show/1109258
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=111
2023-09-06 11:08:14 +00:00
David Anes
3c6d9062b8 Accepting request 1109245 from home:david.anes:branches:network
- Add missing runtime dependency to libxxhash when rsync builds
  against it. (bsc#1214515)
- Rename patch to follow naming patch policies:
  fortified-strlcpy-fix.patch -> rsync-fortified-strlcpy-fix.patch

- add fortified-strlcpy-fix.patch (bsc#1214616, bsc#1214249)

OBS-URL: https://build.opensuse.org/request/show/1109245
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=110
2023-09-06 10:11:10 +00:00
David Anes
2bc1e2ae43 Accepting request 1109229 from home:kukuk:branches:network
- Use "slp" for bcond, not "openslp", like we use for all other
  packages, too.
- Disable slp patch and configure option if bcond slp is disabled.

OBS-URL: https://build.opensuse.org/request/show/1109229
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=109
2023-09-06 09:58:37 +00:00
David Anes
a21828dc08 Accepting request 1109040 from home:david.anes:branches:network
Add missing bug number in changelog

OBS-URL: https://build.opensuse.org/request/show/1109040
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=108
2023-09-05 12:59:17 +00:00
David Anes
9c24d26be7 Accepting request 1109022 from home:favogt:branches:network
- Disable openslp support on new distros

OBS-URL: https://build.opensuse.org/request/show/1109022
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=107
2023-09-05 12:52:25 +00:00
daf57cb5d4 - add fortified-strlcpy-fix.patch (bsc#1214616)
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=106
2023-09-05 12:08:12 +00:00
Yuchen Lin
e7f1281c01 Accepting request 1101486 from network
OBS-URL: https://build.opensuse.org/request/show/1101486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=83
2023-08-01 12:15:32 +00:00
342e81d125 Accepting request 1101398 from home:ateixeira:branches:network
- Add support directory to %docdir.
  Includes some upstream provided scripts such as rrsync. (bsc#1212198)

OBS-URL: https://build.opensuse.org/request/show/1101398
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=104
2023-07-31 08:34:48 +00:00
Dominique Leuenberger
11fb1d126f Accepting request 1078451 from network
OBS-URL: https://build.opensuse.org/request/show/1078451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=82
2023-04-12 10:51:02 +00:00
David Anes
ce88ee55b6 Accepting request 1078381 from home:jsegitz:branches:network
OBS-URL: https://build.opensuse.org/request/show/1078381
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=102
2023-04-11 13:31:23 +00:00
Dominique Leuenberger
5b15adb5d6 Accepting request 1030356 from network
OBS-URL: https://build.opensuse.org/request/show/1030356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=81
2022-10-22 12:12:27 +00:00
David Anes
9995d7a6b9 Accepting request 1030355 from home:david.anes:branches:home:stroeder:sys
- New version fixes bug (boo#1203727): implicit containing directory 
  sometimes rejected as unrequested
- update to 3.2.7
  * BUG FIXES:
    - Fixed the client-side validating of the remote sender's filtering behavior.
    - More fixes for the "unrequested file-list name" name, including a copy of
      "/" with `--relative` enabled and a copy with a lot of related paths with
      `--relative` enabled (often derived from a `--files-from` list).
    - When rsync gets an unpack error on an ACL, mention the filename.
    - Avoid over-setting sanitize_paths when a daemon is serving "/" (even if
      "use chroot" is false).
  * ENHANCEMENTS:
    - Added negotiated daemon-auth support that allows a stronger checksum digest
      to be used to validate a user's login to the daemon.  Added SHA512, SHA256,
      and SHA1 digests to MD5 & MD4.  These new digests are at the highest priority
      in the new daemon-auth negotiation list.
    - Added support for the SHA1 digest in file checksums.  While this tends to be
      overkill, it is available if someone really needs it.  This overly-long
      checksum is at the lowest priority in the normal checksum negotiation list.
      See [`--checksum-choice`](rsync.1#opt) (`--cc`) and the `RSYNC_CHECKSUM_LIST`
      environment var for how to customize this.
    - Improved the xattr hash table to use a 64-bit key without slowing down the
      key's computation.  This should make extra sure that a hash collision doesn't
      happen.
    - If the `--version` option is repeated (e.g. `-VV`) then the information is
      output in a (still readable) JSON format.  Client side only.
    - The script `support/json-rsync-version` is available to get the JSON style
      version output from any rsync.  The script accepts either text on stdin
      **or** an arg that specifies an rsync executable to run with a doubled
      `--version` option.  If the text we get isn't already in JSON format, it is

OBS-URL: https://build.opensuse.org/request/show/1030355
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=100
2022-10-21 10:12:55 +00:00
Dominique Leuenberger
110374824c Accepting request 1003501 from network
OBS-URL: https://build.opensuse.org/request/show/1003501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=80
2022-09-15 20:57:44 +00:00
David Anes
b1f4b9d3e7 Accepting request 1003500 from home:david.anes:branches:network
- Use bundled SLP patch now that upstream fixed it:
  * Remove rsync-3.2.5-slp.patch

- update to 3.2.6:
  * More path-cleaning improvements in the file-list validation code to avoid
    rejecting of valid args.
  * A file-list validation fix for a --files-from file that ends without a
    line-terminating character.
  * Added a safety check that prevents the sender from removing destination
    files when a local copy using --remove-source-files has some files that are
    shared between the sending & receiving hierarchies, including the case
    where the source dir & destination dir are identical.
  * Fixed a bug in the internal MD4 checksum code that could cause the digest
    to be sporadically incorrect (the openssl version was/is fine).
  * A minor tweak to rrsync added "copy-devices" to the list of known args, but
    left it disabled by default.

OBS-URL: https://build.opensuse.org/request/show/1003500
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=98
2022-09-14 10:53:39 +00:00
David Anes
134e8e0bbd Accepting request 1002273 from home:bmwiedemann:branches:network
Build SLE version with g++-11
to work around nondeterministic g++-7 (boo#1193895)

For the SLE-12 builds, you would need to `osc branch Archiving/lz4 network` and same for `zstd`
and configure them to only build for SLE-12 in the project.
And add a line to prjconf: `Prefer: gzip`

OBS-URL: https://build.opensuse.org/request/show/1002273
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=97
2022-09-14 09:18:25 +00:00
Dominique Leuenberger
30402d18e8 Accepting request 1002994 from network
OBS-URL: https://build.opensuse.org/request/show/1002994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=79
2022-09-13 13:07:55 +00:00
David Anes
671bd07393 Accepting request 1000687 from home:schubi2
- Migration to /usr/etc: Saving user changed configuration files
  in /etc and restoring them while an RPM update.

OBS-URL: https://build.opensuse.org/request/show/1000687
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=95
2022-09-12 14:19:59 +00:00
Dominique Leuenberger
cc4eda842c Accepting request 997524 from network
OBS-URL: https://build.opensuse.org/request/show/997524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=78
2022-08-18 14:48:50 +00:00
b3097cbcf7 Accepting request 997517 from home:david.anes:branches:network
- Add upstream patch rsync-3.2.5-slp.patch, as the one included in
  the released tarball doesn't fully apply.
- Drop patch rsync-CVE-2022-29154.patch, already included upstream.
- Update to 3.2.5
  * SECURITY FIXES:
    - Added some file-list safety checking that helps to ensure that a rogue
      sending rsync can't add unrequested top-level names and/or include recursive
      names that should have been excluded by the sender.  These extra safety
      checks only require the receiver rsync to be updated.  When dealing with an
      untrusted sending host, it is safest to copy into a dedicated destination
      directory for the remote content (i.e. don't copy into a destination
      directory that contains files that aren't from the remote host unless you
      trust the remote host). Fixes CVE-2022-29154.
    - A fix for CVE-2022-37434 in the bundled zlib (buffer overflow issue).
  * BUG FIXES:
    - Fixed the handling of filenames specified with backslash-quoted wildcards
      when the default remote-arg-escaping is enabled.
    - Fixed the configure check for signed char that was causing a host that
      defaults to unsigned characters to generate bogus rolling checksums. This
      made rsync send mostly literal data for a copy instead of finding matching
      data in the receiver's basis file (for a file that contains high-bit
      characters).
    - Lots of manpage improvements, including an attempt to better describe how
      include/exclude filters work.
    - If rsync is compiled with an xxhash 0.8 library and then moved to a system
      with a dynamically linked xxhash 0.7 library, we now detect this and disable
      the XX3 hashes (since these routines didn't stabilize until 0.8).
  * ENHANCEMENTS:
    - The [`--trust-sender`](rsync.1#opt) option was added as a way to bypass the
      extra file-list safety checking (should that be required).

OBS-URL: https://build.opensuse.org/request/show/997517
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=93
2022-08-17 11:32:58 +00:00
Dominique Leuenberger
a9da33b5a5 Accepting request 992351 from network
OBS-URL: https://build.opensuse.org/request/show/992351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=77
2022-08-03 19:16:32 +00:00
David Anes
22ca0f659e Accepting request 992350 from home:david.anes:branches:network
OBS-URL: https://build.opensuse.org/request/show/992350
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=91
2022-08-02 14:51:32 +00:00
David Anes
7e776720fb Accepting request 992344 from home:david.anes:branches:network
- Security fix: [bsc#1201840, CVE-2022-29154]
  * arbitrary file write vulnerability via do_server_recv function
  * Added patch rsync-rsync-CVE-2022-29154.patch

OBS-URL: https://build.opensuse.org/request/show/992344
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=90
2022-08-02 14:19:39 +00:00
Dominique Leuenberger
20c8ecb8fd Accepting request 984187 from network
OBS-URL: https://build.opensuse.org/request/show/984187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=76
2022-06-23 08:22:25 +00:00
David Anes
97ea57dfae Accepting request 984141 from home:schubi2
- Removed %config flag for files in /usr directory.

OBS-URL: https://build.opensuse.org/request/show/984141
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=88
2022-06-21 13:40:46 +00:00
David Anes
57fb41b554 Accepting request 983987 from home:schubi2
- Moved logrotate files from user specif directory /etc/logrotate.d
  to vendor specif directory /usr/etc/logrotate.d.

OBS-URL: https://build.opensuse.org/request/show/983987
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=87
2022-06-20 16:10:52 +00:00
Dominique Leuenberger
c7bf1c02e5 Accepting request 970671 from network
OBS-URL: https://build.opensuse.org/request/show/970671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=75
2022-04-22 19:52:28 +00:00
David Anes
b9fc25d78b Accepting request 970670 from home:david.anes:branches:network
- Update to 3.2.4
  * A new form of arg protection was added that works similarly to
    the older `--protect-args` (`-s`) option but in a way that 
    avoids breaking things like rrsync.
  * A long-standing bug was preventing rsync from figuring out the
    current locale's decimal point character, which made rsync 
    always output numbers using the "C" locale.
  * Too many changes to list, see included NEWS.md file.
- Drop rsync-CVE-2020-14387.patch, already included upstream.

OBS-URL: https://build.opensuse.org/request/show/970670
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=85
2022-04-19 07:05:54 +00:00
Dominique Leuenberger
5bccdff1a4 Accepting request 932787 from network
OBS-URL: https://build.opensuse.org/request/show/932787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=74
2021-11-23 21:10:15 +00:00
3c1f222e37 Accepting request 932194 from home:jsegitz:branches:systemdhardening:network
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/932194
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=84
2021-11-21 11:09:01 +00:00
Dominique Leuenberger
59964a5740 Accepting request 832054 from network
OBS-URL: https://build.opensuse.org/request/show/832054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=73
2020-09-08 20:45:00 +00:00
4bbb3e29bd Accepting request 832048 from home:pmonrealgonzalez:branches:network
- Security fix: [bsc#1176160, CVE-2020-14387]
  * rsync-ssl: Verify the hostname in the certificate when using openssl.
- Add rsync-CVE-2020-14387.patch

OBS-URL: https://build.opensuse.org/request/show/832048
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=82
2020-09-04 10:56:00 +00:00
Dominique Leuenberger
1c22aeb9b6 Accepting request 826726 from network
OBS-URL: https://build.opensuse.org/request/show/826726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=72
2020-08-19 16:42:52 +00:00
9bf6fec739 Accepting request 824798 from home:namtrac:branches:network
- Updated to version 3.2.3
  * Fixes a memory usage regression introduced in 3.2.2
  * Too many changes to list, see included NEWS.md file.
- acls.diff, time-limit.diff and xattrs.diff are now upstream.
- Drop rsync-add_back_use_slp_directive.patch, included in upstream
  slp.diff

- Add BR on c++_compiler needed for SIMD support
- Add --enable-simd configure option on x86_64

- Change BR on xxhash-devel to pkgconfig(libxxhash) and depend
  on xxhash >= 0.8.0 since this is needed for XXH3
- Use xxhash only on suse_version >= 1550 since xxhash 0.8.0 is not
  available elsewhere.

- Add BR on libzstd-devel and liblz4-devel to enable lz4 and zstd

OBS-URL: https://build.opensuse.org/request/show/824798
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=80
2020-08-14 22:58:14 +00:00
Dominique Leuenberger
f6c5fce782 Accepting request 819203 from network
- Updated to version 3.2.2
  * Too many changes to list, see included NEWS.md file.
- Add BR on pkgconfig(openssl), rsync now uses openssl for MD4/MD5
- Add BR on libzstd-devel and liblz4-devel to enabled lz4 and zstd
  compression support.
- Add BR on xxhash-devel to enable xxhash checksum support.
- Refresh rsync-add_back_use_slp_directive.patch
- Drop rsync-both-compressions.patch, rsync-send_error_to_sender.patch,
  rsync-avoid-uploading-after-error.patch,
  rsync-fix-prealloc-to-keep-file-size-0-when-possible.patch:
  Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/819203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=71
2020-07-15 09:20:45 +00:00
2b390fdfe4 Accepting request 819170 from home:namtrac:branches:network
- Updated to version 3.2.2
  * Too many changes to list, see included NEWS.md file.
- Add BR on pkgconfig(openssl), rsync now uses openssl for MD4/MD5
- Add BR on libzstd-devel and liblz4-devel to enabled lz4 and zstd
  compression support.
- Add BR on xxhash-devel to enable xxhash checksum support.
- Refresh rsync-add_back_use_slp_directive.patch
- Drop rsync-both-compressions.patch, rsync-send_error_to_sender.patch,
  rsync-avoid-uploading-after-error.patch,
  rsync-fix-prealloc-to-keep-file-size-0-when-possible.patch:
  Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/819170
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=78
2020-07-07 10:01:48 +00:00