diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2022-08-16 15:45:13 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2022-08-16 15:59:14 +0000 |
commit | d7990faa348a894f6d8c4563abcaadc2cebaafc7 (patch) | |
tree | 2b848a541237b4379c7a9b12aeefe0397f150f5c | |
parent | f2534993107dc0715c1f7e4e69226a0764682bb4 (diff) | |
download | ports-d7990faa348a894f6d8c4563abcaadc2cebaafc7.tar.gz ports-d7990faa348a894f6d8c4563abcaadc2cebaafc7.zip |
net/rsync: Update to 3.2.5
Major changes:
* CVE-2022-29154 Added some file-list safety checking
* CVE-2022-37434 Fix in the bundled zlib (buffer overflow issue)
* Fix the handling of filenames specified with backslash-quoted wildcards
whith the remote-arg-escaping
* Fix configure check for signed char that causes bogus checksums
* rsync is compiled with an xxhash 0.8 library
* New --trust-sender option to bypass the extra file-list safety checking
Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md
PR: 265633
Reported by: rob2g2 <rob2g2-freebsd@bitbert.com>
Relnotes: yes
Security: CVE-2022-29154
Security: CVE-2022-37434
-rw-r--r-- | net/rsync/Makefile | 3 | ||||
-rw-r--r-- | net/rsync/distinfo | 14 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index c16fb1ddc650..2adde5833cc8 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,6 +1,5 @@ PORTNAME= rsync -DISTVERSION= 3.2.4 -PORTREVISION= 2 +DISTVERSION= 3.2.5 CATEGORIES= net MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \ http://rsync.mirror.garr.it/src/ \ diff --git a/net/rsync/distinfo b/net/rsync/distinfo index febadd2a8a24..8044044d080f 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,5 +1,9 @@ -TIMESTAMP = 1650365056 -SHA256 (rsync-3.2.4.tar.gz) = 6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1 -SIZE (rsync-3.2.4.tar.gz) = 1114853 -SHA256 (rsync-patches-3.2.4.tar.gz) = 70a597590af6c61cf3d05d663429ff9f60ffe24e44f9c73a4cdc69ebdc1322a4 -SIZE (rsync-patches-3.2.4.tar.gz) = 133580 +TIMESTAMP = 1660557599 +SHA256 (rsync-3.2.5.tar.gz) = 2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba +SIZE (rsync-3.2.5.tar.gz) = 1129957 +SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb +SIZE (rsync-patches-3.2.5.tar.gz) = 141521 +SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb +SIZE (rsync-patches-3.2.5.tar.gz) = 141521 +SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb +SIZE (rsync-patches-3.2.5.tar.gz) = 141521 |