zsync 0.6.2-5 source package in Ubuntu

Changelog

zsync (0.6.2-5) unstable; urgency=medium

  * QA upload.
  * Update Standards-version to 4.6.2, no changes needed.
  * Run wrap-and-sort.
  * Update watch file version.
  * Refresh existing patches.
  * Upstream the following changes from Ubuntu:
    - clienthttp.diff:
      + client.c, http.c: Add an offset field ("O"), wanted for apt-zsync
        because we want to step past the first members in the .deb archive
      + client.c: Print progress even if output is not a tty. This makes it
        possible to gather statistics for an experimental apt-get
        method.
      + http.c: use off_t instead of size_t where appropriate, for 64-bit
        cleanness
  * Remove obsolete Lintian overrides.

 -- Simon Quigley <email address hidden>  Mon, 16 Jan 2023 16:02:35 -0600

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net

Downloads

File Size SHA-256 Checksum
zsync_0.6.2-5.dsc 1.8 KiB 1749d62cb810e6907a5909f5f0623b184fae4a9404e84f5fffa51423a57e8e13
zsync_0.6.2.orig.tar.bz2 239.8 KiB 0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2
zsync_0.6.2-5.debian.tar.xz 8.0 KiB 9ca9aceb04306e72655701b5e66e7f809e59f009d9e06301906ab4c37e410bbd

No changes file available.

Binary packages built by this source

zsync: client-side implementation of the rsync algorithm

 zsync is a file transfer program to download files from
 remote web servers. If a previous version of a file is available
 locally, zsync will only download changed parts and hereby
 minimise the download volume. The algorithm is the same as used
 by rsync(1), but zsync does not require any server software
 (apart from a web server), nor does it need shell access.
 Instead, it uses a control file (.zsync file) that describes the
 file to be downloaded, which it uses to determine the blocks to
 fetch. This file is created once on the server (and not for each
 request) and sits next to actual file to download.

zsync-dbgsym: debug symbols for zsync