Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libssh for openSUSE:Factory checked in at 2022-09-06 13:00:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libssh (Old) and /work/SRC/openSUSE:Factory/.libssh.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libssh" Tue Sep 6 13:00:34 2022 rev:67 rq:1001276 version:0.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libssh/libssh.changes 2022-01-09 22:50:14.163287361 +0100 +++ /work/SRC/openSUSE:Factory/.libssh.new.2083/libssh.changes 2022-09-06 13:00:35.702900616 +0200 @@ -1,0 +2,28 @@ +Mon Sep 5 13:00:07 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.10.3 + * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.3 + +------------------------------------------------------------------- +Fri Sep 2 08:51:23 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.10.2 + * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.2 +- Removed libssh-weak-attribute.patch + +------------------------------------------------------------------- +Tue Aug 30 14:29:51 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.10.1 + * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.1 +- Enable client and server testing + * Added libssh-weak-attribute.patch + +------------------------------------------------------------------- +Fri Aug 26 12:16:13 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.10.0 + * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.0 +- Removed 0001-Soften-behaviour-of-the-Compression-no-yes-option.patch + +------------------------------------------------------------------- Old: ---- 0001-Soften-behaviour-of-the-Compression-no-yes-option.patch libssh-0.9.6.tar.xz libssh-0.9.6.tar.xz.asc New: ---- libssh-0.10.3.tar.xz libssh-0.10.3.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssh.spec ++++++ --- /var/tmp/diff_new_pack.3WOu85/_old 2022-09-06 13:00:36.238901969 +0200 +++ /var/tmp/diff_new_pack.3WOu85/_new 2022-09-06 13:00:36.246901989 +0200 @@ -30,7 +30,7 @@ %bcond_with test %endif Name: libssh%{pkg_suffix} -Version: 0.9.6 +Version: 0.10.3 Release: 0 Summary: The SSH library License: LGPL-2.1-or-later @@ -43,8 +43,6 @@ Source4: libssh_server.config Source99: baselibs.conf Patch0: 0001-disable-timeout-test-on-slow-buildsystems.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-Soften-behaviour-of-the-Compression-no-yes-option.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: krb5-devel @@ -57,6 +55,12 @@ %if %{with test} BuildRequires: libcmocka-devel BuildRequires: openssh +%if 0%{?suse_version} > 1550 +BuildRequires: nss_wrapper +BuildRequires: pam_wrapper +BuildRequires: socket_wrapper +BuildRequires: uid_wrapper +%endif %endif %description @@ -105,6 +109,10 @@ %if %{with test} -DUNIT_TESTING="ON" \ -DSLOW_TEST_SYSTEM=%{slow_test_system} \ +%if 0%{?suse_version} > 1550 + -DCLIENT_TESTING=ON \ + -DSERVER_TESTING=ON \ +%endif %endif -DWITH_GSSAPI=ON \ -DWITH_EXAMPLES="OFF" \ @@ -124,6 +132,8 @@ %check %if %{with test} +# Tests are randomly failing when run in parallel +%define _smp_mflags %{nil} %ctest %endif @@ -132,7 +142,7 @@ %postun -n libssh4 -p /sbin/ldconfig %files -n libssh4 -%doc AUTHORS README ChangeLog +%doc AUTHORS README CHANGELOG %{_libdir}/libssh.so.* %files config ++++++ 0001-disable-timeout-test-on-slow-buildsystems.patch ++++++ --- /var/tmp/diff_new_pack.3WOu85/_old 2022-09-06 13:00:36.266902040 +0200 +++ /var/tmp/diff_new_pack.3WOu85/_new 2022-09-06 13:00:36.270902050 +0200 @@ -1,7 +1,7 @@ -Index: libssh-0.9.6/tests/unittests/torture_misc.c +Index: libssh-0.10.0/tests/unittests/torture_misc.c =================================================================== ---- libssh-0.9.6.orig/tests/unittests/torture_misc.c 2021-08-26 15:14:47.337264821 +0200 -+++ libssh-0.9.6/tests/unittests/torture_misc.c 2021-08-26 15:15:24.513466534 +0200 +--- libssh-0.10.0.orig/tests/unittests/torture_misc.c 2022-07-07 15:53:51.000000000 +0200 ++++ libssh-0.10.0/tests/unittests/torture_misc.c 2022-08-26 14:19:01.827866890 +0200 @@ -211,11 +211,13 @@ static void torture_timeout_elapsed(void ssh_timestamp_init(&ts); usleep(30000); @@ -30,22 +30,22 @@ } static void torture_ssh_analyze_banner(void **state) { -Index: libssh-0.9.6/DefineOptions.cmake +Index: libssh-0.10.0/DefineOptions.cmake =================================================================== ---- libssh-0.9.6.orig/DefineOptions.cmake 2021-08-26 15:14:47.337264821 +0200 -+++ libssh-0.9.6/DefineOptions.cmake 2021-08-26 15:14:50.093279775 +0200 -@@ -22,6 +22,7 @@ option(WITH_ABI_BREAK "Allow ABI break" - option(WITH_GEX "Enable DH Group exchange mechanisms" ON) - option(FUZZ_TESTING "Build with fuzzer for the server" OFF) +--- libssh-0.10.0.orig/DefineOptions.cmake 2022-07-07 15:53:51.000000000 +0200 ++++ libssh-0.10.0/DefineOptions.cmake 2022-08-26 14:19:41.500119198 +0200 +@@ -25,6 +25,7 @@ option(WITH_GEX "Enable DH Group exchang + option(WITH_INSECURE_NONE "Enable insecure none cipher and MAC algorithms (not suitable for production!)" OFF) + option(FUZZ_TESTING "Build with fuzzer for the server and client (automatically enables none cipher!)" OFF) option(PICKY_DEVELOPER "Build with picky developer flags" OFF) +option(SLOW_TEST_SYSTEM "Disable tests that fail on slow systems" OFF) if (WITH_ZLIB) set(WITH_LIBZ ON) -@@ -53,3 +54,8 @@ endif (NOT GLOBAL_BIND_CONFIG) - if (NOT GLOBAL_CLIENT_CONFIG) - set(GLOBAL_CLIENT_CONFIG "/etc/ssh/ssh_config") - endif (NOT GLOBAL_CLIENT_CONFIG) +@@ -60,3 +61,8 @@ endif (NOT GLOBAL_CLIENT_CONFIG) + if (FUZZ_TESTING) + set(WITH_INSECURE_NONE ON) + endif (FUZZ_TESTING) + +if (SLOW_TEST_SYSTEM) + set (SLOW_TEST_SYSTEM ON) ++++++ libssh-0.9.6.tar.xz -> libssh-0.10.3.tar.xz ++++++ ++++ 46770 lines of diff (skipped)