Name: | perl-interpreter |
---|---|
Epoch: | 4 |
Version: | 5.26.3 |
Release: | 416.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 14381088 |
License: | (GPL+ or Artistic) and (GPLv2+ or Artistic) and BSD and Public Domain and UCD |
RPM: | perl-interpreter-5.26.3-416.el8.x86_64.rpm |
Source RPM: | perl-5.26.3-416.el8.src.rpm |
Build Date: | Sat May 11 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.perl.org/ |
Summary: | Standalone executable Perl interpreter |
Description: | This is a Perl interpreter as a standalone executable /usr/bin/perl required for handling Perl scripts. It does not provide all the other Perl modules or tools. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "splain" or "perlbug" can be found in perl-utils package. |
- 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
- perl-devel requires redhat-rpm-config because of hardened compiler profiles (bug #1557667) - 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)
- Correct license tags of perl-libs (bug #1579524)
- 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)
- Rebuild to pick up new build flags from redhat-rpm-config
- Escape macros in %changelog
- 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