rsync: update to 3.2.3.
This commit is contained in:
parent
676035b45c
commit
ac194c11b4
1 changed files with 9 additions and 3 deletions
|
@ -1,17 +1,23 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.1.3
|
version=3.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/rsyncd.conf"
|
conf_files="/etc/rsyncd.conf"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="zlib-devel acl-devel popt-devel"
|
makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
|
||||||
|
libressl-devel libzstd-devel"
|
||||||
short_desc="Remote fast incremental file transfer tool"
|
short_desc="Remote fast incremental file transfer tool"
|
||||||
maintainer="Lugubris <lugubris@disroot.org>"
|
maintainer="Lugubris <lugubris@disroot.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="http://samba.anu.edu.au/rsync/"
|
homepage="http://samba.anu.edu.au/rsync/"
|
||||||
|
changelog="https://download.samba.org/pub/rsync/NEWS"
|
||||||
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
||||||
checksum=55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
|
checksum=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args=" --disable-simd"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# chgrp tests fail inside chroot
|
# chgrp tests fail inside chroot
|
||||||
|
|
Loading…
Reference in a new issue