Skip to content

Commit

Permalink
rsync: upgrade to 3.4.1 to fix multiple CVEs (#11938)
Browse files Browse the repository at this point in the history
Co-authored-by: jslobodzian <[email protected]>
  • Loading branch information
hbeberman and jslobodzian authored Jan 16, 2025
1 parent a4a965c commit d61e758
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SPECS/rsync/rsync.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"rsync-3.2.7.tar.gz": "4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb"
"rsync-3.4.1.tar.gz": "2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52"
}
}
5 changes: 4 additions & 1 deletion SPECS/rsync/rsync.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Fast incremental file transfer.
Name: rsync
Version: 3.2.7
Version: 3.4.1
Release: 1%{?dist}
License: GPLv3+
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -60,6 +60,9 @@ EOF
%{_sysconfdir}/rsyncd.conf

%changelog
* Wed Jan 15 2025 Henry Beberman <[email protected]> - 3.4.1-1
- Upgrade to version 3.4.1 to fix CVE-2024-12084, CVE-2024-12085, CVE-2024-12086, CVE-2024-12087, CVE-2024-12088, CVE-2024-12747

* Fri Oct 27 2023 CBL-Mariner Servicing Account <[email protected]> - 3.2.7-1
- Auto-upgrade to 3.2.7 - Azure Linux 3.0 - package upgrades

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25844,8 +25844,8 @@
"type": "other",
"other": {
"name": "rsync",
"version": "3.2.7",
"downloadUrl": "https://download.samba.org/pub/rsync/src/rsync-3.2.7.tar.gz"
"version": "3.4.1",
"downloadUrl": "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz"
}
}
},
Expand Down

0 comments on commit d61e758

Please sign in to comment.