Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-FileCache-1.10-475.module_el8.10.0+4278+b5f6cf5f RPM for noarch

From AlmaLinux 8.10 AppStream for aarch64

Name: perl-FileCache Distribution: AlmaLinux
Version: 1.10 Vendor: AlmaLinux
Release: 475.module_el8.10.0+4278+b5f6cf5f Build date: Tue Sep 15 11:28:14 2026
Group: Unspecified Build host: s390x-builder02.almalinux.org
Size: 8583 Source RPM: perl-5.32.1-475.module_el8.10.0+4278+b5f6cf5f.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: https://www.perl.org/
Summary: Keep more files open than the system permits
The "cacheout" function will make sure that there's a file handle open
for reading or writing available as the path name you give it. It
automatically closes and re-opens files if you exceed your system
maximum number of file descriptors, or the suggested maximum.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Aug 26 2026 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-475
  - Fixes: CVE-2026-13221 - Don't create a trie that would overflow
  - Resolves: RHEL-247945
* Mon Mar 16 2026 Jitka Plesnikova <jplesni