From 092055a2199ef6489d1061bb8207e02545b53d1f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 20 Jun 2020 11:41:35 +0300 Subject: rsync: bump to 3.2.0 --- core/rsync/build | 5 +++++ core/rsync/checksums | 2 +- core/rsync/sources | 2 +- core/rsync/version | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/core/rsync/build b/core/rsync/build index 5aadaca9..ca967731 100755 --- 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 index f8cfcc6f..83ecfc00 100644 --- 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 index 1f921867..109916ac 100644 --- 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 index b803f4d1..cd6c136c 100644 --- a/core/rsync/version +++ b/core/rsync/version @@ -1 +1 @@ -3.1.3 2 +3.2.0 1 -- cgit v1.2.3