Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rtrlib for openSUSE:Factory checked in at 2021-10-29 22:34:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtrlib (Old) and /work/SRC/openSUSE:Factory/.rtrlib.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtrlib" Fri Oct 29 22:34:24 2021 rev:2 rq:928119 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rtrlib/rtrlib.changes 2020-02-03 11:12:33.097821682 +0100 +++ /work/SRC/openSUSE:Factory/.rtrlib.new.1890/rtrlib.changes 2021-10-29 22:35:33.091711996 +0200 @@ -1,0 +2,20 @@ +Mon Oct 25 21:23:36 UTC 2021 - Martin Hauke <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- rtrlib-0.7.0.tar.gz New: ---- rtrlib-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtrlib.spec ++++++ --- /var/tmp/diff_new_pack.GvJeIs/_old 2021-10-29 22:35:33.467712139 +0200 +++ /var/tmp/diff_new_pack.GvJeIs/_new 2021-10-29 22:35:33.467712139 +0200 @@ -1,7 +1,8 @@ # # spec file for package rtrlib # -# Copyright (c) 2019, Martin Hauke <[email protected]> +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2019-2021, Martin Hauke <[email protected]> # # 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 @@ %files -n librtr%{sover} %license LICENSE -%doc CHANGELOG README +%doc CHANGELOG README.md %{_libdir}/librtr.so.%{sover}* %files -n rtr-tools ++++++ rtrlib-0.7.0.tar.gz -> rtrlib-0.8.0.tar.gz ++++++ ++++ 12028 lines of diff (skipped) ++++++ rtrlib-disable-tests-that-require-network-connections.patch ++++++ --- /var/tmp/diff_new_pack.GvJeIs/_old 2021-10-29 22:35:33.579712181 +0200 +++ /var/tmp/diff_new_pack.GvJeIs/_new 2021-10-29 22:35:33.579712181 +0200 @@ -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 @@ - #install lib set (RTRLIB_VERSION_MAJOR 0) - set (RTRLIB_VERSION_MINOR 7) + set (RTRLIB_VERSION_MINOR 8)
