From 16e29f8b133e083ede9647599406ebf8f826e45c728005e5838c27b6b85dbe11 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 26 Jul 2019 09:26:46 +0000 Subject: [PATCH] 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 --- rtrlib-0.6.3.tar.gz | 3 --- rtrlib-0.7.0.tar.gz | 3 +++ ...sts-that-require-network-connections.patch | 6 +++--- rtrlib.changes | 20 +++++++++++++++++++ rtrlib.spec | 2 +- 5 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 rtrlib-0.6.3.tar.gz create mode 100644 rtrlib-0.7.0.tar.gz diff --git a/rtrlib-0.6.3.tar.gz b/rtrlib-0.6.3.tar.gz deleted file mode 100644 index cc533d2..0000000 --- a/rtrlib-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5591c900761dfce126e8cac17e2cc87dd2285dc49ab2ae1ac7491e513044c77a -size 235094 diff --git a/rtrlib-0.7.0.tar.gz b/rtrlib-0.7.0.tar.gz new file mode 100644 index 0000000..81a93aa --- /dev/null +++ b/rtrlib-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fbfaa624dd4b53b304cd7c755ee31219b53558a5ee21eb81ca796356190af6 +size 260699 diff --git a/rtrlib-disable-tests-that-require-network-connections.patch b/rtrlib-disable-tests-that-require-network-connections.patch index 76d9ae8..34f68e2 100644 --- a/rtrlib-disable-tests-that-require-network-connections.patch +++ b/rtrlib-disable-tests-that-require-network-connections.patch @@ -1,8 +1,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index e852633..dc12a40 100644 +index 3b4692b..ca59bd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -82,14 +82,10 @@ ADD_TEST(test_trie tests/test_trie) +@@ -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) @@ -16,4 +16,4 @@ index e852633..dc12a40 100644 - #install lib set (RTRLIB_VERSION_MAJOR 0) - set (RTRLIB_VERSION_MINOR 6) + set (RTRLIB_VERSION_MINOR 7) diff --git a/rtrlib.changes b/rtrlib.changes index be227e2..46c8896 100644 --- a/rtrlib.changes +++ b/rtrlib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jul 18 18:01:45 UTC 2019 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Wed Feb 6 09:07:54 UTC 2019 - Jan Engelhardt diff --git a/rtrlib.spec b/rtrlib.spec index 6d04ff1..bc02db7 100644 --- a/rtrlib.spec +++ b/rtrlib.spec @@ -18,7 +18,7 @@ %define sover 0 Name: rtrlib -Version: 0.6.3 +Version: 0.7.0 Release: 0 Summary: Extensible RPKI-RTR-Client C library License: MIT