Package casync: Information

    Source package: casync
    Version: 2.0.267.git0efa7ab-alt1
    Build time:  Sep 23, 2023, 07:31 PM
    Report package bug
    License: LGPLv2+
    Summary: Content Addressable Data Synchronizer
    Description: 
    casync provides a way to efficiently transfer files which change over
    time over the internet. It will split a given set into a git-inspired
    content-addressable set of smaller compressed chunks, which can then
    be conveniently transferred using HTTP. On the receiving side those
    chunks will be uncompressed and merged together to recreate the
    original data. When the original data is modified, only the new chunks
    have to be transferred during an update.

    List of RPM packages built from this SRPM:
    casync (e2kv6, e2kv5, e2kv4, e2k)
    casync-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Arseny Maslennikov


      1. pkgconfig(fuse) >= 2.6
      2. fuse
      3. pkgconfig(libcurl) >= 7.32.0
      4. pkgconfig(liblzma) >= 5.1.0
      5. pkgconfig(libselinux)
      6. pkgconfig(libssl)
      7. pkgconfig(libudev)
      8. pkgconfig(libzstd)
      9. gcc
      10. pkgconfig(zlib)
      11. meson >= 0.42.0
      12. libacl-devel
      13. python3-module-sphinx
      14. python3-module-sphinx-sphinx-build-symlink
      15. rsync

    Last changed


    Sept. 22, 2023 Arseny Maslennikov 2.0.267.git0efa7ab-alt1
    - 2-219-gita8f6c84 -> 2-267-git0efa7ab.
    Jan. 8, 2022 Ilya Kurdyukov 2.0.219.gita8f6c84-alt1.1
    - Fixed build for Elbrus.
    Nov. 12, 2019 Arseny Maslennikov 2.0.219.gita8f6c84-alt1
    - 2-101-git8595b4d -> 2-219-gita8f6c84.
    - Included upstream-provided bash completion.