[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект libssh-0.10.4-13.el9

Имя libssh
Эпоха 0
Версия 0.10.4
Релиз 13.el9
Сайт http://www.libssh.org
Лицензия LGPLv2+
Время сборки 2024-03-29 15:15:10
Хост сборки builder-x86-10.inferitos.ru
Краткое описание A library implementing the SSH protocol
Репозитории BaseOS
Полное описание The 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).
Эррата INFSA-2024:2504
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
libssh-0.10.4-13.el9.x86_64 A library implementing the SSH protocol 6b3807e7acf0cde44c51de7c81da641a27f1f57126a9fdc24fba61bbe35aa377 download
libssh-devel-0.10.4-13.el9.x86_64 Development files for libssh 8a94d31650a413d2b010b1443b475285d51070599d6b50f215b4c1b293a76ce9 download
i686
libssh-0.10.4-13.el9.i686 A library implementing the SSH protocol 6efc99cf50af475b76bd8704b13ad6db8918bff05b3ce63feeef040d1ae610a4 download
libssh-devel-0.10.4-13.el9.i686 Development files for libssh d2ae87026da61aa587723ea96cc60eb3fd8cd73a3fb1c39e59978b07602a6ed3 download
aarch64
libssh-0.10.4-13.el9.aarch64 A library implementing the SSH protocol 18f650ffa4457fb3b833ebed1177577b30ef5185ae5fa79fe134f9b0d33f489e download
libssh-devel-0.10.4-13.el9.aarch64 Development files for libssh a972238b7258e3e31159708f6e2421a0e0d3185ad55e8dd63d683090717022dc download
noarch
libssh-config-0.10.4-13.el9.noarch Configuration files for libssh 49505ab01b541a549c7a906107d805db1bf60fd8a36ec2634bcebf8eec7ae422 download
src
libssh-0.10.4-13.el9.src A library implementing the SSH protocol 1d075477eb57d3b19f21f807a6c4ae7bfe0cac8dedd9033473db27cf8ec92170 download
История изменений link
* Mon Feb 19 2024 Sahana Prasad <sahana@redhat.com> - 0.10.4-13
- Bump up the version so that the version in 9.3 is lower.
- Resolves: RHEL-19310, RHEL-19691, RHEL-17245

* Tue Jan 09 2024 Sahana Prasad <sahana@redhat.com> - 0.10.4-12
- Fix CVE-2023-48795 Prefix truncation attack on Binary Packet Protocol (BPP)
- Fix CVE-2023-6918 Missing checks for return values for digests
- Fix CVE-2023-6004 ProxyCommand/ProxyJump features allow injection
  of malicious code through hostname
- Resolves: RHEL-19310, RHEL-19691, RHEL-17245

* 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

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.10.4-8
- Rebuilt for MSVSphere 9.2 beta

* 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