summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/dist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.tafresh12021-03-041-1/+1
| | | | | | | | | We are never going to update the files that generate this test and the interaction with "cvs up" means we can accidentally hit it when they hange between releases but permissions when building the system prevent us from writing the update and breaks the build. Found by naddy@, krw@, and deraadt@
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-012-1/+3
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-01110-2755/+3876
| | | | OK sthen@
* Import perl-5.32.1afresh12021-03-01456-5407/+17380
| | | | OK sthen@
* Sync to perl 5.30.3afresh12020-06-044-5/+177
| | | | | All functional changes were committed already, this updates the version number, Module::Corelist, and documentation.
* Update perl to 5.30.2afresh12020-04-093-2/+581
| | | | | | | | | | | | | | | | | | | | | | | | 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-1/+3
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-3073-620/+1385
| | | | Timing is good deraadt@, OK sthen@
* Import perl-5.30.1afresh12019-12-30123-1441/+4244
| | | | Timing is good deraadt@, OK sthen@
* Update to perl 5.28.2afresh12019-05-248-76/+652
| | | | | | | 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-131-1/+1
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-13141-6923/+10822
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-13550-595/+32437
| | | | looking good sthen@, Great! bluhm@
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-291-1/+1
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-299-32/+375
| | | | ok bluhm@
* Import perl-5.24.3afresh12017-10-292-0/+71
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-1417-148/+395
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-1427-476/+989
| | | | OK bluhm@, Reads ok sthen@
* Import perl-5.24.2afresh12017-08-142-0/+22
|
* Apply local patches - perl-5.24.1afresh12017-02-0524-153/+588
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-05323-41153/+14331
|
* Create perl directories 0775 in OBJDIRafresh12016-12-111-5/+6
| | | | | | Allows user to clean up after a noperm build requested and makes sense to tb@
* Revert unneeded version bump for perl modulesafresh12016-07-3010-10/+10
| | | | OK sthen@
* Patch perl CVE-2016-1238afresh12016-07-2552-58/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@
* Apply http://perl5.git.perl.org/perl.git/commitdiff/08e3451d7millert2016-07-072-1/+51
| | | | | This fixes a bug where XSLoader could try to load from a subdir of the cwd when called via eval. OK afresh1@
* Update to perl 5.20.3afresh12016-07-038-59/+873
| | | | OK bluhm@
* Fix perl CVE-2015-8607 - XS File::Spec::canonpath loses taintafresh12016-01-1112-11/+29
| | | | https://rt.perl.org/Ticket/Display.html?id=126862
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-253-7/+7
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-256-41/+23
|
* Import perl-5.20.2afresh12015-04-2522-44/+1124
|
* Apply local patches to perl-5.20.1afresh12014-11-176-17/+96
| | | | ok deraadt@ sthen@ espie@ miod@
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-1732-14521/+622
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-17214-1484/+12978
|
* Fix a possibly infinite recursion in Perl Data::Dumper.bluhm2014-10-263-9/+86
| | | | | | | | | | | | | | Derived from Perl git commit http://perl5.git.perl.org/perl.git 19be3be6968e2337bcdfe480693fff795ecd1304 Add a configuration variable/option to limit recursion when dumping deep data structures. Defaults the limit to 1000, which can be reduced or increase, or eliminated by setting it to 0. This patch addresses CVE-2014-4330. This bug was found and reported by: LSE Leading Security Experts GmbH employee Markus Vervier. From Maximilian Pascher; OK schwarze@ afresh1@
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-2410-1482/+109
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-24168-1687/+9929
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflictssthen2013-03-2538-7923/+15
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-25483-21325/+88689
|
* Fix for CVE-2012-6329; from perl git via Sebastian Trahmmillert2013-02-081-15/+9
|
* merge in perl 5.12.2 plus local changesmillert2010-09-241-2/+2
|
* Perl 5.12.2 from CPANmillert2010-09-24328-0/+91974