forked from pool/rtrlib
Accepting request 928119 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/928119 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtrlib?expand=0&rev=2
This commit is contained in:
commit
6e34e5e01f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79fbfaa624dd4b53b304cd7c755ee31219b53558a5ee21eb81ca796356190af6
|
||||
size 260699
|
BIN
rtrlib-0.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
rtrlib-0.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user