Name: | perl-Thread-Semaphore |
---|---|
Version: | 2.13 |
Release: | 479.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 11219 |
License: | GPL+ or Artistic |
RPM: | perl-Thread-Semaphore-2.13-479.el9.noarch.rpm |
Source RPM: | perl-5.32.1-479.el9.src.rpm |
Build Date: | Sun Jan 09 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Thread-safe semaphores |
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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
- Updated list of *.ph files (bug#1975106)
- Added perl-autouse and perl-ExtUtils-MM-Utils to perl run-requires (BZ#1965295)
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639)
- Remove files excluded from dual-lived subpackages
- Protect locale tests from LANGUAGE environment variable - Prevent the number of buckets in a hash from getting too large - Fix a memory leak when compiling a regular expression (GH#18604)
- Make accessing environment by DynaLoader thread-safe - Use duplocale() if available - Fix fc() in Turkish locale - Fix croaking on "my $_" when "use utf8" is in effect (GH#18449) - Fix PERL_UNUSED_ARG() definition in XSUB.h - Add missing entries to perldiag (GH#18276)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild