Name: | rh-perl526-perl-interpreter |
---|---|
Epoch: | 4 |
Version: | 5.26.1 |
Release: | 404.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 15246771 |
License: | (GPL+ or Artistic) and (GPLv2+ or Artistic) and BSD and Public Domain and UCD |
RPM: | rh-perl526-perl-interpreter-5.26.1-404.el7.aarch64.rpm |
Source RPM: | rh-perl526-perl-5.26.1-404.el7.src.rpm |
Build Date: | Wed Oct 24 2018 |
Build Host: | ca-buildarm01.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 /opt/rh/rh-perl526/root/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 /opt/rh/rh-perl526/root/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. |
- Fix CVE-2018-6798 (heap read overflow in regexec.c) (bug #1561100) - Fix CVE-2018-6797 (heap write overflow in regcomp.c) (bug #1561100)
- Rebuild without bootstrap
- SCL
- Update perl(:MODULE_COMPAT)
- 5.26.1 bump (see <http://search.cpan.org/dist/perl-5.26.1/pod/perldelta.pod> for release notes)
- Fix unreliable Time-HiRes tests (CPAN RT#122819) - Do not require $Config{libs} providers by perl-devel package (bug #1481324)
- Fix reporting malformed UTF-8 character (RT#131646) - Fix File::Glob rt131211.t test random failures - Fix t/op/hash.t test random failures - Parse caret variables with subscripts as normal variables inside ${...} escaping (RT#131664) - Do not display too many bytes when reporting malformed UTF-8 character - Fix select called with a repeated magical variable (RT#131645) - Fix error message for "our sub foo::bar" (RT#131679) - Fix executing arybase::_tie_it() in Safe compartement (RT#131588) - Fix handling attribute specification on our variables (RT#131597) - Fix splitting non-ASCII strings if unicode_strings feature is enabled (RT#130907) - Fix compiler warnings in code generated by ExtUtils::Constant (CPAN RT#63832, CPAN RT#101487) - Fix GCC version detection for -D_FORTIFY_SOURCE override (RT#131809)
- Enable separate debuginfo back
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- perl package installs all core modules, interpreter moved to perl-interpreter package, perl-core package is obsolete <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> (bug #1464903)