diff mbox series

[1/1] package/rsync: bump version to 3.2.7

Message ID 20221028192409.132447-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/rsync: bump version to 3.2.7 | expand

Commit Message

Bernd Kuhls Oct. 28, 2022, 7:24 p.m. UTC
Release notes: https://download.samba.org/pub/rsync/NEWS

Switched _SITE and package URL to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsync/Config.in  | 2 +-
 package/rsync/rsync.hash | 4 ++--
 package/rsync/rsync.mk   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Korsgaard Oct. 29, 2022, 4:10 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes: https://download.samba.org/pub/rsync/NEWS
 > Switched _SITE and package URL to https.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox series

Patch

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