]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
rsync: Update to 3.4.1
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jan 2025 23:09:38 +0000 (23:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jan 2025 23:09:38 +0000 (23:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
rsync/rsync.nm

index 9ed5c12cd30390c92cd5c64bd09067b5135e75e6..f7198a917d328c5bc25fa2a484d53d8dc937e42c 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = rsync
-version    = 3.2.7
+version    = 3.4.1
 release    = 1
 
 groups     = Applications/Internet
@@ -22,7 +22,7 @@ description
        package.
 end
 
-source_dl  = https://rsync.samba.org/ftp/rsync/
+source_dl  = https://download.samba.org/pub/rsync/src/
 
 build
        requires
@@ -31,6 +31,7 @@ build
                lz4-devel
                openssl-devel
                popt-devel
+               xxhash-devel
                zlib-devel
                zstd-devel
 
@@ -43,8 +44,8 @@ build
                --without-included-popt \
                --without-included-zlib \
                --enable-openssl \
-               --enable-zstd \
-               --disable-xxhash
+               --enable-xxhash \
+               --enable-zstd
 
        test
                make check || :