import rsync-3.1.3-14.el8_6.3

This commit is contained in:
CentOS Sources 2022-08-24 13:06:18 -04:00 committed by Stepan Oksanichenko
parent 1c37a4a7e7
commit 0eccb1b202
2 changed files with 1071 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
Summary: A program for synchronizing files over a network Summary: A program for synchronizing files over a network
Name: rsync Name: rsync
Version: 3.1.3 Version: 3.1.3
Release: 14%{?dist}.2 Release: 14%{?dist}.3
Group: Applications/Internet Group: Applications/Internet
URL: http://rsync.samba.org/ URL: http://rsync.samba.org/
@ -37,6 +37,7 @@ Patch6: rsync-3.1.3-append-check.patch
Patch7: rsync-3.1.3-skip-compress.patch Patch7: rsync-3.1.3-skip-compress.patch
Patch8: rsync-3.1.3-xattr.patch Patch8: rsync-3.1.3-xattr.patch
Patch9: rsync-3.1.3-cve-2018-25032.patch Patch9: rsync-3.1.3-cve-2018-25032.patch
Patch10: rsync-3.1.3-cve-2022-29154.patch
%description %description
Rsync uses a reliable algorithm to bring remote and host files into Rsync uses a reliable algorithm to bring remote and host files into
@ -84,6 +85,7 @@ patch -p1 -i patches/copy-devices.diff
%patch7 -p1 -b .skip-compress %patch7 -p1 -b .skip-compress
%patch8 -p1 -b .xattr %patch8 -p1 -b .xattr
%patch9 -p1 -b .cve-2018-25032 %patch9 -p1 -b .cve-2018-25032
%patch10 -p1 -b .cve-2022-29154
%build %build
%configure %configure
@ -130,6 +132,9 @@ chmod -x support/*
%systemd_postun_with_restart rsyncd.service %systemd_postun_with_restart rsyncd.service
%changelog %changelog
* Mon Aug 15 2022 Michal Ruprich <mruprich@redhat.com> - 3.1.3-14.3
- Resolves: #2111174 - remote arbitrary files write inside the directories of connecting peers
* Wed Apr 20 2022 Michal Ruprich <mruprich@redhat.com> - 3.1.3-14.2 * Wed Apr 20 2022 Michal Ruprich <mruprich@redhat.com> - 3.1.3-14.2
- Related: #2074783 - Needed to bump this to rebuild correctly - Related: #2074783 - Needed to bump this to rebuild correctly