[ Все 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 ]
×

Проект bash-5.1.8-9.el9

Имя bash
Эпоха 0
Версия 5.1.8
Релиз 9.el9
Сайт https://www.gnu.org/software/bash
Лицензия GPLv3+
Время сборки 2024-05-01 10:59:20
Хост сборки builder-x86-07.inferitos.ru
Краткое описание The GNU Bourne Again shell
Репозитории BaseOS
Полное описание The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by bash without modification.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
bash-5.1.8-9.el9.x86_64 The GNU Bourne Again shell e65c707c2ee766f97a88549889bd262917c7c2576ddbf8305e09a5c20ef51eac download
bash-devel-5.1.8-9.el9.x86_64 Development headers for bash 34637efd2366b1583d05663c4e5370657ecfff76b994abf3ecca7ee0725bb7e7 download
aarch64
bash-5.1.8-9.el9.aarch64 The GNU Bourne Again shell cb738d9d04c323c9cbc73ca24d69e654a97aad831b8fefcaf776fc1fda349e5c download
bash-devel-5.1.8-9.el9.aarch64 Development headers for bash 48c8e6be77b4482be656745d0928bde3796cd4c684db74ee451d5f1b9cf02c4e download
src
bash-5.1.8-9.el9.src The GNU Bourne Again shell 83ad56c4d3435b73e77b45b6bb7acdb16dfe6be86392c0f031519fb2bc2b3ac1 download
История изменений link
* Tue Feb 13 2024 Siteshwar Vashisht <svashisht@redhat.com> - 5.1.8-9
- Fix a performance regression while using large number of environment variables
  Resolves: RHEL-20020

* Mon Feb 12 2024 Siteshwar Vashisht <svashisht@redhat.com> - 5.1.8-8
- Fix an issue with adding newline in bracketed paste mode
  Resolves: #2168963

* Wed Jan 24 2024 Siteshwar Vashisht <svashisht@redhat.com> - 5.1.8-7
- Restore audit logs in bash-4.3 or newer versions
  Resolves: RHEL-22619

* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.1.8-6
- Rebuilt for MSVSphere 9.1.

* Tue Nov 22 2022 Siteshwar Vashisht <svashisht@redhat.com> - 5.1.8-6
- Add a null check in parameter_brace_transform() function
  Resolves: CVE-2022-3715

* Mon Aug 08 2022 Siteshwar Vashisht <svashisht@redhat.com> - 5.1.8-5
- Fix an off by one error while calling mbrtowc()
  Resolves: #2115206