mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
(cherry picked from commit d7990faa34
)
This commit is contained in:
parent
cdad97dcc4
commit
af0a5e4af6
@ -1,8 +1,7 @@
|
||||
# Created by: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
|
||||
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/ \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user