update to 3.4.1, fixes regressions from 3.4.0

This commit is contained in:
Jonathan Wright 2025-01-15 15:48:06 -06:00
parent dfa37f7909
commit 293b37e73d
2 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
8e053bd4fb527b9032ee8f1691890540cfbbfa7c SOURCES/rsync-3.4.0.tar.gz
816aa0585252b3d7603755c5d3d5b0c20e7267e2 SOURCES/rsync-patches-3.4.0.tar.gz
19a6173f6242275478fc35804e87616ff82b5cff SOURCES/rsync-3.4.1.tar.gz
614574960fafd5f3b8b59094ee7d2cf3e1eae542 SOURCES/rsync-patches-3.4.1.tar.gz

View File

@ -8,8 +8,8 @@
Summary: A program for synchronizing files over a network
Name: rsync
Version: 3.4.0
Release: 1%{?prerelease}%{?dist}
Version: 3.4.1
Release: 1%{?dist}
URL: https://rsync.samba.org/
Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz
@ -118,6 +118,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service
%systemd_postun_with_restart rsyncd.service
%changelog
* Wed Jan 15 2025 Jonathan Wright <jonathan@almalinux.org> - 3.4.1-1
- update to 3.4.1, fixes regressions from 3.4.0
* Tue Jan 14 2025 Jonathan Wright <jonathan@almalinux.org> - 3.4.0-1
- Update to 3.4.0
- Fix for CVE-2024-12084