Name: | perl |
---|---|
Epoch: | 4 |
Version: | 5.26.3 |
Release: | 422.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 0 |
License: | GPL+ or Artistic |
RPM: | perl-5.26.3-422.el8.aarch64.rpm |
Source RPM: | perl-5.26.3-422.el8.src.rpm |
Build Date: | Fri Mar 31 2023 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.perl.org/ |
Summary: | Practical Extraction and Report Language |
Description: | 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. |
- Add definition of OPTIMIZE to .ph files, if optimizing is used (bug#2152012)
- Fix a memory leak when compiling a regular expression with a non-word class (bug #2014981)
- Fix _resolv return value in Net-Ping (bug #1973030)
- Fix CVE-2020-10543 (bug #1839273) - Fix CVE-2020-10878 (bug #1839276) - Fix a file mode of a perl-example.stp example (bug #1913693)
- Fix CVE-2020-12723 (bug #1839279)
- Fix Time-Local tests to pass after year 2019 (bug #1807120) - Run-require perl(Encode) by perl-libs (bug #1903503)
- 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)
- Install Encode developmental files when installing complete Perl (bug #1645225)
- Fix annocheck failure by passing CFLAGS to dtrace (bug #1630617)
- Adjust tests to gdbm-1.15 (RT#133295) - Fix an integer wrap when allocating memory for an environment variable (RT#133204) - Fix printing a warning about a wide character when matching a regular expression while ISO-8859-1 locale is in effect - Fix invoking a check for wide characters while ISO-8859-1 locale is in effect