Branches for Lucid

Name Status Last Modified Last Commit
lp:ubuntu/lucid/zsync bug 1 Development 2010-02-13 02:59:31 UTC
14. * Merge from Debian testing, remainin...

Author: Steve Langasek
Revision Date: 2009-12-25 08:29:48 UTC

* 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.

11 of 1 result