From 030052ca38a72e431a791e742c85bf87df28e093 Mon Sep 17 00:00:00 2001 From: John Audia Date: Tue, 9 Jun 2026 08:18:00 -0400 Subject: [PATCH] rsync: update to 3.4.4 Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.4 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 2ceb4334abd67..8f108b7c1ee36 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.4.3 +PKG_VERSION:=3.4.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src -PKG_HASH:=c72e63ca3021cbc80ba86ec30102773f4c5631fbc492b52e773b3958f82a53d3 +PKG_HASH:=bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0-or-later