From 752a00dbcaac9be64134ebec5ed0ca10d54efd38 Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 20 May 2026 14:55:01 -0400 Subject: [PATCH] rsync: update to 3.4.3 Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.3 This is an important update fixing 6 CVEs: CVE-2026-29518, CVE-2026-43617, CVE-2026-43619, CVE-2026-43618, CVE-2026-43620, and CVE-2026-4523 Signed-off-by: John Audia (cherry picked from commit 6441ba09c116c6b1396e95aba456a793e72d2acc) Signed-off-by: Maxim Storchak --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index debcfa660e..06be76bae9 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.4.2 +PKG_VERSION:=3.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src -PKG_HASH:=ff10aa2c151cd4b2dbbe6135126dbc854046113d2dfb49572a348233267eb315 +PKG_HASH:=c72e63ca3021cbc80ba86ec30102773f4c5631fbc492b52e773b3958f82a53d3 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0-or-later