rsync 3.1.3-8ubuntu0.7 source package in Ubuntu

Changelog

rsync (3.1.3-8ubuntu0.7) focal; urgency=medium

  * d/p/add-trust-sender-option-docs.patch: Add manpage and help documentation
    for the --trust-sender option (LP: #2028810)

rsync (3.1.3-8ubuntu0.6) focal; urgency=medium

  * d/p/add-trust-sender-option.patch: Add --trust-sender argument to decrease
    overhead when transferring files (LP: #2028810)
    In order to mitigate the performance decrease experienced by the security
    update blocking arbitrary file writes by remote servers, this update allows
    users the option to inherently trust the remote server instead. The
    --trust-sender argument tells the local server to trust the remote server's
    file list, leading to a speedup in transfer speed since the extra checks
    are no longer needed. The argument should only be used when transferring
    between two controlled servers though, to avoid arbitrary file access from
    a malicious server.

 -- Lena Voytek <email address hidden>  Fri, 01 Sep 2023 11:38:04 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Andreas Hasenack
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main net

Downloads

File Size SHA-256 Checksum
rsync_3.1.3.orig.tar.gz 884.7 KiB 55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
rsync_3.1.3-8ubuntu0.7.debian.tar.xz 49.8 KiB c1aa0f39088e05677730284ae723e72a595c8cf4ac6417c811d7a57a7d08c870
rsync_3.1.3-8ubuntu0.7.dsc 2.0 KiB d6af33a0f09464a2ea7d2cce8d963f42053988c5a0f0c4461cbd09bc2378cfb5

View changes file

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