[ 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-404.module+el8.9.0+102+55fa58bf.inferit.noarch download

Name perl-Memoize
Epoch 0
Version 1.03
Release 404.module+el8.9.0+102+55fa58bf.inferit
Architecture noarch
Website/URL http://www.perl.org/
License GPL+ or Artistic
Build Time 2024-04-28 09:31:27
Build Host builder-x86-08.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
Size 115 KiB
Source Project perl-5.24.4-404.module+el8.9.0+102+55fa58bf.inferit
SHA-256 checksum a3138e9cc12a61bb079c368b6a70123f1b3381c611f630957a49df10a8eb96dc
× Full screenshot
Changelog link
* Wed Apr 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 4:5.24.4-404.inferit
- Skip 1970 year patch

* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4:5.24.4-404
- Rebuilt for MSVSphere 8.8

* Mon Mar 25 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.4-404
- Fix annocheck failure by enabling hardening (bug #1636329)

* Thu Feb 07 2019 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-403
- Require perl-interpreter from perl (bug #1670435)

* Thu Jan 31 2019 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-402
- Add a dummy perl-interpreter package to mask non-modular one (bug #1670435)

* Wed Dec 05 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.4-401
- Resolves: #1656293
  - Fix CVE-2018-18311 Integer overflow leading to buffer overflow
  - Fix CVE-2018-18312 Heap-buffer-overflow write in regcomp.c
  - Fix CVE-2018-18313 Heap-buffer-overflow read in regcomp.c
  - Fix CVE-2018-18314 Heap-buffer-overflow write in regcomp.c

* Fri Nov 02 2018 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-400
- Install Encode developmental files when installing complete Perl
  (bug #1645225)

* Tue Oct 02 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.4-399
- Fix annocheck failure by passing CFLAGS to dtrace (bug #1630617)

* Mon Jul 09 2018 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-398
- Adjust tests to gdbm-1.15 (RT#133295)

* Mon Apr 16 2018 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-397
- 5.24.4 bump
- Fix CVE-2018-6913 (heap buffer overflow in pp_pack.c) (bug #1567776)
- Fix CVE-2018-6798 (heap read overflow in regexec.c) (bug #1567777)
- Fix CVE-2018-6797 (heap write overflow in regcomp.c) (bug #1567778)