Fri, 28 Jun 2024 09:28:08 UTC | login

Information for build libssh-0.7.5-9.fc29

ID66071
Package Namelibssh
Version0.7.5
Release9.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
StartedMon, 30 Jul 2018 08:50:47 UTC
CompletedMon, 30 Jul 2018 09:28:25 UTC
Taskbuild (f29-candidate, libssh-0.7.5-9.fc29.src.rpm)
Tags
f29
RPMs
src
libssh-0.7.5-9.fc29.src.rpm (info) (download)
riscv64
libssh-0.7.5-9.fc29.riscv64.rpm (info) (download)
libssh-devel-0.7.5-9.fc29.riscv64.rpm (info) (download)
libssh-debuginfo-0.7.5-9.fc29.riscv64.rpm (info) (download)
libssh-debugsource-0.7.5-9.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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