معرفی شرکت ها


perl-Memoize-1.03-421.el8.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Transparently speed up functions by caching return values
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux AppStream noarch
نام بسته perl-Memoize
نام فایل بسته perl-Memoize-1.03-421.el8.noarch.rpm
نسخه بسته 1.03
انتشار بسته 421.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 19 Apr 2022 03
هاست سازنده x64-builder02.almalinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.perl.org/
مجوز GPL+ or Artistic
حجم دانلود 118K
حجم نصب 81.331K
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.


جایگزین ها



نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
- perl(Carp)
- perl(Config)
- perl(Exporter)
- perl(NDBM_File)
- perl(SDBM_File)
- perl(Storable)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 1.03 perl(Memoize)
= 1.03 perl(Memoize::AnyDBM_File)
= 1.03 perl(Memoize::Expire)
= 1.03 perl(Memoize::ExpireFile)
= 1.03 perl(Memoize::ExpireTest)
= 1.03 perl(Memoize::NDBM_File)
= 1.03 perl(Memoize::SDBM_File)
= 1.03 perl(Memoize::Storable)
= 0:1.03-421.el8 perl-Memoize


نحوه نصب


نصب پکیج rpm perl-Memoize:

    dnf install perl-Memoize-1.03-421.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/man/man3/Memoize.3pm.gz
/usr/share/man/man3/Memoize::AnyDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Expire.3pm.gz
/usr/share/man/man3/Memoize::ExpireFile.3pm.gz
/usr/share/man/man3/Memoize::ExpireTest.3pm.gz
/usr/share/man/man3/Memoize::NDBM_File.3pm.gz
/usr/share/man/man3/Memoize::SDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Storable.3pm.gz
/usr/share/perl5/Memoize
/usr/share/perl5/Memoize.pm
/usr/share/perl5/Memoize/AnyDBM_File.pm
/usr/share/perl5/Memoize/Expire.pm
/usr/share/perl5/Memoize/ExpireFile.pm
/usr/share/perl5/Memoize/ExpireTest.pm
/usr/share/perl5/Memoize/NDBM_File.pm
/usr/share/perl5/Memoize/SDBM_File.pm
/usr/share/perl5/Memoize/Storable.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-10-18

Fix a memory leak when compiling a regular expression with a non-word

2021-06-17

Fix _resolv return value in Net-Ping (bug #1973030)

2021-01-06

Fix CVE-2020-10543 (bug #1839273)
Fix CVE-2020-10878 (bug #1839276)
Fix a file mode of a perl-example.stp example (bug #1913693)

2020-12-18

Fix CVE-2020-12723 (bug #1839279)

2020-12-03

Fix Time-Local tests to pass after year 2019 (bug #1807120)
Run-require perl(Encode) by perl-libs (bug #1903503)

2018-12-06

5.26.3 bump (bug #1655526)
Fix CVE-2018-18311 (integer overflow leading to buffer overflow) (bug #1654920)
Fix CVE-2018-18312 (heap buffer overflow in regcomp.c) (bug #1654922)
Fix CVE-2018-18313 (heap buffer overflow read in regcomp.c) (bug #1654924)
Fix CVE-2018-18314 (heap based buffer overflow) (bug #1654925)

2018-11-02

Install Encode developmental files when installing complete Perl

2018-10-02

Fix annocheck failure by passing CFLAGS to dtrace (bug #1630617)

2018-07-09

Adjust tests to gdbm-1.15 (RT#133295)
Fix an integer wrap when allocating memory for an environment variable
Fix printing a warning about a wide character when matching a regular
8859-1 locale is in effect
Fix invoking a check for wide characters while ISO-8859-1 locale is in effect

2018-05-25

perl-devel requires redhat-rpm-config because of hardened compiler profiles
Do not clobber file bytes in :encoding layer (RT#132833)
Fix line numbers in multi-line s/// (RT#131930)
Fix parsing extended bracketed character classes (RT#132167)
Fix a possibly unitialized memory read in the Perl parser (RT#133074)
Fix an infinite loop in the regular expression compiler (RT#133185)

2018-05-18

Correct license tags of perl-libs (bug #1579524)

2018-04-16

5.26.2 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)

2018-03-01

Rebuild to pick up new build flags from redhat-rpm-config

2018-02-09

Escape macros in %changelog

2018-02-06

Fix parsing braced subscript after parentheses (RT#8045)
Fix a heap use after free when moving a stack (RT#131954)
Call ldconfig scriptlets using a macro

2018-02-01

Correct shell bangs in tests