commit 092055a2199ef6489d1061bb8207e02545b53d1f parent 9128d4bdb4cc73edcf9fbaea5faecdaf1549ee98 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 20 Jun 2020 11:41:35 +0300 rsync: bump to 3.2.0 Diffstat:
M | core/rsync/build | | | 5 | +++++ |
M | core/rsync/checksums | | | 2 | +- |
M | core/rsync/sources | | | 2 | +- |
M | core/rsync/version | | | 2 | +- |
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/core/rsync/build b/core/rsync/build @@ -10,6 +10,11 @@ export CFLAGS="-static $CFLAGS" ./configure \ --prefix=/usr \ --with-included-popt \ + --disable-xxhash \ + --disable-lz4 \ + --disable-zstd \ + --disable-openssl \ + --disable-simd \ --without-included-zlib make diff --git a/core/rsync/checksums b/core/rsync/checksums @@ -1,2 +1,2 @@ -55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0 rsync-3.1.3.tar.gz +90127fdfb1a0c5fa655f2577e5495a40907903ac98f346f225f867141424fa25 rsync-3.2.0.tar.gz 301240aecba5b8fbda8310c841ef61e3c1f312a55378f6079f8d65ae1bd811f2 mkproto.awk diff --git a/core/rsync/sources b/core/rsync/sources @@ -1,2 +1,2 @@ -https://download.samba.org/pub/rsync/src/rsync-3.1.3.tar.gz +https://download.samba.org/pub/rsync/src/rsync-3.2.0.tar.gz files/mkproto.awk diff --git a/core/rsync/version b/core/rsync/version @@ -1 +1 @@ -3.1.3 2 +3.2.0 1