From bc1106022141a1f0acd1f3fc3ca5ac9ae6451ee3 Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 15 Jan 2025 16:35:10 -0500 Subject: [PATCH] rsync: update to 3.4.1 Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.1 Signed-off-by: John Audia --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index dba68e6965..4fd7185f8b 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.4.0 +PKG_VERSION:=3.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src -PKG_HASH:=8e942f95a44226a012fe822faffa6c7fc38c34047add3a0c941e9bc8b8b93aa4 +PKG_HASH:=2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0-or-later -- 2.30.2