[ 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-Memoize-1.03-481.1.el9_6.noarch download

Name perl-Memoize
Epoch 0
Version 1.03
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 Transparently speed up functions by caching return values
Repositories AppStream
Description Memoizing a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, memoize jumps in and gives you the value out of the table, instead of letting the function compute the value all over again.
Errata INFSA-2025:11804
Size 59 KiB
Source Project perl-5.32.1-481.1.el9_6
SHA-256 checksum a1ffa2bf535268fb3c5cdff2b1eb2a7b42809f7d523ff277a91d4cd6434fd0ff
× 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