Changelog for
perl-libs-5.28.1-435.fc30.x86_64.rpm :
* Fri Apr 05 2019 Petr Pisar
- 4:5.28.1-435- Fix a leak when compiling a typed hash dereference- Fix a buffer overread when handling a scope error in qr/\\(?{/ (RT#133879)- Fix a buffer overread when parsing a regular expression with an unknown character name (RT#133880)- Fix mbstate_t initialization in POSIX::mblen (RT#133928)- Fix a memory leak when cloning a regular expression- Fix a memory leak when spawning threads in a BEGIN phase- Fix a memory leak when assigning a regular expression to a non-copy-on-write string- Fix a memory leak when assignig to a localized ${^WARNING_BITS}- Fix a memory leak when parsing misindented here-documents- Fix a memory leak in package name lookup (RT#133977)- Fix a memory leak when deletion in a tied hash dies- Fix a crash when matching case insensitively (RT#133892)- Fix a memory leak when warning about malformed UTF-8 string
* Tue Mar 05 2019 Björn Esser - 4:5.28.1-434- Add explicit Requires: libxcrypt-devel to devel sub-package (bug #1666098)
* Fri Feb 22 2019 Petr Pisar - 4:5.28.1-433- Fix a crash when parsing #line directives with large numbers in eval (RT#131562)- Fix setting magic when changing $^R (RT#133782)- Fix a race when loading XS modules- Fix extending a stack in Perl parser (RT#133778)
* Fri Feb 01 2019 Fedora Release Engineering - 4:5.28.1-432- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 16 2019 Petr Pisar - 4:5.28.1-431- Remove a fix for un undefined C behavior in NULL pointer arithmetics (RT#133223) because it changes perl ABI
* Mon Jan 14 2019 Petr Pisar - 4:5.28.1-430- Adjust tests to gdbm-1.15 using an upstream fix (RT#133295)- Do not close an IPC pipe that already has a desired descriptor (RT#133726)- Fix reporting a line number for non-terminated prototypes (RT#133524)- Fix first eof() return value (RT#133721)- Fix a crash when compiling a malformed form (RT#132158)- Fix un undefined C behavior in NULL pointer arithmetics (RT#133223)- Prevent long jumps from clobbering local variables (RT#133575)- Fix a mismatch with a case-insesitive regular expression on a text with ligatures (RT#133756)- Fix the interpreter path if procfs is not mounted (RT#133573)
* Mon Jan 14 2019 Björn Esser - 4:5.28.1-429- Rebuilt for libcrypt.so.2 (#1666033)
* Sun Jan 13 2019 Björn Esser - 4:5.28.1-428- Add BuildRequires: gcc-c++ for tests
* Fri Nov 30 2018 Petr Pisar - 4:5.28.1-427- Fix script run matching to allow ASCII digits in scripts that use their own in addition (RT#133547)- Fix PathTools tests to cope with ESTALE error (RT#133534)- Fix an undefined behaviour in S_hv_delete_common()- Fix in-place edit to replace files on a successful perl exit status (bug #1650041)- Fix compiling regular expressions that contain both compile- and run-time compiled code blocks (RT#133687)
* Fri Nov 30 2018 Jitka Plesnikova - 4:5.28.1-426- 5.28.1 bump- Fix CVE-2018-18312 (heap-buffer-overflow write in regcomp.c)
* Fri Nov 02 2018 Petr Pisar - 4:5.28.0-425- Install Encode developmental files when installing complete Perl
* Thu Oct 25 2018 Jitka Plesnikova - 4:5.28.0-424- Fix annocheck failure by passing CFLAGS to dtrace
* Mon Sep 24 2018 Petr Pisar - 4:5.28.0-423- Fix upack \"u\" of invalid data (RT#132655)
* Mon Sep 10 2018 Petr Pisar - 4:5.28.0-422- Revert a fix for a buffer overrun in deprecated S_is_utf8_common() (bug #1627091)
* Wed Sep 05 2018 Petr Pisar - 4:5.28.0-421- Fix a buffer overrun in deprecated S_is_utf8_common()- Fix a buffer overrun in deprecated utf8_to_uvchr()- Fix a time race in Time-HiRes/t/itimer.t test- Fix matching an ASCII digit followed by a non-ASCII digit using a script run- Fix Time::Piece to handle objects in overloaded methods correctly- Fix an assignment to a lexical variable in multiconcatenation expressions (RT#133441)- Fix a spurious warning about uninitialized value in warn (RT#132683)- Require Devel::PPPort by perl-devel for h2xs script
* Wed Aug 01 2018 Petr Pisar - 4:5.28.0-420- Fix a file descriptor leak in in-place edits (RT#133314)
* Tue Jul 17 2018 Petr Pisar - 4:5.28.0-419- Fix index() and rindex() optimization in given-when boolean context (RT#133368)- Fix build conditions in locale.c
* Fri Jul 13 2018 Fedora Release Engineering - 4:5.28.0-418- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 09 2018 Petr Pisar - 4:5.28.0-417- 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
* Wed Jun 27 2018 Jitka Plesnikova - 4:5.28.0-416- Stop providing old perl(MODULE_COMPAT_5.26.
*)
* Tue Jun 26 2018 Jitka Plesnikova - 4:5.28.0-415- 5.28.0 bump (see for release notes)
* Fri May 25 2018 Petr Pisar - 4:5.26.2-414- Fix an infinite loop in the regular expression compiler (RT#133185)
* Fri May 18 2018 Jitka Plesnikova - 4:5.26.2-413- Correct license tags of perl-libs (bug #1579524)
* Thu Apr 19 2018 Petr Pisar - 4:5.26.2-412- 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)
* Mon Apr 16 2018 Petr Pisar - 4:5.26.2-411- 5.26.2 bump
* Mon Mar 26 2018 Petr Pisar - 4:5.26.2-410.RC1- 5.26.2-RC1 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)
* Thu Mar 01 2018 Florian Weimer - 4:5.26.1-409- Rebuild to pick up new build flags from redhat-rpm-config
* Fri Feb 09 2018 Igor Gnatenko - 4:5.26.1-408- Escape macros in %changelog
* Tue Feb 06 2018 Petr Pisar - 4:5.26.1-407- 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
* Thu Feb 01 2018 Petr Pisar - 4:5.26.1-406- Correct shell bangs in tests
* Mon Jan 29 2018 Petr Pisar - 4:5.26.1-405- Link XS modules to pthread library to fix linking with -z defs
* Sat Jan 20 2018 Björn Esser - 4:5.26.1-404- Add patch to conditionalize a fix for an old and long fixed bug in libcrypt / glibc (rhbz#1536752)
* Mon Jan 15 2018 Petr Pisar - 4:5.26.1-403- Rebuild against glibc without nsl library
* Tue Jan 09 2018 Petr Pisar - 4:5.26.1-402- Remove invalid macro definitions from macros.perl (bug #1532539)- Fix an overflow in the lexer when reading a new line (RT#131793)- Fix Term::ReadLine not to create spurious &STDERR files (RT#132008)- Fix a crash when a match for inversely repeated group fails (RT#132017)- Fix an overflow when parsing a character range with no preceding character (RT#132245)- Fix walking symbol table for ISA in Carp- Fix handling file names with null bytes in stat and lstat functions (RT#131895)- Fix a crash when untying an object witout a stash- Fix deparsing of transliterations with unprintable characters (RT#132405)- Fix error reporting on do() on a directory (RT#125774)- Fix stack manipulation when a lexical subroutine is defined in a do block in a member of an iteration list (RT#132442)- Fix setting $! when statting a closed file handle (RT#108288)- Fix tainting of s/// with overloaded replacement (RT#115266)- Expand system() arguments before a fork (RT#121105)- Avoid undefined behavior when copying memory in Glob and pp_caller (RT#131746)
* Mon Sep 25 2017 Jitka Plesnikova - 4:5.26.1-401- Update perl(:MODULE_COMPAT)
* Mon Sep 25 2017 Jitka Plesnikova - 4:5.26.1-400- 5.26.1 bump (see for release notes)
* Tue Aug 22 2017 Petr Pisar - 4:5.26.0-399- Fix unreliable Time-HiRes tests (CPAN RT#122819)- Do not require $Config{libs} providers by perl-devel package (bug #1481324)
* Tue Aug 08 2017 Petr Pisar - 4:5.26.0-398- 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)
* Sat Jul 29 2017 Igor Gnatenko - 4:5.26.0-397- Enable separate debuginfo back
* Thu Jul 27 2017 Fedora Release Engineering - 4:5.26.0-396- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 28 2017 Petr Pisar - 4:5.26.0-395- perl package installs all core modules, interpreter moved to perl-interpreter package, perl-core package is obsolete (bug #1464903)
* Mon Jun 19 2017 Petr Pisar - 4:5.26.0-394- Make File::Glob more resistant against degenerative matching (RT#131211)- Fix a crash when calling a subroutine from a stash (RT#131085)- Fix an improper cast of a negative integer to an unsigned 8-bit type (RT#131190)- Fix cloning :via handles on thread creation (RT#131221)- Fix glob UTF-8 flag on a glob reassignment (RT#131263)- Fix a buffer overflow in my_atof2() (RT#131526)- Fix handling backslashes in PATH environment variable when executing \"perl -S\" (RT#129183)- Fix a conditional jump on uninitilized memory in re_intuit_start() (RT#131575)- Fix spurious \"Assuming NOT a POSIX class\" warning (RT#131522)- Provide perl-interpreter RPM dependency symbol
* Tue Jun 06 2017 Jitka Plesnikova - 4:5.26.0-393- Stop providing old perl(MODULE_COMPAT_5.24.
*)
* Thu Jun 01 2017 Jitka Plesnikova - 4:5.26.0-392- 5.26.0 bump (see for release notes)- Update sub-packages- Update or remove patches- Enable hardening (bug #1238804)- Use 64 bit ints on 32 bit platforms (bug #1268828)