Package: disulfinder / 1.2.11-6

Metadata

Package Version Patches format
disulfinder 1.2.11-6 3.0 (quilt)

Patch series

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

Makefile | 2 1 + 1 - 0 !
disulfind/src/BRNN/Makefile | 4 2 + 2 - 0 !
disulfind/src/Common/Makefile | 2 1 + 1 - 0 !
disulfind/src/Common/eig/Makefile | 2 1 + 1 - 0 !
disulfind/src/Makefile | 4 2 + 2 - 0 !
disulfind/src/NN/Makefile | 4 2 + 2 - 0 !
disulfind/src/SVM/Makefile | 4 2 + 2 - 0 !
7 files changed, 11 insertions(+), 11 deletions(-)

 propagate hardening options


variable_length_array | (download)

disulfind/src/Input/buildXfolds.cpp | 2 1 + 1 - 0 !
disulfind/src/Output/utils.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 reimplement variable length arrays properly for c++


unknown_escape | (download)

disulfind/src/Common/Accuracy.h | 8 4 + 4 - 0 !
disulfind/src/Common/ConfusionMatrix.cpp | 6 3 + 3 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 remove unknown escape sequences


gcc 6.patch | (download)

disulfind/src/BRNN/rnn_util.cpp | 2 1 + 1 - 0 !
disulfind/src/Common/Exception.h | 27 27 + 0 - 0 !
disulfind/src/Common/Util.cpp | 2 1 + 1 - 0 !
3 files changed, 29 insertions(+), 2 deletions(-)

 compile with gcc-6
 This patch enables compiling with g++-6 (i.e. -std >= c++11)
 Since the code uses their Assert function very often on iostream
 objects, it was easier to make the Assert function actually accept
 an iostream object instead of add .good() to each call.