Wed, 15 May 2024 07:52:30 UTC | login

Information for build libssh-0.8.5-1.fc29

ID74367
Package Namelibssh
Version0.8.5
Release1.fc29
Epoch
SummaryA library implementing the SSH protocol
DescriptionThe ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Nov 2018 21:36:01 UTC
CompletedThu, 22 Nov 2018 22:34:33 UTC
Taskbuild (f29-candidate, libssh-0.8.5-1.fc29.src.rpm)
Tags
f29
f30
RPMs
src
libssh-0.8.5-1.fc29.src.rpm (info) (download)
riscv64
libssh-0.8.5-1.fc29.riscv64.rpm (info) (download)
libssh-devel-0.8.5-1.fc29.riscv64.rpm (info) (download)
libssh-debuginfo-0.8.5-1.fc29.riscv64.rpm (info) (download)
libssh-debugsource-0.8.5-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Oct 29 2018 Andreas Schneider <asn@redhat.com> - 0.8.5-1 - Update to version 0.8.5 https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/ * Tue Oct 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.4-1 - Update to version 0.8.4 https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release - Fixes CVE-2018-10933 * Mon Oct 01 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-3 - Fixed errors found by static code analysis * Tue Sep 25 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-2 - Add missing libssh_threads.so link to libssh-devel package * Fri Sep 21 2018 Andreas Schneider <asn@redhat.com> - 0.8.3-1 - Update to version 0.8.3 https://www.libssh.org/2018/09/21/libssh-0-8-3/ * Thu Aug 30 2018 Andreas Schneider <asn@redhat.com> - 0.8.2-1 - Update to version 0.8.2 https://www.libssh.org/2018/08/30/libssh-0-8-2 * Thu Aug 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-4 - Fix link creation or RPM doesn't install it * Wed Aug 15 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-3 - Add missing so version for libssh_threads.so.4 * Tue Aug 14 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-2 - Add Provides for libssh_threads.so to unbreak applications * Mon Aug 13 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-1 - Update to version 0.8.1 https://www.libssh.org/2018/08/13/libssh-0-8-1 - resolves: #1615248 - pkg-config --modversion - resolves: #1615132 - library initialization * Fri Aug 10 2018 Andreas Schneider <asn@redhat.com> - 0.8.0-1 - Update to version 0.8.0 https://www.libssh.org/2018/08/10/libssh-0-8-0/ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.7.5-8 - BR: gcc-c++, use %make_build * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Feb 01 2018 Andreas Schneider <asn@redhat.com> - 0.7.5-6 - resolves: #1540021 - Build against OpenSSL 1.1 * Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-5 - Switch to %ldconfig_scriptlets * Fri Dec 29 2017 Andreas Schneider <asn@redhat.com> - 0.7.5-4 - Fix parsing ssh_config * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Apr 26 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.5-1 - Update to version 0.7.5 * Sat Mar 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7.4-2 - BR: compat-openssl10-devel (f26+, #1423088) - use %license - -devel: drop hardcoded pkgconfig dep (let autodeps handle it) - %files: track library sonames, simplify -devel - %install: use 'install/fast' target - .spec cosmetics, drop deprecated %clean section * Wed Feb 08 2017 Andreas Schneider <asn@redhat.com> - 0.7.4-1 - Update to version 0.7.4 * Added id_ed25519 to the default identity list * Fixed sftp EOF packet handling * Fixed ssh_send_banner() to confirm with RFC 4253 * Fixed some memory leaks - resolves: #1419007