[ Все 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 ]
×

Пакет perl-4:5.32.1-473.module+el8.10.0+349+79da77b5.x86_64 download

Имя perl
Эпоха 4
Версия 5.32.1
Релиз 473.module+el8.10.0+349+79da77b5
Архитектура x86_64
Сайт https://www.perl.org/
Лицензия GPL+ or Artistic
Время сборки 2024-05-30 00:58:56
Хост сборки builder-x86-07.inferitos.ru
Краткое описание Practical Extraction and Report Language
Репозитории AppStream
Полное описание Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. This is a metapackage with all the Perl bits and core modules that can be found in the upstream tarball from perl.org. If you need only a specific feature, you can install a specific package instead. E.g. to handle Perl scripts with /usr/bin/perl interpreter, install perl-interpreter package. See perl-interpreter description for more details on the Perl decomposition into packages.
Эррата INFSA-2024:3128
Размер 94 КиБ
Исходный проект perl-5.32.1-473.module+el8.10.0+349+79da77b5
Контрольная сумма SHA-256 f1a787739b657a3d1b31882aa932eb10242643973a28c000ccd8f44b712140b0
Module perl-5.32-8100020240529213853.103a1005
× Full screenshot
История изменений link
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4:5.32.1-473
- Rebuilt for MSVSphere 8.10 beta

* Tue Nov 28 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-473
- Fix CVE-2023-47038
- Added perl-autouse and perl-ExtUtils-MM-Utils to perl run-requires

* Wed Jan 18 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-472
- Add definition of OPTIMIZE to .ph files, if optimizing is used
  (bug#2159760)

* Wed Jun 23 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-471
- XSLoader requires DynaLoader

* Wed Jun 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-470
- Updated list of *.ph files (bug#1972637)

* Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-469
- Fix dumping a hash entry of PL_strtab type
- Fix an arithmetic left shift of a minimal integer value (GH#18639)

* Thu Mar 04 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-468
- Protect locale tests from LANGUAGE environment variable
- Prevent the number of buckets in a hash from getting too large
- Fix a memory leak when compiling a regular expression (GH#18604)

* Tue Feb 09 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-467
- Fix a crash in optimizing split() (GH#18232)
- Make accessing environment by DynaLoader thread-safe
- Use duplocale() if available
- Fix fc() in Turkish locale
- Fix croaking on "my $_" when "use utf8" is in effect (GH#18449)
- Fix PERL_UNUSED_ARG() definition in XSUB.h
- Add missing entries to perldiag (GH#18276)

* Mon Jan 25 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-466
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>
  or release notes)

* Wed Dec 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.0-465
- Run-require perl(Encode) by perl-libs