Accepting request 927380 from home:mnhauke:network

- 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
This commit is contained in:
Marcus Meissner 2021-10-29 12:57:28 +00:00 committed by Git OBS Bridge
parent 24b8d1e361
commit 3638f56bf7
5 changed files with 31 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79fbfaa624dd4b53b304cd7c755ee31219b53558a5ee21eb81ca796356190af6
size 260699

3
rtrlib-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cc99343dc3ea8908cd9710ba1f72a1ddce591bf80bfd7d656dbc4568f560ada
size 262281

View File

@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b4692b..ca59bd8 100644
index 7e9aa98..7b1fea9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,14 +101,10 @@ ADD_TEST(test_trie tests/test_trie)
@@ -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)
@ -16,4 +16,4 @@ index 3b4692b..ca59bd8 100644
-
#install lib
set (RTRLIB_VERSION_MAJOR 0)
set (RTRLIB_VERSION_MINOR 7)
set (RTRLIB_VERSION_MINOR 8)

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Oct 25 21:23:36 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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
-------------------------------------------------------------------
Thu Jul 18 18:01:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,8 @@
#
# spec file for package rtrlib
#
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,13 +13,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 0
Name: rtrlib
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Extensible RPKI-RTR-Client C library
License: MIT
@ -100,7 +101,7 @@ mv %{buildroot}/%{_datadir}/doc/%{name}/docs/html %{buildroot}%{_docdir}/%{name}
%files -n librtr%{sover}
%license LICENSE
%doc CHANGELOG README
%doc CHANGELOG README.md
%{_libdir}/librtr.so.%{sover}*
%files -n rtr-tools