Package: igraph / 0.7.1-4

Metadata

Package Version Patches format
igraph 0.7.1-4 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
skip_tests_accessing_remote.patch | (download)

tests/centralization.at | 8 4 + 4 - 0 !
tests/structural_properties.at | 5 0 + 5 - 0 !
2 files changed, 4 insertions(+), 9 deletions(-)

 exclude tests requiring remote access
fix_test_arpack 3.6.patch | (download)

examples/simple/igraph_arpack_rnsolve.c | 153 113 + 40 - 0 !
examples/simple/igraph_arpack_rnsolve.out | 72 11 + 61 - 0 !
src/arpack.c | 230 146 + 84 - 0 !
3 files changed, 270 insertions(+), 185 deletions(-)

 [patch] fixing issues with arpack 3.6, related to #1107

Remark: This does not solve the build issue


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

different_starting_vector.patch | (download)

src/community.c | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 [patch] use a different starting vector for
 igraph_community_leading_eigenvector() to prevent errors with ARPACK 3.6.3


skip_issue_in_test_suite.patch | (download)

examples/simple/igraph_arpack_rnsolve.c | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 skip prints in test suite which cause failure