Package: spout / 1.4-7

Metadata

Package Version Patches format
spout 1.4-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Configure correct installation paths.patch | (download)

Makefile | 18 9 + 9 - 0 !
config.mk | 4 2 + 2 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

 configure correct installation paths.


0002 Fix hardening errors from unused result.patch | (download)

spout.c | 16 12 + 4 - 0 !
1 file changed, 12 insertions(+), 4 deletions(-)

 fix hardening errors from unused result.


0003 Fix call to open with missing argument.patch | (download)

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

 fix call to open with missing argument.


0004 Fix segfault on 64 bit platforms due to incorrect ty.patch | (download)

spout.c | 28 14 + 14 - 0 !
1 file changed, 14 insertions(+), 14 deletions(-)

 fix segfault on 64-bit platforms due to incorrect types.

Thanks to previous packagers:
    sed -i "s,unsigned long,uint32_t,g" spout.c

0005 Merge old and new man pages.patch | (download)

spout.1 | 34 0 + 34 - 0 !
spout.6 | 42 42 + 0 - 0 !
2 files changed, 42 insertions(+), 34 deletions(-)

 merge old and new man pages.


0006 Use debhelper CPPFLAGS CFLAGS LDFLAGS in build.patch | (download)

Makefile | 2 1 + 1 - 0 !
config.mk | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use debhelper cppflags, cflags, ldflags in build.


0007 Remove hard coded library search path usr lib.patch | (download)

config.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove hard-coded library search path /usr/lib.

This causes issues on some architectures (see #723549).

0008 Remove redundant out of range comparison.patch | (download)

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

 remove redundant out-of-range comparison.

This was causing warnings when building with clang.

Thanks: Arthur Marble <arthur@info9.net> for the patch.
Closes: #812249

0009 Add exit instructions on scroll screen.patch | (download)

spout.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add exit instructions on scroll screen


fix ftcbfs.patch | (download)

Makefile | 4 2 + 2 - 0 !
config.mk | 5 3 + 2 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

 fix ftcbfs

Closes: #931232