Package: awardeco / 0.2-7

Metadata

Package Version Patches format
awardeco 0.2-7 3.0 (quilt)

Patch series

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

src/Makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
15_makefile_honor_nostrip.patch | (download)

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

---
20_kfreebsd.patch | (download)

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

---
30_fix_int_types.patch | (download)

src/awardeco.h | 7 4 + 3 - 0 !
src/awardfnc.c | 7 4 + 3 - 0 !
2 files changed, 8 insertions(+), 6 deletions(-)

---
40_fix_header.patch | (download)

src/awardfnc.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
50_fix_warnings.patch | (download)

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

---
60_fix_main_declaration.patch | (download)

awardeco-0.2/patches/clang-ftbfs.diff | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 fix ftbfs with clang
 Fixed "wrong main declaration" error in src/awardeco.c
70_hardening.patch | (download)

src/Makefile | 14 6 + 8 - 0 !
1 file changed, 6 insertions(+), 8 deletions(-)

 use cppflags, cflags and ldflags during build for hardening.
80_mayhem_bug_715666.patch | (download)

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

 fix crash bug with bad arguments.
 Solve segfault reported by project mayhem.
90_kernel_header.patch | (download)

src/awardfnc.c | 11 2 + 9 - 0 !
src/kernel.c | 12 2 + 10 - 0 !
src/kernel.h | 14 14 + 0 - 0 !
3 files changed, 18 insertions(+), 19 deletions(-)

 get rid of implicit declaration compiler warning.
 Introduce kernel.h file to ensure every code uses the same definition
 of the interfacing struct.