Skip to content

Commit 7f79682

Browse files
committed
NEWS: update protocol version table
1 parent 870b7d9 commit 7f79682

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

NEWS.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
# NEWS for rsync 3.4.0 (14th Jan 2025)
1+
# NEWS for rsync 3.4.0 (15 Jan 2025)
22

33
Release 3.4.0 is a security release that fixes a number of important vulnerabilities.
44

5-
Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at
6-
Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for
7-
discovering these vulnerabilities and working with the rsync project
8-
to develop and test fixes.
9-
105
For more details on the vulnerabilities please see the CERT report
116
https://kb.cert.org/vuls/id/952657
127

138
## Changes in this version:
149

10+
### PROTOCOL NUMBER:
11+
12+
- The protocol number was changed to 32 to make it easier for
13+
administrators to check their servers have been updated
14+
1515
### SECURITY FIXES:
1616

17+
Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at
18+
Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for
19+
discovering these vulnerabilities and working with the rsync project
20+
to develop and test fixes.
21+
1722
- CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing.
1823

1924
- CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR.
@@ -4811,7 +4816,7 @@ https://kb.cert.org/vuls/id/952657
48114816

48124817
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
48134818
|--------------|--------|------------------|-------------|
4814-
| ?? Nov 2024 | 3.3.1 | | 31 |
4819+
| 15 Jan 2025 | 3.4.0 | | 32 |
48154820
| 06 Apr 2024 | 3.3.0 | | 31 |
48164821
| 20 Oct 2022 | 3.2.7 | | 31 |
48174822
| 09 Sep 2022 | 3.2.6 | | 31 |

0 commit comments

Comments
 (0)