Tue, 26 Nov 2024 15:03:44 CST | login

Information for build libssh-0.10.4-11.el9

ID27644
Package Namelibssh
Version0.10.4
Release11.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/libssh.git#31a0c63fe19995206507089ab9c45eb33e68eae7
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 bydistrobuild
State complete
Volume DEFAULT
StartedMon, 20 Nov 2023 01:48:18 CST
CompletedMon, 20 Nov 2023 02:10:10 CST
Taskbuild (dist-circle9, /stage/rpms/libssh.git:31a0c63fe19995206507089ab9c45eb33e68eae7)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/libssh.git?#31a0c63fe19995206507089ab9c45eb33e68eae7'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
libssh-0.10.4-11.el9.src.rpm (info) (download)
aarch64
libssh-0.10.4-11.el9.aarch64.rpm (info) (download)
libssh-devel-0.10.4-11.el9.aarch64.rpm (info) (download)
libssh-debuginfo-0.10.4-11.el9.aarch64.rpm (info) (download)
libssh-debugsource-0.10.4-11.el9.aarch64.rpm (info) (download)
i686
libssh-0.10.4-11.el9.i686.rpm (info) (download)
libssh-devel-0.10.4-11.el9.i686.rpm (info) (download)
libssh-debuginfo-0.10.4-11.el9.i686.rpm (info) (download)
libssh-debugsource-0.10.4-11.el9.i686.rpm (info) (download)
noarch
libssh-config-0.10.4-11.el9.noarch.rpm (info) (download)
ppc64le
libssh-0.10.4-11.el9.ppc64le.rpm (info) (download)
libssh-devel-0.10.4-11.el9.ppc64le.rpm (info) (download)
libssh-debuginfo-0.10.4-11.el9.ppc64le.rpm (info) (download)
libssh-debugsource-0.10.4-11.el9.ppc64le.rpm (info) (download)
s390x
libssh-0.10.4-11.el9.s390x.rpm (info) (download)
libssh-devel-0.10.4-11.el9.s390x.rpm (info) (download)
libssh-debuginfo-0.10.4-11.el9.s390x.rpm (info) (download)
libssh-debugsource-0.10.4-11.el9.s390x.rpm (info) (download)
x86_64
libssh-0.10.4-11.el9.x86_64.rpm (info) (download)
libssh-devel-0.10.4-11.el9.x86_64.rpm (info) (download)
libssh-debuginfo-0.10.4-11.el9.x86_64.rpm (info) (download)
libssh-debugsource-0.10.4-11.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Jun 21 2023 Norbert Pocs <npocs@redhat.com> - 0.10.4-11 - Fix loglevel regression - Related: rhbz#2182252, rhbz#2189740 * Mon May 22 2023 Norbert Pocs <npocs@redhat.com> - 0.10.4.10 - Fix null dereference issues found by covscan - Related: rhbz#2182252, rhbz#2189740 * Wed May 10 2023 Norbert Pocs <npocs@redhat.com> - 0.10.4-9 - Fix CVE-2023-1667 and CVE-2023-2283 - Fix issues found by cosvcan - Resolves: rhbz#2182252, rhbz#2189740 * Mon Jan 23 2023 Stanislav Zidek <szidek@redhat.com> - 0.10.4-8 + libssh-0.10.4-8 - Extended CI to run internal tests in RHEL - Related: rhbz#2160080 * Wed Jan 04 2023 Norbert Pocs <npocs@redhat.com> - 0.10.4-7 - Add sk-keys to configuration parsing allowing to turn on-off by config - Related: rhbz#2026449 * Thu Dec 01 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-6 - Fix covscan error - Remove unwanted test with yet unimplemented feature - Related: rhbz#2137839, rhbz#2136824 * Thu Dec 01 2022 Stanislav Zidek <szidek@redhat.com> - 0.10.4-5 + libssh-0.10.4-5 - Fixed CI configuration due to TMT changes * Wed Nov 30 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-4 - Move loglevel closer to openssh loglevel - Add openssh config feature of +,-,^ for algorithm lists - Fix memory leaks of bignum - Prevent multiple expansion of escape characters - Resolves: rhbz#2132407, rhbz#2137839, rhbz#2144795, rhbz#2136824 * Tue Oct 04 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-3 - Enable pkcs11 support - Fix broken libsofthsm path on i686 - Add missing bugzilla references from the rebase commit - Related: rhbz#2026449 - Resolves: rhbz#1977913, rhbz#1975500 * Tue Sep 27 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-2 - Fix coverity scan issues - Resolves: rhbz#2130126 * Mon Sep 19 2022 Norbert pocs <npocs@redhat.com> - 0.10.4-1 - Rebase to version 0.10.4 - Add pkcs11 support - Disallow ssh-rsa key in FIPS mode - Fix openssl KDF check at build - ChangeLog was renamed to CHANGELOG - Resolves: rhbz#2068475, rhbz#2026449, rhbz#2004021, rhbz#1977913, rhbz#1975500 * Fri Nov 12 2021 Stanislav Zidek <szidek@redhat.com> - 0.9.6-3 + libssh-0.9.6-3 - Disabled gating on osci.brew-build.revdeps.integration Related: rhbz#2022034 * Thu Nov 11 2021 Stanislav Zidek <szidek@redhat.com> - 0.9.6-2 - STI, FMF, and gating fixes Resolves: rhbz#2022034 * Tue Oct 05 2021 Norbert Pocs <npocs@redhat.com> - 0.9.6-1 - Fix CVE-CVE-2021-3634 libssh: possible heap-based buffer overflow when rekeying - Fix static analyzer issues in rhbz#1938795 - Rebase to version 0.9.6 - Resolves: rhbz#1994607, rhbz#1938795, rhbz#2009669 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.5-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688