summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply pre-built unicore patch, remove excess files - perl-5.32.1afresh12021-03-01543-123250/+214411
| | | | OK sthen@
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-011-2/+0
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-0189-12995/+7440
| | | | OK sthen@
* Import perl-5.32.1afresh12021-03-0113-1489/+5847
| | | | OK sthen@
* Remove some customizations from the perl buildafresh12020-06-271-2/+1
| | | | | | | | | | | | This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@
* Sync to perl 5.30.3afresh12020-06-041-1/+1
| | | | | All functional changes were committed already, this updates the version number, Module::Corelist, and documentation.
* Update perl to 5.30.2afresh12020-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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 pre-built unicore patch, remove excess files - perl-5.30.1afresh12019-12-30519-89565/+127394
| | | | Timing is good deraadt@, OK sthen@
* Apply local patches, remove excess files - perl-5.30.1afresh12019-12-301-2/+0
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-3075-5174/+9178
| | | | Timing is good deraadt@, OK sthen@
* Import perl-5.30.1afresh12019-12-3010-102/+2708
| | | | Timing is good deraadt@, OK sthen@
* Update to perl 5.28.2afresh12019-05-242-2/+2
| | | | | | | 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 pre-built unicore patch, remove excess files - perl-5.28.1afresh12019-02-13484-129279/+156521
| | | | looking good sthen@, Great! bluhm@
* Apply local patches, remove excess files - perl-5.28.1afresh12019-02-131-2/+0
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-13108-4678/+15456
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-1329-3893/+8148
| | | | looking good sthen@, Great! bluhm@
* Support Time::HiRes::utime in File::Copyafresh12017-11-202-2/+9
| | | | Fixes issues with cross-device moves, noticed with autoconf
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-292-3/+1
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-293-2/+4
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-142-3/+1
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-143-2/+4
| | | | OK bluhm@, Reads ok sthen@
* Apply pre-built unicore patch - perl-5.24.1afresh12017-02-05458-73564/+126892
|
* Apply local patches - perl-5.24.1afresh12017-02-052-3/+1
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-05120-56388/+43490
|
* Patch perl CVE-2016-1238afresh12016-07-251-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+3
| | | | OK bluhm@
* Apply pre-built unicore patch, remove excess files - perl-5.20.2afresh12015-04-251-62680/+62768
|
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-254-6/+4
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-254-4/+6
|
* Import perl-5.20.2afresh12015-04-251-1/+22
|
* Re-add lost unicore files in perl-5.20.1afresh12014-11-17519-7544/+3571
|
* Regenerate unicore for perl-5.20.1afresh12014-11-17375-111784/+155945
| | | | ok deraadt@ sthen@ espie@ miod@
* Apply local patches to perl-5.20.1afresh12014-11-174-6/+4
| | | | ok deraadt@ sthen@ espie@ miod@
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-1741-7119/+1664
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-1791-1846/+13078
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-24907-99894/+103950
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-24109-2540/+7650
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflictssthen2013-03-2595-13428/+1627
| | | | (some more to do after this one)
* merge 5.16.3 / regen unicore (add files cvs missed)sthen2013-03-25103-0/+2589
|
* merge 5.16.3 / regen unicoresthen2013-03-251007-160528/+182989
|
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-25134-7591/+48807
|
* Regenerate unicore files; previous checkin was from the wrong versionmillert2010-09-291379-32144/+166411
| | | | of mktables.
* pregenerate unicode files; mktables uses too much memory for some platformsmillert2010-09-28558-0/+68399
|
* merge in perl 5.12.2 plus local changesmillert2010-09-2439-312/+1194
|
* remove files no longer in perl 5.12.2 (or that have moved)millert2010-09-241428-356349/+0
|
* Perl 5.12.2 from CPANmillert2010-09-24104-4656/+69232
|
* We have a copy of git_version.h in src so that we can build libperlmillert2010-05-201-0/+12
| | | | | | | | | with out own rules but apparently this causes problems after git_version.h is generated in the obj dir. This will only ever be a stub as we build from a release, not a git checkout. Add a pre-generated lib/Config_git.pl and prevent git_version.h and Config_git.pl from being removed by the clean target. Appears to fix parallel make issues. OK oga@
* let perldoc -f use mandoc.espie2010-04-051-1/+1
| | | | okay millert@
* Fix generation of .IX entries that include characters escaped withmillert2009-11-161-0/+1
| | | | a backslash. Fix from Russ Allbery, the podlators maintainer.
* Merge in some local changes that got lost.millert2009-10-1317-17/+27
|