From 62951771ba234adb6e453fb66ce6d1a20cafb129 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Jan 2025 23:09:38 +0000 Subject: [PATCH] rsync: Update to 3.4.1 Signed-off-by: Michael Tremer --- rsync/rsync.nm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rsync/rsync.nm b/rsync/rsync.nm index 9ed5c12cd..f7198a917 100644 --- a/rsync/rsync.nm +++ b/rsync/rsync.nm @@ -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 || : -- 2.47.3