lp:~elfy/ubuntu/vivid/zsync/spelling-fix

Created by Elfy and last modified
Get this branch:
bzr branch lp:~elfy/ubuntu/vivid/zsync/spelling-fix
Only Elfy can upload to this branch. If you are Elfy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Elfy
Status:
Development

Recent revisions

17. By Kevin <email address hidden>

Fix spelling

16. By Logan Rosen

* 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

15. By Bilal Akhtar

* 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.
* Something seems to have gone in 0.6.1-2, apply the patch for real
  this time
* Applied patch for LFS support (closes: #562673)
* Modify Maintainer value to match the DebianMaintainerField
  specification (LP: #176738).

14. By Steve Langasek

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

13. By Steve Langasek

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

12. By Steve Beattie

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

11. By James Westby

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

10. By Siegfried Gevatter

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

9. By Siegfried Gevatter

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

8. By Michael Vogt

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/zsync
This branch contains Public information 
Everyone can see this information.

Subscribers