rsync 3.2.5-1 source package in Ubuntu
Changelog
rsync (3.2.5-1) unstable; urgency=medium * New upstream version 3.2.5 - Added some file-list safety checking that helps to ensure that a rogue sending rsync can't add unrequested top-level names and/or include recursive names that should have been excluded by the sender. These extra safety checks only require the receiver rsync to be updated. When dealing with an untrusted sending host, it is safest to copy into a dedicated destination directory for the remote content (i.e. don't copy into a destination directory that contains files that aren't from the remote host unless you trust the remote host) (closes: #1016543, CVE-2022-29154). - The build date that goes into the manpages is now based on the developer's release date, not on the build's local-timezone interpretation of the date (closes: #1009981) -- Samuel Henrique <email address hidden> Tue, 16 Aug 2022 11:03:48 +0100
Upload details
- Uploaded by:
- Paul Slootman
- Uploaded to:
- Sid
- Original maintainer:
- Paul Slootman
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rsync_3.2.5-1.dsc | 2.2 KiB | 9507370fefafbebedb5970d5720b75edab7c56d263b3775cbc69d02421f8ba5a |
rsync_3.2.5.orig.tar.gz | 1.1 MiB | 2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba |
rsync_3.2.5.orig.tar.gz.asc | 195 bytes | bd2ea7f1a057043c09797c18a5a18a78dcf453e11fbbdf8354a39eca1e67c9cc |
rsync_3.2.5-1.debian.tar.xz | 25.0 KiB | b5494c5138dd35aaad2c8939fdc49ca997baa618c3583834eb4e378e9fd0194d |
Available diffs
- diff from 3.2.4-1 to 3.2.5-1 (66.9 KiB)
No changes file available.
Binary packages built by this source
- rsync: fast, versatile, remote (and local) file-copying tool
rsync is a fast and versatile file-copying tool which can copy locally
and to/from a remote host. It offers many options to control its behavior,
and its remote-update protocol can minimize network traffic to make
transferring updates between machines fast and efficient.
.
It is widely used for backups and mirroring and as an improved copy
command for everyday use.
.
This package provides both the rsync command line tool and optional
daemon functionality.
- rsync-dbgsym: debug symbols for rsync