[ 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.1.el9_6.noarch download

Name perl-Thread-Semaphore
Epoch 0
Version 2.13
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 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-2025:11804
Size 15 KiB
Source Project perl-5.32.1-481.1.el9_6
SHA-256 checksum b94b3e7934b9d80ba7d7625e170436f96f9255c602524ec1fc627fd9a914b2be
× Full screenshot
Changelog 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