[ All 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 ]
×

Package perl-Thread-3.05-481.el9.noarch download

Name perl-Thread
Epoch 0
Version 3.05
Release 481.el9
Architecture noarch
Website/URL https://www.perl.org/
License GPL+ or Artistic
Build Time 2024-03-29 15:21:45
Build Host builder-x86-03.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-2024:2228
Size 18 KiB
Source Project perl-5.32.1-481.el9
SHA-256 checksum eb31020d050ea8ccee7d67f76accb4142c048dae9ff8273c1e2cae5a2b442671
× Full screenshot
Changelog link
* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4:5.32.1-480
- Rebuilt for MSVSphere 9.2 beta

* Wed Jan 18 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-480
- Add definition of OPTIMIZE to .ph files, if optimizing is used
  (bug#2159759)