From 487640117413eaa0e3a2fe3d2591ce0079125054 Mon Sep 17 00:00:00 2001 From: John Audia Date: Mon, 18 Apr 2022 16:17:58 -0400 Subject: [PATCH] rsync: bump to 3.2.4 Bump to latest upstream release. Signed-off-by: John Audia --- net/rsync/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index ca5257d036..859aea23cc 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.2.3 -PKG_RELEASE:=3 +PKG_VERSION:=3.2.4 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/rsync/src -PKG_HASH:=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e +PKG_HASH:=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0-or-later @@ -52,6 +52,7 @@ CONFIGURE_ARGS += \ --disable-md2man \ --disable-openssl \ --disable-simd \ + --disable-roll-simd \ --disable-xxhash \ --$(if $(CONFIG_BUILD_NLS),en,dis)able-iconv \ --$(if $(CONFIG_BUILD_NLS),en,dis)able-iconv-open \