Name: | rh-perl524-perl |
---|---|
Epoch: | 4 |
Version: | 5.24.0 |
Release: | 381.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 13772817 |
License: | (GPL+ or Artistic) and (GPLv2+ or Artistic) and BSD and Public Domain and UCD |
RPM: | rh-perl524-perl-5.24.0-381.el7.x86_64.rpm |
Source RPM: | rh-perl524-perl-5.24.0-381.el7.src.rpm |
Build Date: | Wed Jan 02 2019 |
Build Host: | x86-ol7-builder-02.us.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. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /opt/rh/rh-perl524/root/usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "rh-perl524-perl(MODULE)" where "MODULE" is a name of required module. E.g. install "rh-perl524-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 rh-perl524-perl-core 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 rh-perl524-perl-libs. Perl header files can be found in rh-perl524-perl-devel package. Perl utils like "splain" or "perlbug" can be found in rh-perl524-perl-utils package. |
- Fix CVE-2018-18311 Integer overflow leading to buffer overflow (bug #1653529) - Fix CVE-2018-18312 Heap-buffer-overflow write in regcomp.c (bug #1653524) - Fix CVE-2018-18313 Heap-buffer-overflow read in regcomp.c (bug #1653526) - Fix CVE-2018-18314 Heap-buffer-overflow write in regcomp.c (bug #1653521)
- Fix CVE-2018-6798 (heap read overflow in regexec.c) (bug #1561101) - Fix CVE-2018-6797 (heap write overflow in regcomp.c) (bug #1561101)
- Avoid loading of modules from current directory, CVE-2016-1238, (bug #1360425)
- Fix handling \N{} in tr for characters in range 128--255 (RT#128734)
- Move dependency on runtime package to perl-libs
- Rebuilt without dual-life sub-packages
- Rebuild without bootstrap
- Fix a crash in lexical scope warnings (RT#128597)
- Fix a crash in "Subroutine redefined" warning (RT#128257)
- Fix a crash when vivifying a stub in a deleted package (RT#128532)