rsync: update to 3.3.0.

This commit is contained in:
iFoundSilentHouse 2024-04-09 20:22:59 +06:00 committed by Leah Neukirchen
parent 8e7ea8357f
commit 0fb252e442
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rsync'
pkgname=rsync
version=3.2.7
revision=2
version=3.3.0
revision=1
build_style=gnu-configure
configure_args="--with-included-zlib=no --with-rrsync"
conf_files="/etc/rsyncd.conf"
@ -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=4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
checksum=7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
# Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715
CFLAGS="-DINET6"