From 222e9d9deead203d4a5f3ccf956830d26d54fece Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 15 Aug 2022 22:57:45 +0200 Subject: [PATCH] rsync: update to 3.2.5. Force usage of system zlib. --- srcpkgs/rsync/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index 9563278c7b8..d1f275ffc2a 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,9 +1,9 @@ # Template file for 'rsync' pkgname=rsync -version=3.2.4 -revision=2 +version=3.2.5 +revision=1 build_style=gnu-configure -configure_args="--with-rrsync" +configure_args="--with-included-zlib=no --with-rrsync" conf_files="/etc/rsyncd.conf" hostmakedepends="perl python3-commonmark" makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel @@ -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=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1 +checksum=2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba # Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715 CFLAGS="-DINET6"