From 6d74c6ec741bd8c43638b1365e18e5573aaebab5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 20 Jun 2020 10:35:11 +0300 Subject: [PATCH] rsync: bump to 3.2.0 --- extra/rsync/build | 3 +++ extra/rsync/checksums | 2 +- extra/rsync/sources | 2 +- extra/rsync/version | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/extra/rsync/build b/extra/rsync/build index 8b4a7e2c..9fbf25b7 100755 --- a/extra/rsync/build +++ b/extra/rsync/build @@ -9,6 +9,9 @@ export CFLAGS="-static $CFLAGS" ./configure \ --prefix=/usr \ --with-included-popt \ + --disable-xxhash \ + --disable-zstd \ + --disable-lz4 \ --without-included-zlib make diff --git a/extra/rsync/checksums b/extra/rsync/checksums index f8cfcc6f..83ecfc00 100644 --- a/extra/rsync/checksums +++ b/extra/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/extra/rsync/sources b/extra/rsync/sources index 1f921867..109916ac 100644 --- a/extra/rsync/sources +++ b/extra/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/extra/rsync/version b/extra/rsync/version index b803f4d1..cd6c136c 100644 --- a/extra/rsync/version +++ b/extra/rsync/version @@ -1 +1 @@ -3.1.3 2 +3.2.0 1