[ 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-Semaphore-2.13-481.el9.noarch download

Name perl-Thread-Semaphore
Epoch 0
Version 2.13
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 Thread-safe semaphores
Repositories AppStream
Description Semaphores provide a mechanism to regulate access to resources. Unlike locks, semaphores aren't tied to particular scalars, and so may be used to control access to anything you care to use them for. Semaphores don't limit their values to zero and one, so they can be used to control access to some resource that there may be more than one of (e.g., file handles). Increment and decrement amounts aren't fixed at one either, so threads can reserve or return multiple resources at once.
Errata INFSA-2024:2228
Size 15 KiB
Source Project perl-5.32.1-481.el9
SHA-256 checksum 30c8b27a4903a6ac034328efba695ff13a762fdaa43567b986ad71e93a3821aa
× 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)