SHA256
1
0
forked from pool/rtrlib
rtrlib/rtrlib-disable-tests-that-require-network-connections.patch
Adam Majer 16e29f8b13 Accepting request 717672 from home:mnhauke:network
- Update to version 0.7.0
  * Fix to ensure shadow tables are only freed when initialized
    before
  * Fix SSH transport w/o bind address and add host key verification
  * Fix bug in cache groups to ensure uniqueness of cache server
    preferences
  * Fix race condition in rtr_stop
  * Remove error PDU null termination check
  * Update tommyds implementation to version 2.2
  * tools/rpki-rov: improve validation of command line arguments
  * tools/rtrclient: add ROA export with templates, support for CSV
    and JSON
  * Output log messages to stderr instead of stdout
  * style: increase max line length to 120 characters
- Update patch:
  * rtrlib-disable-tests-that-require-network-connections.patch

OBS-URL: https://build.opensuse.org/request/show/717672
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rtrlib?expand=0&rev=3
2019-07-26 09:26:46 +00:00

20 lines
577 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b4692b..ca59bd8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,14 +101,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 7)