rsync: update to 3.2.7.
This commit is contained in:
parent
131ed74d29
commit
e3ed78427e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.2.6
|
version=3.2.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-included-zlib=no --with-rrsync"
|
configure_args="--with-included-zlib=no --with-rrsync"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-only"
|
||||||
homepage="https://rsync.samba.org/"
|
homepage="https://rsync.samba.org/"
|
||||||
changelog="https://download.samba.org/pub/rsync/NEWS"
|
changelog="https://download.samba.org/pub/rsync/NEWS"
|
||||||
distfiles="https://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
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
|
# Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715
|
||||||
CFLAGS="-DINET6"
|
CFLAGS="-DINET6"
|
||||||
|
@ -31,4 +31,8 @@ pre_check() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/rsyncd.conf
|
vconf ${FILESDIR}/rsyncd.conf
|
||||||
vsv rsyncd
|
vsv rsyncd
|
||||||
|
|
||||||
|
vbin support/nameconvert
|
||||||
|
vbin support/json-rsync-version
|
||||||
|
vbin support/rsyncstats
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue