Package: cuneiform / 1.1.0+dfsg-12

Metadata

Package Version Patches format
cuneiform 1.1.0+dfsg-12 3.0 (quilt)

Patch series

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

cuneiform_src/CMakeLists.txt | 13 7 + 6 - 0 !
cuneiform_src/cli/cuneiform-cli.cpp | 4 4 + 0 - 0 !
2 files changed, 11 insertions(+), 6 deletions(-)

 use graphicsmagick instead of imagemagick
libm.diff | (download)

cuneiform_src/Kern/leo/CMakeLists.txt | 1 1 + 0 - 0 !
cuneiform_src/Kern/r35/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 link the leo and r35 libraries with libm
c assert.diff | (download)

cuneiform_src/Kern/lns32/CMakeLists.txt | 1 0 + 1 - 0 !
cuneiform_src/Kern/lns32/src/myassert.h | 44 2 + 42 - 0 !
cuneiform_src/Kern/std/CMakeLists.txt | 1 0 + 1 - 0 !
3 files changed, 2 insertions(+), 44 deletions(-)

 use the standard c assert() macro
 Use the standard C assert() macro, rather than custom Cuneiform one.
fix_buffer_overflow.diff | (download)

cuneiform_src/Kern/rstr/src/acc_tabs.c | 2 1 + 1 - 0 !
cuneiform_src/Kern/rstr/src/match_wd.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix buffer overflow during crash when using user supplied image.
fix_buffer_overflow_2.diff | (download)

cuneiform_src/Kern/rstr/src/acc_tabs.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 split original patch by slawomir and update the same to apply
neatly.
gcc 6.patch | (download)

cuneiform_src/Kern/hhh/lst3_win.h | 2 1 + 1 - 0 !
cuneiform_src/Kern/include/minmax.h | 4 4 + 0 - 0 !
cuneiform_src/Kern/lns32/src/lns.cpp | 8 4 + 4 - 0 !
cuneiform_src/Kern/lns32/src/lnscheck.cpp | 4 2 + 2 - 0 !
cuneiform_src/Kern/lns32/src/xydim.h | 16 8 + 8 - 0 !
cuneiform_src/Kern/rcorrkegl/src/cpp/cor_kegl.cpp | 5 3 + 2 - 0 !
cuneiform_src/Kern/rcutp/sources/main/rcutp_func.cpp | 4 2 + 2 - 0 !
cuneiform_src/Kern/rcutp/sources/main/rcutp_mainfunc.cpp | 7 0 + 7 - 0 !
cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp | 4 2 + 2 - 0 !
9 files changed, 26 insertions(+), 28 deletions(-)

 fix ftbfs with gcc 6
typos.patch | (download)

cuneiform_src/Kern/rblock/sources/c/ltmain.c | 4 2 + 2 - 0 !
cuneiform_src/Kern/rstr/src/pass3.c | 4 2 + 2 - 0 !
cuneiform_src/Kern/rstr/src/snap.c | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 fix typos
strings.patch | (download)

cuneiform_src/Kern/hhh/tigerh/h/strings.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 avoid strings.h collision


gcc 11.patch | (download)

cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix "ordered comparison of pointer with integer zero"


missing prototypes.patch | (download)

cuneiform_src/Kern/ctb/src/ctb_oper.c | 1 1 + 0 - 0 !
cuneiform_src/Kern/leo/src/leo_dll.c | 1 1 + 0 - 0 !
cuneiform_src/Kern/loc/src/loc.c | 1 1 + 0 - 0 !
cuneiform_src/Kern/rblock/sources/c/ltroots.c | 1 1 + 0 - 0 !
4 files changed, 4 insertions(+)

 fix building with -werror=implicit-function-declaration


implicit int.patch | (download)

cuneiform_src/Kern/dif/src/diffr.c | 2 1 + 1 - 0 !
cuneiform_src/Kern/rbal/src/linbam.c | 2 1 + 1 - 0 !
cuneiform_src/Kern/rblock/sources/c/ltmain.c | 2 1 + 1 - 0 !
cuneiform_src/Kern/rstr/src/diffr.c | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 fix building with -werror=implicit-int


int conversion.patch | (download)

cuneiform_src/Kern/hdebug/__snp.c | 4 2 + 2 - 0 !
cuneiform_src/Kern/rblock/sources/c/ltroots.c | 3 2 + 1 - 0 !
cuneiform_src/Kern/rstr/src/match_wd.c | 2 1 + 1 - 0 !
cuneiform_src/Kern/rstr/src/rcm.c | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 5 deletions(-)

 fix building with -werror=int-conversion