Package rsync: Information

    Source package: rsync
    Version: 3.2.7-alt4
    Build time:  Dec 30, 2025, 11:22 AM in the task #403825
    Report package bug
    License: GPLv3+
    Summary: A program for synchronizing files over a network
    Description: 
    Rsync uses a quick and reliable algorithm to very quickly bring
    remote and host files into sync.  Rsync is fast because it just
    sends the differences in the files over the network (instead of
    sending the complete files).  Rsync is often used as a very powerful
    mirroring process or just as a more capable replacement for the
    rcp command.  A technical report which describes the rsync algorithm
    is included in this package.

    List of RPM packages built from this SRPM:
    rsync (x86_64, i586, aarch64)
    rsync-debuginfo (x86_64, i586, aarch64)
    rsync-server (noarch)

    Maintainer: Arseny Maslennikov


      1. gcc-c++
      2. libacl-devel
      3. libattr-devel
      4. liblz4-devel
      5. libpopt-devel
      6. libzstd-devel
      7. libssl-devel
      8. libxxhash-devel
      9. python3-module-commonmark

    Last changed


    Sept. 30, 2025 Arseny Maslennikov 3.2.7-alt4
    - Apply upstream commit 797e17fc4a6f. (Fixes: CVE-2025-10158)
    - Fixed a feature test to work with gcc 14. (Closes: 55855)
    - Enabled simd-roll during build. (Closes: 55898)
    Jan. 31, 2025 Gleb Fotengauer-Malinovskiy 3.2.7-alt3
    - Backported upstream bugfix commits:
      + rsync crashes with "*** buffer overflow detected ***: terminated
        (thx Jiri Slaby) (ALT#52889);
      + Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED (thx Natanael Copa);
      + Fix use-after-free in generator (thx Natanael Copa).
    Jan. 14, 2025 Gleb Fotengauer-Malinovskiy 3.2.7-alt2
    - Applied security fixes made by Red Hat (fixes: CVE-2024-12084,
      CVE-2024-12085, CVE-2024-12086, CVE-2024-12087, CVE-2024-12088,
      CVE-2024-12747).