Change log for zsync package in Ubuntu

122 of 22 results
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
zsync (0.6.2-5build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:54:59 +0200
Superseded in noble-release
Published in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
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
Superseded in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Obsolete in groovy-release
Published in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
zsync (0.6.2-3ubuntu1) bionic; urgency=low

  * Merge from Debian Sid. Remaining changes:
    - 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

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
zsync (0.6.2-2ubuntu1) zesty; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - 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

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
zsync (0.6.2-1ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - 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
 -- Logan Rosen <email address hidden>   Mon, 26 Nov 2012 16:21:07 -0500

Available diffs

Superseded in raring-release
Obsolete in quantal-release
Published in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
zsync (0.6.1-3ubuntu1) natty; urgency=low

  * Merge from Debian Unstable, remaining changes:
    - 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
  * Dropped changes:
    - libzsync/zsync.c: Ubuntu change checked for updates for package
      sladen-aptsync rather than this package itself. This change wasn't
      documented in any changelog, nor could I find a debian/ubuntu bug on
      this issue.

Available diffs

Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
zsync (0.6.1-1ubuntu1) lucid; urgency=low

  * Merge from Debian testing, remaining changes:
    - client.c, http.c, make.c, libzsync/zsync.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.
    - debian/rules: build with $(shell getconf LFS_CFLAGS), so that we can
      handle files over 2GB (such as DVD images) on 32-bit systems.
    - http.c:
      + use off_t instead of size_t where appropriate, for 64-bit cleanness
    - libzsync/zsync.c:
      + Use atoll() instead of atol(), to ensure support for > 32bit file
        sizes.
      + Cast to off_t before multiplying, otherwise we get random overflowage
        on the byte range.
  * Dropped changes:
    - make.c: don't force guess_gzip_options() to always return --best; this
      change is undocumented and I can't figure out why it's needed.

Available diffs

Obsolete in karmic-updates
Superseded in lucid-release
Deleted in karmic-proposed (Reason: moved to -updates)
zsync (0.6-1ubuntu4) karmic-proposed; urgency=low

  * http.c: range_fetch->block_left must also be off_t, not size_t.

Available diffs

Superseded in karmic-proposed
zsync (0.6-1ubuntu3) karmic-proposed; urgency=low

  * debian/rules: build with $(shell getconf LFS_CFLAGS), so that we can
    handle files over 2GB (such as DVD images) on 32-bit systems.
    LP: #412413.
  * http.c:
    - drop local delta, not needed if we use LFS_CFLAGS
    - fix ETA calculation on the progress bar
  * libzsync/zsync.c:
    - Use atoll() instead of atol(), to ensure support for > 32bit file
      sizes.
    - Cast to off_t before multiplying, otherwise we get random overflowage
      on the byte range.
 -- Steve Langasek <email address hidden>   Thu, 05 Nov 2009 08:54:51 +0000

Available diffs

Obsolete in jaunty-updates
Deleted in jaunty-proposed (Reason: moved to -updates)
zsync (0.5-1ubuntu3.9.04.1) jaunty-proposed; urgency=low

  * http.c: fixup offsets that are larger than signed ints (LP: #420931)

 -- Steve Beattie <email address hidden>   Sat, 19 Sep 2009 18:30:36 -0700

Available diffs

Deleted in intrepid-proposed (Reason: unverified SRU, timing out)
zsync (0.5-1ubuntu3.8.10.1) intrepid-proposed; urgency=low

  * http.c: fixup offsets that are larger than signed ints (LP: #420931)

 -- Steve Beattie <email address hidden>   Sat, 19 Sep 2009 18:30:36 -0700

Available diffs

Obsolete in hardy-updates
Deleted in hardy-proposed (Reason: moved to -updates)
zsync (0.5-1ubuntu3.8.04.1) hardy-proposed; urgency=low

  * http.c: fixup offsets that are larger than signed ints (LP: #420931)

 -- Steve Beattie <email address hidden>   Sat, 19 Sep 2009 18:30:36 -0700

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
zsync (0.6-1ubuntu2) karmic; urgency=low

  * http.c: fixup offsets that are larger than signed ints (LP: #420931)

 -- Steve Beattie <email address hidden>   Mon, 31 Aug 2009 02:14:24 -0700

Available diffs

Superseded in karmic-release
zsync (0.6-1ubuntu1) karmic; urgency=low

  * Merge with Debian unstable (LP: #301291). Remaining changes:
     - client.c, http.c, make.c, libzsync/zsync.c:
        + Add an offset field ("O").
     - client.c:
        + Print progress even if output is not a tty. This makes it
          possible to gather statistics for an experimental apt-get
          method.

 -- Siegfried-Angel Gevatter Pujals <email address hidden>   Thu, 30 Apr 2009 20:32:06 +0200

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
Obsolete in hardy-release
zsync (0.5-1ubuntu3) hardy; urgency=low

  * Modify Maintainer value to match the DebianMaintainerField
    specification (LP: #176738).

 -- Siegfried-Angel Gevatter Pujals (RainCT) <email address hidden>   Sun, 16 Dec 2007 19:37:31 +0100
Superseded in hardy-release
Obsolete in gutsy-release
Obsolete in feisty-release
zsync (0.5-1ubuntu2) feisty; urgency=low

  * print progress even if output is not a tty. This makes it
    possible to gather statistics for a experimental apt-get method

 -- Michael Vogt <email address hidden>   Mon, 26 Feb 2007 13:54:45 +0100
Superseded in feisty-release
zsync (0.5-1ubuntu1) feisty; urgency=low

  * Merge from debian unstable.
  * http.c: changed off64_t to off_t
  * Remaining Changes:
    - Fix offset field so that a download of an odd number of bytes
      is possible.
    - Bugfixes for apt-sync.
    - Add an offset field.
  *

Superseded in feisty-release
Obsolete in edgy-release
zsync (0.4.3-1ubuntu1) edgy; urgency=low

  * Merge from debian unstable. Remaining changes:
    - Fix offset field so that a download of an odd number of bytes
      is possible.
    - Bugfixes for apt-sync.
    - Add an offset field.

Superseded in edgy-release
zsync (0.4.2-1ubuntu1) edgy; urgency=low

  [Felix Feyertag]
  * Fix offset field so that download of odd number of bytes is possible.
  * Bugfixes for apt-sync
  [Paul Sladen]
  * Add an offset field

 -- Michael Vogt <email address hidden>   Thu,  7 Sep 2006 11:06:14 +0200
Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
zsync (0.4.2-1) unstable; urgency=low


  * New upstream release

 -- Robert Lemmen <email address hidden>  Tue, 18 Oct 2005 10:55:19 +0200
Obsolete in breezy-release
zsync (0.4.1-1) unstable; urgency=low


  * New upstream release (closes: #318759)

 -- Robert Lemmen <email address hidden>  Mon, 18 Jul 2005 14:33:23 +0200
Obsolete in hoary-release
zsync (0.1.5-1) unstable; urgency=low


  * New upstream release

 -- Robert Lemmen <email address hidden>  Wed, 22 Dec 2004 15:35:41 +0100
122 of 22 results