From 96db6a8ac96742cb817f87ce4c869677c6a6cfda Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 28 Oct 2022 21:24:09 +0200 Subject: [PATCH] package/rsync: bump version to 3.2.7 Release notes: https://download.samba.org/pub/rsync/NEWS Switched _SITE and package URL to https. Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/rsync/Config.in | 2 +- package/rsync/rsync.hash | 4 ++-- package/rsync/rsync.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/rsync/Config.in b/package/rsync/Config.in index b952974efb..b572c701ec 100644 --- a/package/rsync/Config.in +++ b/package/rsync/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_RSYNC help File transfer program to keep remote files in sync. - http://rsync.samba.org/ + https://rsync.samba.org/ diff --git a/package/rsync/rsync.hash b/package/rsync/rsync.hash index f0ba4d321d..842b5c099f 100644 --- a/package/rsync/rsync.hash +++ b/package/rsync/rsync.hash @@ -1,5 +1,5 @@ # Locally calculated after checking pgp signature -# https://download.samba.org/pub/rsync/src/rsync-3.2.5.tar.gz.asc -sha256 2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba rsync-3.2.5.tar.gz +# https://rsync.samba.org/ftp/rsync/src/rsync-3.2.7.tar.gz.asc +sha256 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb rsync-3.2.7.tar.gz # Locally calculated sha256 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd COPYING diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index e288033b98..81ad4b9291 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -4,8 +4,8 @@ # ################################################################################ -RSYNC_VERSION = 3.2.5 -RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src +RSYNC_VERSION = 3.2.7 +RSYNC_SITE = https://rsync.samba.org/ftp/rsync/src RSYNC_LICENSE = GPL-3.0+ with exceptions RSYNC_LICENSE_FILES = COPYING RSYNC_CPE_ID_VENDOR = samba