Package: convlit / 1.8-8

Metadata

Package Version Patches format
convlit 1.8-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1000 old changes.patch | (download)

clit18/Makefile | 4 2 + 2 - 0 !
lib/Makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 add old package changes.
 Remove compiler optimization flags.
 Extend compiler related variables instead of setting them directly.
 Fix make clean to include newlzx.
 Use shared library libtommath instead of a local static copy.
1010 hardening.patch | (download)

clit18/Makefile | 7 5 + 2 - 0 !
clit18/clit.c | 4 2 + 2 - 0 !
lib/Makefile | 4 3 + 1 - 0 !
3 files changed, 10 insertions(+), 5 deletions(-)

 added hardening to the build process.
1020 clit18makefile make one plain gcc call s.patch | (download)

clit18/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 clit18/makefile: make one plain gcc call substitutable.

(Closes: #901987)


1030 missing prototypes.patch | (download)

clit18/display.c | 1 1 + 0 - 0 !
clit18/drm5.c | 1 1 + 0 - 0 !
clit18/explode.c | 1 1 + 0 - 0 !
clit18/hexdump.c | 1 1 + 0 - 0 !
clit18/manifest.c | 1 1 + 0 - 0 !
clit18/transmute.c | 1 1 + 0 - 0 !
lib/newlzx/lzx.h | 2 2 + 0 - 0 !
lib/newlzx/lzxglue.c | 1 1 + 0 - 0 !
8 files changed, 9 insertions(+)

 fix building with -werror=implicit-function-declaration


1040 hurd no max path.patch | (download)

clit18/clit.c | 40 29 + 11 - 0 !
1 file changed, 29 insertions(+), 11 deletions(-)

---
1050 printf size_t.patch | (download)

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

 avoid trying to print size_t into incorrect size %d.
 Use more portable %zu designation for the value.