[ Все 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 ]
×

Пакет perl-Thread-Semaphore-2.13-481.1.el9_6.noarch download

Имя perl-Thread-Semaphore
Эпоха 0
Версия 2.13
Релиз 481.1.el9_6
Архитектура noarch
Сайт https://www.perl.org/
Лицензия GPL+ or Artistic
Время сборки 2025-08-05 11:27:22
Хост сборки certified-builder01.msvsphere-os.ru
Краткое описание Thread-safe semaphores
Репозитории Updates
Полное описание 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.
Эррата
Размер 15 КиБ
Исходный проект perl-5.32.1-481.1.el9_6
Контрольная сумма SHA-256 181b584bf02a81679dc59400e9411cf6d77815ffc06e546c1ca9d225dab5a3cc
× Full screenshot
История изменений 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