Package: gbdfed / 1.6-6

Metadata

Package Version Patches format
gbdfed 1.6-6 3.0 (quilt)

Patch series

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

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

 disable disabling deprecated api, this code uses a lot of them


num_signals.patch | (download)

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

 correctly allocate the array large enough for all variants


gtkcompat.patch | (download)

gtkcompat.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix gtkcompat (???)


format security.patch | (download)

bdf.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix format-security bugs


really quit.patch | (download)

gbdfed.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 default to not asking "really quit?"


cross.patch | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove incorrect use of ac_check_file

The macro is only meant to be used for host system files and thus
fails. Please use a simple test -e instead. I'm attaching a patch for
your convenience.

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

fix bdf overflow.patch | (download)

bdf.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 enlarge the buffer to prevent overflows

FIXME: This is a hack, not a proper fix.

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

pointer type XSetErrorHandler.patch | (download)

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

 use the correct function pointer type for xseterrorhandler argument


bool C23.patch | (download)

hbf.c | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 use c23-compatible bool definition