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

Пакет perl-Thread-3.05-481.1.el9_6.noarch download

Имя perl-Thread
Эпоха 0
Версия 3.05
Релиз 481.1.el9_6
Архитектура noarch
Сайт https://www.perl.org/
Лицензия GPL+ or Artistic
Время сборки 2025-08-05 11:27:22
Хост сборки certified-builder01.msvsphere-os.ru
Краткое описание Manipulate threads in Perl (for old code only)
Репозитории Updates
Полное описание This Thread module served as the front end to the old-style thread model, called 5005threads, that has been removed in version 5.10. For old code and interim backwards compatibility, the Thread module has been reworked to function as a front end for the new interpreter threads (ithreads) model. However, some previous functionality is not available. Further, the data sharing models between the two thread models are completely different, and anything to do with data sharing has to be thought differently. You are strongly encouraged to migrate any existing threaded code to the new model (i.e., use the threads and threads::shared modules) as soon as possible.
Эррата
Размер 18 КиБ
Исходный проект perl-5.32.1-481.1.el9_6
Контрольная сумма SHA-256 85a93ca6ca871fbc75c7d0c06d11d00caa68a11f09848ca0863f5deec270762b
× Full screenshot
История изменений link
* Thu Jul 03 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481.1
- Fixes: CVE-2025-40909 - Clone dirhandles without fchdir

* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038