From f6b5d08f5cb524e580805a163e82be31651b2d62 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 14 Jan 2025 21:11:44 +0100 Subject: [PATCH] rsync: update to 3.4.0. --- srcpkgs/rsync/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index 7946eb93369..516db88fecf 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,6 +1,6 @@ # Template file for 'rsync' pkgname=rsync -version=3.3.0 +version=3.4.0 revision=1 build_style=gnu-configure configure_args="--with-included-zlib=no --with-rrsync" @@ -14,7 +14,7 @@ license="GPL-3.0-only" homepage="https://rsync.samba.org/" changelog="https://download.samba.org/pub/rsync/NEWS" distfiles="https://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz" -checksum=7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90 +checksum=8e942f95a44226a012fe822faffa6c7fc38c34047add3a0c941e9bc8b8b93aa4 # Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715 CFLAGS="-DINET6"