Package: kali / 3.1-18

Metadata

Package Version Patches format
kali 3.1-18 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
forms arguments.patch | (download)

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

 fl_show_question only takes two arguments

help.patch | (download)

help.h | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fix errors and omissions in help output

include malloc.patch | (download)

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

 include <malloc.h> for malloc() et al

Bug-Debian: http://bugs.debian.org/118766
namespace pollution.patch | (download)

kali.c | 18 9 + 9 - 0 !
main.h | 4 2 + 2 - 0 !
psio.c | 2 1 + 1 - 0 !
symmetry.c | 12 6 + 6 - 0 !
xio.c | 2 1 + 1 - 0 !
5 files changed, 19 insertions(+), 19 deletions(-)

 rename sx and sy to kalisx and kalisy

Xosdefs.h has evil namespace pollution and thinks SX indicates some strange
Unix from the dawn of time.

Bug-Debian: http://bugs.debian.org/238629
lines segfault.patch | (download)

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

 fix segfault on left mouse click when lines is null

This happens, for instance, when trying to move with no drawn lines.

Bug-Debian: http://bugs.debian.org/283629
exit codes.patch | (download)

kali.c | 2 2 + 0 - 0 !
printmain.c | 5 4 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 return proper exit codes from main()

Bug-Debian: http://bugs.debian.org/544655
fix prototypes.patch | (download)

xio.c | 47 35 + 12 - 0 !
1 file changed, 35 insertions(+), 12 deletions(-)

 tidy up prototypes to fix build with clang

ldflags.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 honour ldflags

arg parse crash.patch | (download)

kali.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix crash if -g, -k, or -p is the last command-line argument

print symtab bounds.patch | (download)

printmain.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 check that symmetry group passed to kaliprint is in range

huge.patch | (download)

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

 use huge_val rather than huge

Starting with glibc 2.27, support for SVID error handling has been
removed, including the corresponding HUGE constant. This causes this
package to FTBFS. The attached patch fixes that by using HUGE_VAL
instead. Note that HUGE_VAL actually corresponds to infinity, but that
looks the right value to use there.

Bug-Debian: https://bugs.debian.org/891302