summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/dist/PathTools/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-011-2/+2
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-3010-21/+11
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-139-107/+54
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-131-3/+2
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-0510-145/+98
|
* Patch perl CVE-2016-1238afresh12016-07-259-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@
* Fix perl CVE-2015-8607 - XS File::Spec::canonpath loses taintafresh12016-01-119-9/+9
| | | | https://rt.perl.org/Ticket/Display.html?id=126862
* Import perl-5.20.2afresh12015-04-259-9/+9
|
* Import perl-5.20.1afresh12014-11-179-0/+3490