From 4c5b4e7fb35088fc8789c311983acc8000c63465 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 10 Sep 2022 17:07:27 +0200 Subject: [PATCH] rsync: update to 3.2.6. --- srcpkgs/rsync/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index d1f275ffc2a..d8bf5bb6f2e 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,6 +1,6 @@ # Template file for 'rsync' pkgname=rsync -version=3.2.5 +version=3.2.6 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=2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba +checksum=fb3365bab27837d41feaf42e967c57bd3a47bc8f10765a3671efd6a3835454d3 # Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715 CFLAGS="-DINET6"