summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-08-07 09:59:43 -0700
committerWayne Davison <wayne@opencoder.net>2022-08-07 09:59:43 -0700
commit6cafc1f8bf879e3274c106decfdccbd5b5f39470 (patch)
treee5a60ec8da9b60373f13af8e40b921a0a3b01b18
parent788f11ea6afeb96f0d84f140192165a1ca12ade4 (diff)
downloadrsync-6cafc1f8bf879e3274c106decfdccbd5b5f39470.tar.gz
Update the NEWS.
-rw-r--r--NEWS.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 70c0b00f..0c212da9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,12 +13,15 @@
directory that contains files that aren't from the remote host unless you
trust the remote host). Fixes CVE-2022-29154.
+ - A fix for CVE-2022-37434 in the bundled zlib (buffer overflow issue).
+
### BUG FIXES:
- Fixed the configure check for signed char that was causing a host that
defaults to unsigned characters to generate bogus rolling checksums. This
made rsync send mostly literal data for a copy instead of finding matching
- data in the receiver's basis file.
+ data in the receiver's basis file (for a file that contains high-bit
+ characters).
- Lots of manpage improvements, including an attempt to better describe how
include/exclude filters work.