[ All 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-08-05 11:27:22
Build Host certified-builder01.msvsphere-os.ru
Summary Thread-safe semaphores
Repositories Updates
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
Size 15 KiB
Source Project perl-5.32.1-481.1.el9_6
SHA-256 checksum 181b584bf02a81679dc59400e9411cf6d77815ffc06e546c1ca9d225dab5a3cc
× 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