summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/porting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-013-5/+11
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-019-71/+79
| | | | OK sthen@
* Import perl-5.32.1afresh12021-03-013-7/+22
| | | | OK sthen@
* Recommit upstream alignment fix plus libperl version bumpafresh12021-02-201-1/+1
| | | | | | | This reapplies commit e0lLUzj1XNW7pJMh and moves libperl to 21.0 The ABI change appears to be fine after XS modules are rebuilt. OK sthen@
* Revery previous hash alignment fixafresh12021-02-161-1/+1
| | | | Unintentionally changes ABI and breaks perl ports
* Backport upstream perl 64bit hash alignment fixesafresh12021-02-161-1/+1
| | | | | | | | | | | | | | | | Different flags triggering new compiler optimizations means that luck has run out on this working by chance with the strict alignment of octeon. Upstream issue: https://github.com/Perl/perl5/issues/18555 This is a combination of three commits from upstream. https://github.com/Perl/perl5/commit/d18575f18c6ee61ce80492e82cae7361358d570a https://github.com/Perl/perl5/commit/6027b190154088fbbcbde08a80c49531e4e4c012 https://github.com/Perl/perl5/commit/f43079cb514e3d0be0036424695438ae3fb58451 works on all arch deraadt@
* Update perl to 5.30.2afresh12020-04-092-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.pod Incompatible Changes There are no changes intentionally incompatible with 5.30.0. Updated Modules and Pragmata * Compress::Raw::Bzip2 has been upgraded from version 2.084 to 2.089. * Module::CoreList has been upgraded from version 5.20191110 to 5.20200314. Selected Bug Fixes * printf() or sprintf() with the %n format no longer cause a panic on debugging builds, or report an incorrectly cached length value when producing SVfUTF8 flagged strings. * A memory leak in regular expression patterns has been fixed. * A read beyond buffer in grok_infnan has been fixed. * An assertion failure in the regular expression engine has been fixed. * (?{...}) eval groups in regular expressions no longer unintentionally trigger "EVAL without pos change exceeded limit in regex". Proceed when you feel comfortable. deraadt@
* Apply local patches, remove excess files - perl-5.30.1afresh12019-12-302-2/+9
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-308-30/+51
| | | | Timing is good deraadt@, OK sthen@
* Update to perl 5.28.2afresh12019-05-241-1/+1
| | | | | | | Minor bugfixes and documentation improvments. See perldelta for details. https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod OK bluhm@
* Apply local patches, remove excess files - perl-5.28.1afresh12019-02-132-0/+8
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-1313-451/+595
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-1317-43/+982
| | | | looking good sthen@, Great! bluhm@
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-292-3/+11
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-292-11/+3
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-142-3/+11
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-142-10/+1
| | | | OK bluhm@, Reads ok sthen@
* Apply local patches - perl-5.24.1afresh12017-02-052-1/+10
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-0523-223/+1084
|
* Patch perl CVE-2016-1238afresh12016-07-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem relates to Perl 5 ("perl") loading modules from the includes directory array ("@INC") in which the last element is the current directory ("."). That means that, when "perl" wants to load a module (during first compilation or during lazy loading of a module in run-time), perl will look for the module in the current directory at the end, since '.' is the last include directory in its array of include directories to seek. The issue is with requiring libraries that are in "." but are not otherwise installed. The major problem with this behavior is that it unexpectedly puts a user at risk whenever they execute any Perl scripts from a directory that is writable by other accounts on the system. For instance, if a user is logged in as root and changes directory into /tmp or an account's home directory, it is possible to now run any shell commands that are written in C, Python or Ruby without fear. The same isn't true for any shell commands that are written in Perl, since a significant proportion of Perl scripts will execute code in the current working directory whenever they are run. For example, if a user on a shared system creates the file /tmp/Pod/Perldoc/Toterm.pm, and then I log in as root, change directory to /tmp, and run "perldoc perlrun", it will execute the code they have placed in the file. ok deraadt@
* Update to perl 5.20.3afresh12016-07-032-1/+44
| | | | OK bluhm@
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-252-2/+8
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-252-7/+10
|
* Import perl-5.20.2afresh12015-04-255-2/+15
|
* Apply local patches to perl-5.20.1afresh12014-11-172-1/+7
| | | | ok deraadt@ sthen@ espie@ miod@
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-171-3/+7
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-1723-323/+762
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-241-6/+7
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-2419-242/+620
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflictssthen2013-03-251-0/+2
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-2524-313/+3399
|
* Perl 5.12.2 from CPANmillert2010-09-247-0/+697