diff --git a/rtrlib-0.7.0.tar.gz b/rtrlib-0.7.0.tar.gz deleted file mode 100644 index 81a93aa..0000000 --- a/rtrlib-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79fbfaa624dd4b53b304cd7c755ee31219b53558a5ee21eb81ca796356190af6 -size 260699 diff --git a/rtrlib-0.8.0.tar.gz b/rtrlib-0.8.0.tar.gz new file mode 100644 index 0000000..db7d863 --- /dev/null +++ b/rtrlib-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc99343dc3ea8908cd9710ba1f72a1ddce591bf80bfd7d656dbc4568f560ada +size 262281 diff --git a/rtrlib-disable-tests-that-require-network-connections.patch b/rtrlib-disable-tests-that-require-network-connections.patch index 34f68e2..a2746a9 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 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) diff --git a/rtrlib.changes b/rtrlib.changes index 46c8896..42913d2 100644 --- a/rtrlib.changes +++ b/rtrlib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Oct 25 21:23:36 UTC 2021 - Martin Hauke + +- 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 diff --git a/rtrlib.spec b/rtrlib.spec index bc02db7..140f7ce 100644 --- a/rtrlib.spec +++ b/rtrlib.spec @@ -1,7 +1,8 @@ # # spec file for package rtrlib # -# Copyright (c) 2019, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2019-2021, Martin Hauke # # 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