mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
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 <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 593755f527)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user