Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libssh for openSUSE:Factory checked in at 2021-08-28 22:28:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libssh (Old) and /work/SRC/openSUSE:Factory/.libssh.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libssh" Sat Aug 28 22:28:49 2021 rev:64 rq:914405 version:0.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libssh/libssh.changes 2020-09-25 16:26:40.763632390 +0200 +++ /work/SRC/openSUSE:Factory/.libssh.new.1899/libssh.changes 2021-08-28 22:28:55.685962888 +0200 @@ -1,0 +2,6 @@ +Thu Aug 26 13:15:59 UTC 2021 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.9.6 (bsc#1189608, CVE-2021-3634) + * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.9.6 + +------------------------------------------------------------------- Old: ---- libssh-0.9.5.tar.xz libssh-0.9.5.tar.xz.asc New: ---- libssh-0.9.6.tar.xz libssh-0.9.6.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssh.spec ++++++ --- /var/tmp/diff_new_pack.8REk5U/_old 2021-08-28 22:28:56.485963717 +0200 +++ /var/tmp/diff_new_pack.8REk5U/_new 2021-08-28 22:28:56.485963717 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libssh +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %bcond_with test %endif Name: libssh%{pkg_suffix} -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: The SSH library License: LGPL-2.1-or-later ++++++ 0001-disable-timeout-test-on-slow-buildsystems.patch ++++++ --- /var/tmp/diff_new_pack.8REk5U/_old 2021-08-28 22:28:56.505963738 +0200 +++ /var/tmp/diff_new_pack.8REk5U/_new 2021-08-28 22:28:56.505963738 +0200 @@ -1,11 +1,11 @@ -Index: libssh-0.9.0/tests/unittests/torture_misc.c +Index: libssh-0.9.6/tests/unittests/torture_misc.c =================================================================== ---- libssh-0.9.0.orig/tests/unittests/torture_misc.c 2019-06-28 08:45:32.418434037 +0200 -+++ libssh-0.9.0/tests/unittests/torture_misc.c 2019-06-28 08:45:38.766497056 +0200 -@@ -197,11 +197,13 @@ static void torture_timeout_elapsed(void - (void) state; +--- 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 +@@ -211,11 +211,13 @@ static void torture_timeout_elapsed(void ssh_timestamp_init(&ts); - usleep(50000); + usleep(30000); + +#ifndef SLOW_TEST_SYSTEM assert_true(ssh_timeout_elapsed(&ts,25)); assert_false(ssh_timeout_elapsed(&ts,30000)); @@ -16,7 +16,7 @@ } static void torture_timeout_update(void **state){ -@@ -209,11 +211,13 @@ static void torture_timeout_update(void +@@ -223,11 +225,13 @@ static void torture_timeout_update(void (void) state; ssh_timestamp_init(&ts); usleep(50000); @@ -30,10 +30,10 @@ } static void torture_ssh_analyze_banner(void **state) { -Index: libssh-0.9.0/DefineOptions.cmake +Index: libssh-0.9.6/DefineOptions.cmake =================================================================== ---- libssh-0.9.0.orig/DefineOptions.cmake 2019-06-28 08:45:32.418434037 +0200 -+++ libssh-0.9.0/DefineOptions.cmake 2019-06-28 08:46:08.330789588 +0200 +--- 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) @@ -42,7 +42,7 @@ if (WITH_ZLIB) set(WITH_LIBZ ON) -@@ -57,3 +58,8 @@ endif (NOT GLOBAL_BIND_CONFIG) +@@ -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) ++++++ libssh-0.9.5.tar.xz -> libssh-0.9.6.tar.xz ++++++ ++++ 3116 lines of diff (skipped)