Package: xdelta / 1.1.3-10.4

Metadata

Package Version Patches format
xdelta 1.1.3-10.4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 s m SIZE mSIZE in xdelta.1.patch | (download)

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

 s/-m=size/-msize/ in xdelta.1

Closes: #75033

0002 xdmain.c declare xd_handle_table static rather than .patch | (download)

xdmain.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 xdmain.c: declare xd_handle_table static rather than extern

This fixes a build failure with GCC 4.0

Closes: #297844

0003 Fix 64 bit compatibility memory allocation bug.patch | (download)

libedsio/fh.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix 64-bit compatibility memory allocation bug

Fix memory allocation bug that prevented to apply patches created on x86
platform to be applied on x86_64 platform. For some reason, amount of
memory to allocate is specified in the delta file, but on 64bit platforms,
you need more space for pointers.

0004 Rewrite xdelta.m4 for Autoconf 2.5x compatibility.patch | (download)

xdelta.m4 | 59 36 + 23 - 0 !
1 file changed, 36 insertions(+), 23 deletions(-)

 rewrite xdelta.m4 for autoconf 2.5x compatibility


0005 Switch from glib1.2 to glib2.0.patch | (download)

configure.in | 4 2 + 2 - 0 !
libedsio/edsio.c | 133 3 + 130 - 0 !
libedsio/edsio.h | 43 0 + 43 - 0 !
3 files changed, 5 insertions(+), 175 deletions(-)

 switch from glib1.2 to glib2.0

Addresses-Debian-Bug: 490257
Signed-off-by: LaMont Jones <lamont@debian.org>

0006 Fix FTBFS on Hurd.patch | (download)

test/xdeltatest.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix ftbfs on hurd

Closes: #640290

0007 Link libxdelta against libedsio.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link libxdelta against libedsio

Bug-Debian: https://bugs.debian.org/558971
Bug-Debian: https://bugs.debian.org/585713

0008 Add an error message for parse errors with the Xdelt.patch | (download)

xdelta.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 add an error message for parse errors with the xdeltacontrol object


0009 delta_command check gzclose errors to avoid producin.patch | (download)

xdmain.c | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 delta_command: check gzclose() errors to avoid producing an invalid delta


0010 Add missing q to the usage text.patch | (download)

xdmain.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing -q to the usage text


0011 Support pkg config.patch | (download)

Makefile.am | 2 2 + 0 - 0 !
configure.in | 3 3 + 0 - 0 !
xdelta.pc.in | 11 11 + 0 - 0 !
3 files changed, 16 insertions(+)

 support pkg-config