Hello community, here is the log from the commit of package libssh for openSUSE:Factory checked in at 2018-10-01 09:04:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libssh (Old) and /work/SRC/openSUSE:Factory/.libssh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libssh" Mon Oct 1 09:04:20 2018 rev:49 rq:637016 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libssh/libssh.changes 2018-09-04 22:46:42.819054377 +0200 +++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes 2018-10-01 09:04:25.263944378 +0200 @@ -1,0 +2,19 @@ +Fri Sep 21 08:32:56 UTC 2018 - Andreas Schneider <[email protected]> + +- Update to version 0.8.3 + * Added support for rsa-sha2 + * Added support to parse private keys in openssh container format + (other than ed25519) + * Added support for diffie-hellman-group18-sha512 and + diffie-hellman-group16-sha512 + * Added ssh_get_fingerprint_hash() + * Added ssh_pki_export_privkey_base64() + * Added support for Match keyword in config file + * Improved performance and reduced memory footprint for sftp + * Fixed ecdsa publickey auth + * Fixed reading a closed channel + * Added support to announce [email protected] and + [email protected] in the sftp server +- Removed patch: 0001-poll-Fix-size-types-in-ssh_event_free.patch + +------------------------------------------------------------------- Old: ---- 0001-poll-Fix-size-types-in-ssh_event_free.patch libssh-0.8.2.tar.xz libssh-0.8.2.tar.xz.asc New: ---- libssh-0.8.3.tar.xz libssh-0.8.3.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssh.spec ++++++ --- /var/tmp/diff_new_pack.1joqZH/_old 2018-10-01 09:04:27.011942868 +0200 +++ /var/tmp/diff_new_pack.1joqZH/_new 2018-10-01 09:04:27.015942864 +0200 @@ -12,19 +12,19 @@ # 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/ # +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150000 %bcond_without docs - -%if 0%{?suse_version} < 1500 || 0%{?sle_version} < 150000 +%else # We need cmake >= 3.9 to build docs %bcond_with docs %endif Name: libssh -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: The SSH library License: LGPL-2.1-or-later @@ -35,7 +35,6 @@ Source2: https://cryptomilk.org/gpgkey-8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D.gpg#/%{name}.keyring Source99: baselibs.conf Patch0: 0001-disable-timeout-test-on-slow-buildsystems.patch -Patch1: 0001-poll-Fix-size-types-in-ssh_event_free.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ @@ -47,28 +46,24 @@ BuildRequires: zlib-devel %description -An SSH implementation in the form of a library. With libssh, you can -remotely execute programs, transfer files, use a secure and -transparent tunnel for your remote programs. It supports SFTP as -well. - -This package provides libssh from http://www.libssh.org that should not -be confused with libssh2 available from http://www.libssh2.org (libssh2 -package) +An SSH implementation in the form of a library. With libssh, you can remotely +execute programs, transfer files, use a secure and transparent tunnel for your +remote programs. It supports SFTP as well. + +This package provides libssh from https://www.libssh.org that should not be +confused with libssh2 available from https://www.libssh2.org (libssh2 package) %package -n libssh4 Summary: SSH library Group: System/Libraries %description -n libssh4 -An SSH implementation in the form of a library. With libssh, you can -remotely execute programs, transfer files, use a secure and -transparent tunnel for your remote programs. It supports SFTP as -well. - -This package provides libssh from http://www.libssh.org that should not -be confused with libssh2 available from http://www.libssh2.org (libssh2 -package) +An SSH implementation in the form of a library. With libssh, you can remotely +execute programs, transfer files, use a secure and transparent tunnel for your +remote programs. It supports SFTP as well. + +This package provides libssh from https://www.libssh.org that should not be +confused with libssh2 available from https://www.libssh2.org (libssh2 package) %package devel Summary: SSH library development headers ++++++ libssh-0.8.2.tar.xz -> libssh-0.8.3.tar.xz ++++++ ++++ 14713 lines of diff (skipped)
