Package: igraph / 0.7.1-2.1+deb9u1

Metadata

Package Version Patches format
igraph 0.7.1-2.1+deb9u1 3.0 (quilt)

Patch series

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

Makefile.am | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove unused test target
 The upstream Makefile contained an unused test target that confused dh_auto_test
 because it took precedence over the "real" test target (which is called 'check').
fix_test_cases.patch | (download)

examples/simple/igraph_arpack_rnsolve.c | 16 16 + 0 - 0 !
examples/simple/tls2.c | 4 4 + 0 - 0 !
2 files changed, 20 insertions(+)

 fix failing test cases
Bug: https://github.com/igraph/igraph/issues/676
cppflags_restore.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 restore cppflags properly after the detection of libxml
Bug: https://github.com/igraph/igraph/issues/674
drl_spelling_fix.patch | (download)

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

 fixing a spelling error
fix_broken_graph_ml.patch | (download)

examples/simple/graphml-malformed.xml | 30 30 + 0 - 0 !
examples/simple/graphml.c | 14 14 + 0 - 0 !
src/foreign-graphml.c | 13 12 + 1 - 0 !
tests/foreign.at | 2 1 + 1 - 0 !
4 files changed, 57 insertions(+), 2 deletions(-)

 [patch] fix a crash when loading malformed graphml files, closes
 #1141
 This fixes CVE-2018-20349

Thanks to Zhao Liang, Huawei Weiran Labs