rsync 3.1.1-1 source package in Ubuntu RTM

Changelog

rsync (3.1.1-1) unstable; urgency=low


  * new upstream release
    Includes config.* update, closes:#714782
    Includes preallocate patch, closes:#649914
  * Bumped Standards-Version to 3.9.5.0 (no change necessary).
  * revert to using included zlib as there have been numerous reports of failed
    transfers when using -z with the separate zlib.
  * use the now included systemd file instead of our own copy.
  * use hardening=+all flags, thanks to hint from <email address hidden>
  * add noatime patch which adds the --noatime option, which adds the O_NOATIME
    flag when opening files, to no update the access time on kernels that
    support that (linux 2.6.8 and later).
    closes:#738708,#244168
  * changed backtick usage in rules for CFLAGS and LDFLAGS to $(shell ...)
    closes:#699165
  * added autofs to Should-Start: in init.d script.
    closes:#730149
  * added README.Debian file to explain how to get the daemon running.
    closes:#589529
  * simplify init.d nice parameter checking.
    closes:#647145

 -- Paul Slootman <email address hidden>  Thu, 10 Jul 2014 14:28:11 +0200

Upload details

Uploaded by:
Paul Slootman
Uploaded to:
Sid
Original maintainer:
Paul Slootman
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main net
14.09 release main net

Downloads

File Size SHA-256 Checksum
rsync_3.1.1-1.dsc 1.0 KiB 0bfb2175d7b34555f9152fc0f8d6019a0078e49c287b2d4eb2ade6a0c68f2d40
rsync_3.1.1.orig.tar.gz 869.3 KiB 7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621
rsync_3.1.1-1.debian.tar.xz 20.0 KiB 26f3301477146f305e95f6de84ee4104662503a63b492d6df49a966578a28ecd

Available diffs

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.