Package perl-Thread-3.05-481.1.el9_6.noarch
Name | perl-Thread |
---|---|
Epoch | 0 |
Version | 3.05 |
Release | 481.1.el9_6 |
Architecture | noarch |
Website/URL | https://www.perl.org/ |
License | GPL+ or Artistic |
Build Time | 2025-07-29 09:05:33 |
Build Host | builder-x86-04.inferitos.ru |
Summary | Manipulate threads in Perl (for old code only) |
Repositories | AppStream |
Description | 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. |
Errata | INFSA-2025:11804 |
Size | 18 KiB |
Source Project | perl-5.32.1-481.1.el9_6 |
SHA-256 checksum | 126afed5dd56c2e5604c51acdae1a9bdff4654011ff4c5498ca6acc6961395f2 |
×
* 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