Marcus Meissner
3638f56bf7
- Update to version 0.8.0 * Fix blocking when stopping sockets in some cases * Add callback to allow user created sockets * Add ability to change the connect timeout * Add support for password authentication to ssh transport * Update tools to allow for password authentication when using ssh transport * Improve error handling in ssh transport * Improve error output in TCP transport * Improve libssh detection when running configure * Initialise structures properly in rtrclient * Fix several compiler warnings * Extend log messages to include prefixes when using ssh transport * Fix bug that constantly called tr_recv because of ignoring timeout argument when using ssh transport * Apply kernel coding style in all source files OBS-URL: https://build.opensuse.org/request/show/927380 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rtrlib?expand=0&rev=5
20 lines
577 B
Diff
20 lines
577 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7e9aa98..7b1fea9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -112,14 +112,10 @@ ADD_TEST(test_trie tests/test_trie)
|
|
ADD_TEST(test_ht_spkitable tests/test_ht_spkitable)
|
|
ADD_TEST(test_ht_spkitable_locks tests/test_ht_spkitable_locks)
|
|
|
|
-ADD_TEST(test_live_validation tests/test_live_validation)
|
|
-
|
|
ADD_TEST(test_ipaddr tests/test_ipaddr)
|
|
|
|
ADD_TEST(test_getbits tests/test_getbits)
|
|
|
|
-ADD_TEST(test_dynamic_groups tests/test_dynamic_groups)
|
|
-
|
|
#install lib
|
|
set (RTRLIB_VERSION_MAJOR 0)
|
|
set (RTRLIB_VERSION_MINOR 8)
|