diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index d8bf5bb6f2e..740e8d60225 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,6 +1,6 @@ # Template file for 'rsync' pkgname=rsync -version=3.2.6 +version=3.2.7 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=fb3365bab27837d41feaf42e967c57bd3a47bc8f10765a3671efd6a3835454d3 +checksum=4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb # Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715 CFLAGS="-DINET6" @@ -31,4 +31,8 @@ pre_check() { post_install() { vconf ${FILESDIR}/rsyncd.conf vsv rsyncd + + vbin support/nameconvert + vbin support/json-rsync-version + vbin support/rsyncstats }