summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-011-1/+2
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-0132-192/+332
| | | | OK sthen@
* Apply local patches, remove excess files - perl-5.30.1afresh12019-12-302-4/+24
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-302-21/+3
| | | | Timing is good deraadt@, OK sthen@
* Fix Makemaker manpage section detectionafresh12019-07-061-2/+19
| | | | | | | | This patch sets the section in perl manpages to "3p" instead of "3" which should be less confusing as you do find them in section 3p on OpenBSD. Initial idea and OK espie@, makes sense to schwarze@
* Apply local patches, remove excess files - perl-5.28.1afresh12019-02-131-1/+2
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-1328-1308/+2246
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-134-15/+15
| | | | looking good sthen@, Great! bluhm@
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-291-3/+4
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-291-4/+3
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-141-3/+4
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-141-4/+3
| | | | OK bluhm@, Reads ok sthen@
* Apply local patches - perl-5.24.1afresh12017-02-051-3/+4
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-0532-331/+1606
|
* Create perl directories 0775 in OBJDIRafresh12016-12-111-1/+2
| | | | | | Allows user to clean up after a noperm build requested and makes sense to tb@
* Patch perl CVE-2016-1238afresh12016-07-2528-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 local patches, remove excess files - perl-5.20.2afresh12015-04-251-2/+2
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-251-2/+2
|
* Fix race condition in perl's ExtUtils::MakeMakerafresh12015-01-031-2/+2
| | | | | | | | Many thanks to Nathanael Rensen <nathanael at polymorpheus dot com> for tracking it down and supplying the patch. Has been reported upstream and the fix incorporated into a larger change https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/192
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-174-306/+713
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-1724-119/+200
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-244-148/+280
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-2424-116/+96
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflictssthen2013-03-254-244/+601
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-2524-538/+780
|
* merge in perl 5.12.2 plus local changesmillert2010-09-242-2/+3
|
* Perl 5.12.2 from CPANmillert2010-09-2428-0/+14834