From 49a749fa54c260b74e9dac08bfe397142847afac Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 16 Jan 2025 08:04:20 +0100 Subject: [PATCH] package/rsync: bump version to 3.4.1 Bugfix release fixing regressions in 3.4.0: - fixed handling of -H flag with conflict in internal flag values - fixed a use after free in logging of failed rename - fixed build on systems without openat() - removed dependency on alloca() in bundled popt For more details, see: https://download.samba.org/pub/rsync/NEWS#3.4.1 Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit 593755f527a77fe8bf2513f14118ab51b76f17b7) Signed-off-by: Peter Korsgaard --- package/rsync/rsync.hash | 4 ++-- package/rsync/rsync.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/rsync/rsync.hash b/package/rsync/rsync.hash index 336d785153..5feacd0663 100644 --- a/package/rsync/rsync.hash +++ b/package/rsync/rsync.hash @@ -1,5 +1,5 @@ # Locally calculated after checking pgp signature -# https://rsync.samba.org/ftp/rsync/src/rsync-3.4.0.tar.gz.asc -sha256 8e942f95a44226a012fe822faffa6c7fc38c34047add3a0c941e9bc8b8b93aa4 rsync-3.4.0.tar.gz +# https://rsync.samba.org/ftp/rsync/src/rsync-3.4.1.tar.gz.asc +sha256 2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52 rsync-3.4.1.tar.gz # Locally calculated sha256 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd COPYING diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 4613778a7f..e4c02a756f 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -4,7 +4,7 @@ # ################################################################################ -RSYNC_VERSION = 3.4.0 +RSYNC_VERSION = 3.4.1 RSYNC_SITE = https://rsync.samba.org/ftp/rsync/src RSYNC_LICENSE = GPL-3.0+ with exceptions RSYNC_LICENSE_FILES = COPYING