Package: zsync / 0.6.2-9

Metadata

Package Version Patches format
zsync 0.6.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
buildsystem.diff | (download)

Makefile.am | 4 2 + 2 - 0 !
Makefile.in | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---
manpages.diff | (download)

doc/zsync.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
clienthttp.diff | (download)

client.c | 14 11 + 3 - 0 !
http.c | 14 10 + 4 - 0 !
2 files changed, 21 insertions(+), 7 deletions(-)

 changes to client.c and http.c in the ubuntu packaging
 - 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


fix build with gcc 14.patch | (download)

client.c | 4 2 + 2 - 0 !
libzsync/zmap.c | 2 1 + 1 - 0 !
libzsync/zmap.h | 2 1 + 1 - 0 !
libzsync/zsync.c | 4 2 + 2 - 0 !
libzsync/zsync.h | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 fix build with gcc-14