Package: snap / 2013-11-29-6

Metadata

Package Version Patches format
snap 2013-11-29-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
unused but set variable.patch | (download)

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

 when enabling hardening flags by
 using debhelper 9 unsused variables should not be assigned.
 This patch comments those variables.


hardening.patch | (download)

Makefile | 26 14 + 12 - 0 !
Zoe/Makefile | 26 13 + 13 - 0 !
2 files changed, 27 insertions(+), 25 deletions(-)

 propagate hardening options


build with gcc 6.patch | (download)

Zoe/zoeAlignment.c | 24 2 + 22 - 0 !
1 file changed, 2 insertions(+), 22 deletions(-)

 changing the (likely buggy) behaviour of the zoehspcmpquery and
 zoeHSPCmpSbjct functions to do the correct comparisons. This fixes:
 error: self-comparison always evaluates to false [-Werror=tautological-compare]


use CC.patch | (download)

Zoe/Makefile | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 do not force gcc explicitly but use $(cc) instead


replace_itoa_with_broken_indentation.patch | (download)

Zoe/zoeTools.c | 22 1 + 21 - 0 !
1 file changed, 1 insertion(+), 21 deletions(-)

 itoa implementation had broken identation - use
 sprintf instead


fix_missing_braces_in_if_statements.patch | (download)

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

 add missing braces