معرفی شرکت ها


perl-IO-Zlib-1.10-452.module_el8.6.0+3157+2fbdf004.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Perl IO:: style interface to Compress::Zlib
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux AppStream noarch
نام بسته perl-IO-Zlib
نام فایل بسته perl-IO-Zlib-1.10-452.module_el8.6.0+3157+2fbdf004.noarch.rpm
نسخه بسته 1.10
انتشار بسته 452.module_el8.6.0+3157+2fbdf004
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 15 Aug 2022 12
هاست سازنده alma9-build.sinenomine.net
نوع بسته .rpm
آدرس صفحه اصلی https://www.perl.org/
مجوز GPL+ or Artistic
حجم دانلود 89K
حجم نصب 19.309K
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.


جایگزین ها



نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.30.1)
>= 5.6.0 perl(:VERSION)
- perl(Carp)
- perl(Compress::Zlib)
- perl(Fcntl)
- perl(Symbol)
- perl(Tie::Handle)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 1.10 perl(IO::Zlib)
= 1:1.10-452.module_el8.6.0+3157+2fbdf004 perl-IO-Zlib


نحوه نصب


نصب پکیج rpm perl-IO-Zlib:

    dnf install perl-IO-Zlib-1.10-452.module_el8.6.0+3157+2fbdf004.noarch.rpm


فایل ها

مسیرها
/usr/share/man/man3/IO::Zlib.3pm.gz
/usr/share/perl5/IO
/usr/share/perl5/IO/Zlib.pm


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

تاریخ آخرین تغییر جزئیات
2020-12-03

Run-require perl(Encode) by perl-libs (bug #1903631)

2020-06-05

Fix CVE-2020-10543 (an integer overflow from nested regex quantifiers)
Fix CVE-2020-10878 (a corruption of a state of a compiled regular expression
Fix CVE-2020-12723 (a corruption of a state of a compiled regular expression

2020-03-13

Fix shebangs (bug #1813199)

2019-11-29

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

2019-11-12

Fix overloading for binary and octal floats (RT#125557)
Fix handling undefined array members in Dumpvalue (RT#134441)
Fix taint mode documentation regarding @INC
Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475)
Fix an unintended upgrade to UTF-8 in the middle of a transliteration
Fix a race in File::stat() tests (GH#17234)
Fix a buffer overread when parsing a number (GH#17279)
Fix GCC 10 version detection (GH#17295)

2019-11-11

5.30.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.1/pod/perldelta.pod>

2019-09-11

Fix a memory leak when matching a UTF-8 regular expression (RT#134390)
Fix a detection for futimes (RT#134432)

2019-09-02

Adjust spec file to rpm-build-4.15.0-0.rc1.1
Fix parsing a Unicode property name when compiling a regular expression
Fix a buffer overread when parsing a Unicode property while compiling
Do not interpret 0x and 0b prefixes when numifying strings (RT#134230)
Fix a buffer overread when compiling a regular expression with many escapes
Fix a buffer overflow when compiling a regular expression with many branches
Correct a misspelling in perlrebackslash documentation (RT#134395)

2019-08-22

Fix a NULL pointer dereference in PerlIOVia_pushed()
Fix a crash when setting $@ on unwinding a call stack (RT#134266)
Fix parsing a denominator when parsing a Unicode property name
Fix a documentation about a future API change
Do not run File-Find tests in parallel

2019-08-07

Fix propagating non-string variables in an exception value (RT#134291)
Include trailing zero in scalars holding trie data (RT#134207)
Fix a use after free in /(?{...})/ (RT#134208)
Fix a use after free in debugging output of a collation
Fix file mode of a perl-example.stp example

2019-07-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

2019-07-17

Fix a test for a crash in SIGALARM handler when waiting on a child process to
Fix a crash on an uninitialized warning when processing a multideref node
Preserve append mode when opening anonymous files (RT#134221)
Run Turkish locale tests

2019-06-25

Fix an out-of-buffer read while parsing a Unicode property name (RT#134134)
Do not panic when outputting a warning (RT#134059)
Fix memory handling when parsing string literals
Fix an undefined behavior in shifting IV variables
Fix stacking file test operators (CPAN RT#127073)
Fix a crash in SIGALARM handler when waiting on a child process to be closed
Fix a crash with a negative precision in sprintf function (RT#134008)
Fix an erroneous assertion on OP_SCALAR (RT#134048)
Prevent from wrapping a width in a numeric format string (RT#133913)
Fix subroutine protypes to track reference aliases (RT#134072)
Improve retrieving a scalar value of a variable modified in a signal handler
Fix changing packet destination sent from a UDP IO::Socket object (RT#133936)
Fix a stack underflow in readline() if passed an empty array as an argument
Fix setting supplementar group IDs (RT#134169)
Fix %{^CAPTURE_ALL} to be an alias for %- variable (RT#131867)
Fix %{^CAPTURE} value when used after @{^CAPTURE} (RT#134193)

2019-06-11

2019-06-02

Perl 5.30 re-rebuild of bootstrapped packages

2019-05-22

5.30.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0/pod/perldelta.pod>
Make site paths specific to Perl minor version (e.g.
incompatible Perl