Package: phalanx / 22+d051004-13.1

Metadata

Package Version Patches format
phalanx 22+d051004-13.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
14_hardening string literal_book.diff | (download)

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

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455


12_hardening string literal_io.diff | (download)

io.c | 36 27 + 9 - 0 !
1 file changed, 27 insertions(+), 9 deletions(-)

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455


10_hardening string literal_search.diff | (download)

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

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455 


05_PG_version string.diff | (download)

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

 this patch makes this phalanx version compatible with scid
 Scid uses phalanx to play training games. The training game 
 feature is dependent on this string in the version information 
 of phalanx.


04_PG_setboard_command.diff | (download)

io.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 adds functionality to work with scid user interface
 phalanx can then be used as a tactics and coach engine

03_makefile_DEFINES.diff | (download)

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

 use correct set of defines


16_hardening pointer sign_bcreate | (download)

bcreate.c | 11 2 + 9 - 0 !
1 file changed, 2 insertions(+), 9 deletions(-)

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455



16_hardening unused but set_endgame | (download)

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

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455


20_fix_linker_problem | (download)

data.c | 8 4 + 4 - 0 !
evaluate.c | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 release goal: security hardening build flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455



25_arch_compiler flags | (download)

makefile | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 this patch makes it possible to build arch specific versions
 It was necessary because -march=k8 does not build on all platforms