Changelog for
perl-5.28.1-189.2.x86_64.rpm :
* Wed Jan 23 2019 Bernhard Wiedemann
- Add perl-fix2020.patch to fix timelocal calls in 2020 (boo#1102840)- Add perl-reproducible2.patch to make build reproducible in spite of ASLR
* Fri Nov 30 2018 mlsAATTsuse.de- update to perl-5.28.1
* [CVE-2018-18311] Integer overflow leading to buffer overflow
* [CVE-2018-18312] Heap-buffer-overflow write in S_regatom
* updated Module::CoreList module
* Tue Oct 02 2018 mlsAATTsuse.de- simplify perl_gen_filelist macro
* Fri Sep 28 2018 mlsAATTsuse.de- fix testing fatal errors in gdbm new patch: perl-gdbm-test-no-mmap.diff- fix perl no longer setting $^X if /proc is not mounted new patch: perl-revert-caretx.diff
* Wed Sep 26 2018 mlsAATTsuse.de- change the perl_gen_filelist macro so that the modules no longer own the perl_vendorarch directory [bnc#1109754]
* Sat Sep 22 2018 Dirk Stoecker - update to perl-5.28.0
* Core Enhancements
* Unicode 10.0 is supported
* delete on key/value hash slices
* Experimentally, there are now alphabetic synonyms for some regular expression assertions
* Mixed Unicode scripts are now detectable
* In-place editing with perl -i is now safer
* Initialisation of aggregate state variables
* Full-size inode numbers
* The sprintf %j format size modifier is now available with pre-C99 compilers
* Close-on-exec flag set atomically
* String- and number-specific bitwise ops are no longer experimental
* Locales are now thread-safe on systems that support them
* New read-only predefined variable ${^SAFE_LOCALES}
* Security
* [CVE-2017-12837] Heap buffer overflow in regular expression compiler
* [CVE-2017-12883] Buffer over-read in regular expression parser
* [CVE-2017-12814] $ENV{$key} stack buffer overflow on Windows
* Default Hash Function Change
* Full list of changes: https://metacpan.org/pod/release/XSAWYERX/perl-5.28.0/pod/perldelta.pod- update perl-5.26.0.dif to perl-5.28.0.dif- drop patch perl-pp-crypt.patch (included upstream)
* Tue Sep 18 2018 schwabAATTsuse.de- perl-pp-crypt.patch: fix incompatibility with libxcrypt (bsc#1107973)
* Wed May 23 2018 mlsAATTsuse.de- make perl-5.26.2 compatible with perl-5.26.1
* Mon May 14 2018 tchvatalAATTsuse.com- Update versions based on provides in perl rpm
* Fri May 11 2018 tchvatalAATTsuse.com- Version update to perl-5.26.2:
* Tons of bugfixes
* Fri May 11 2018 tchvatalAATTsuse.com- Remove the as-needed disabling as no other distro is doing that- Use macros where possible- Remove if0 and commented out code to reduce the scope- Run tests in threads
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Mon Jan 22 2018 schwabAATTsuse.de- posix-sigaction.patch: make sure Perl_sighandler is always installed with SA_SIGINFO (bsc#1064697)
* Wed Jan 10 2018 normandAATTlinux.vnet.ibm.com- ignore make check transient errors for PowerPC that are reported since 20170907 bypass boo#1063176 new patch: perl_skip_flaky_tests_powerpc.patch
* Mon Dec 04 2017 bwiedemannAATTsuse.com- Add perl-reproducible.patch to make build reproducible (boo#1047218)
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Sat Sep 23 2017 cooloAATTsuse.com- update to perl-5.26.1
* [CVE-2017-12837] Heap buffer overflow in regular expression compiler
* [CVE-2017-12883] Buffer over-read in regular expression parser
* tons of bug fixes- update list of obsoletes
* Wed Aug 30 2017 mlsAATTsuse.de- update to perl-5.26.0
* \".\" no longer in AATTINC
* \"do\" may now warn
* regexp: a literal left brace \"{\" should be escaped
* lexical subroutines are no longer experimental
* indented Here-documents
* new regular expression modifier /xx
* declaring a reference to a variable
* unicode 9.0 is now supported
* new Hash Function For 64-bit Builds- rename perl-5.24.0.dif to perl-5.26.0.dif- remove obsolete perl-avoid-warnings.patch- remove obsolete Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
* Thu May 18 2017 tchvatalAATTsuse.com- Remove patch from previous commit, does not work:
* Compress-Raw-Zlib-2.071-Adapt-tests-to-zlib-1.2.11.patch- Add patch taken from upstream release instead:
* Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
* Wed May 10 2017 mpluskalAATTsuse.com- Fix building with zlib-1.2.10 (RT#119762):
* Compress-Raw-Zlib-2.071-Adapt-tests-to-zlib-1.2.11.patch
* Wed May 03 2017 cooloAATTsuse.com- Update to perl-5.24.1 - Di switch is now required for PerlIO debugging output Previously PerlIO debugging output would be sent to the file specified by the \"PERLIO_DEBUG\" environment variable if perl wasn\'t running setuid and the -T or -t switches hadn\'t been parsed yet. If perl performed output at a point where it hadn\'t yet parsed its switches this could result in perl creating or overwriting the file named by \"PERLIO_DEBUG\" even when the -T switch had been supplied. Perl now requires the -Di switch to produce PerlIO debugging output. By default this is written to \"stderr\", but can optionally be redirected to a file by setting the \"PERLIO_DEBUG\" environment variable. If perl is running setuid or the -T switch was supplied \"PERLIO_DEBUG\" is ignored and the debugging output is sent to \"stderr\" as for any other - D switch. Core modules and tools no longer search \".\" for optional modules The tools and many modules supplied in core no longer search the default current directory entry in AATTINC for optional modules. For example, Storable will remove the final \".\" from AATTINC before trying to load Log::Agent. This prevents an attacker injecting an optional module into a process run by another user where the current directory is writable by the attacker, e.g. the /tmp directory.- Refresh patches
* Sun Jun 26 2016 schwabAATTsuse.de- Move parent.pm to perl-base, used by File::Temp
* Thu Jun 02 2016 idonmezAATTsuse.com- Add perl-avoid-warnings.patch to fix a warning in cop.h, which breaks perf build due to -Werror. Already upstream.
* Tue May 10 2016 mlsAATTsuse.de- Update to perl-5.24.0
* postfix dereferencing is no longer experimental
* unicode 8.0 is now supported
* perl will now croak when closing an in-place output file fails
* new \"\\b{lb}\" boundary in regular expressions
* qr/(?[ ])/\" now works in UTF-8 locales
* integer shift (\"<<\" and \">>\") now more explicitly defined
* printf and sprintf now allow reordered precision arguments
* more fields provided to \"sigaction\" callback with \"SA_SIGINFO\"
* hashbang redirection to Perl 6
* set proper umask before calling mkstemp(3)
* fix loss of taint in canonpath
* remove duplicate environment variables from \"environ\"- rename patch perl-5.22.0.dif to perl-5.24.0.dif
* Fri Feb 12 2016 idonmezAATTsuse.com- Update to perl-5.22.1
* Several bugs, including a segmentation fault, have been fixed with the bounds checking constructs (introduced in Perl 5.22)
* Module::CoreList has been upgraded from version 5.20150520 to 5.20151213.
* PerlIO::scalar has been upgraded from version 0.22 to 0.23.
* POSIX has been upgraded from version 1.53 to 1.53_01.
* Storable has been upgraded from version 2.53 to 2.53_01.
* warnings has been upgraded from version 1.32 to 1.34.
* See perldelta.pod for all the changes.- Update perl-5.22.0.dif stop patching CPAN.pm, it was MacOS only and was breaking tests (due to SHA-1 mismatch).
* Thu Jan 07 2016 bwiedemannAATTsuse.com- fix perl_gen_filelist macro to not fail on foo.1 man page
* Mon Dec 07 2015 opensuseAATTdstoecker.de- prevent bad RPM provides for Math::BigInt and DB (patch file perl-5.22.0_wrong_rpm_provides.diff)
* Mon Jun 22 2015 dimstarAATTopensuse.org- Reformat baselibs.conf.
* Tue Jun 09 2015 hskAATTimb-jena.de- update to perl-5.22.0
* several new experimental features
* new <<>> (double-diamond) operator
* new \"\\b\" boundaries in REs, w.r.t. Unicode
* non-capturing RE flag \"/n\"
* Unicode 7.0
* \"defined(AATTarray)\", \"defined(%hash)\" are now fatal
* unescaped literal \"{\" in a pattern results in deprecation warning
* several modules updated
* modules CGI, Module::Build no longer included
* for a complete list of changes see perldelta.pod- perl-5.20.0.dif changed to fit 5.22.0, and renamed to perl-5.22.0.dif- changed patches to fit 5.22.0: perl-5.18.2-overflow.diff, perl-netcmdutf8.diff, perl-regexp-refoverflow.diff, perl-saverecontext.diff- dropped patches (now upstream): DataDumper-no-infinite-recursion.diff, perl-5.20.2-Fix-Errno.pm-generation-for-gcc-5.0.patch, perl-5.21.8-h2ph-correct-handling-of-hex-constants-for-the-pream.patch, perl-5.21.8-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch
* Mon Feb 23 2015 idonmezAATTsuse.com- Add multiple patches for gcc5 support, tracked by RT#123784
* perl-5.20.2-Fix-Errno.pm-generation-for-gcc-5.0.patch
* perl-5.21.8-h2ph-correct-handling-of-hex-constants-for-the-pream.patch
* perl-5.21.8-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch
* Thu Feb 05 2015 cooloAATTsuse.com- use rm with -f to avoid prompts for rpmbuild in terminals