From 9a87986684663b10a217256d99e02b968c5d41cc Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:49 -0400 Subject: [PATCH] rsync: rebuild for openssl3 --- srcpkgs/rsync/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index 740e8d60225..55561db9c3b 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,7 +1,7 @@ # Template file for 'rsync' pkgname=rsync version=3.2.7 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-included-zlib=no --with-rrsync" conf_files="/etc/rsyncd.conf"