librsync 0.9.7-10build1 source package in Ubuntu

Changelog

librsync (0.9.7-10build1) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:32:26 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main utils

Downloads

File Size SHA-256 Checksum
librsync_0.9.7.orig.tar.gz 443.2 KiB 6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
librsync_0.9.7-10build1.debian.tar.xz 6.8 KiB 3e2805ec2b1f027f4254cf1ce36615f62fd0728739cf2ddec441372f9c2fd2fd
librsync_0.9.7-10build1.dsc 2.2 KiB 6cb5d8f868d4239347161e7b8403f1f1fc8b5409cad617d38a0e7dc8e54c7521

View changes file

Binary packages built by this source

librsync-dbg: No summary available for librsync-dbg in ubuntu disco.

No description available for librsync-dbg in ubuntu disco.

librsync-dev: No summary available for librsync-dev in ubuntu eoan.

No description available for librsync-dev in ubuntu eoan.

librsync1: rsync remote-delta algorithm library

 librsync implements the rsync remote-delta algorithm, which allows for
 efficient remote updates of a file, without requiring the old and new versions
 to both be present at the transmitter. The library uses a stream-based designed
 so that it can be easily embedded into network applications.
 .
 librsync is used by rdiff-backup and duplicity backup applications.

rdiff: Binary diff tool for signature-based differences

 rdiff is a little like diff and patch all rolled into one, with support for
 binary files. Since it takes advantage of the rsync remote-delta algorithm, you
 do not need the source file in the same place as your destination file.
 .
 To use it, you generate a "signature" of the original file and copy the
 signature (which is very small) to the same location as the modified file. Then
 you generate a "delta" which describes the changes required to turn the source
 file into the modified file. The small delta file can then be used to "patch"
 the original file, to transform it into the modified file.