aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.22/version.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/perl5.* to fix CVE-2016-1238.Mathieu Arnold2016-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | We're exceptionnaly using the latest release candidates for this, Perl 5.22.3 and 5.24.1 were about to be released when CVE-2016-1238 hit the fan, so we feel confident that EVERYTHING WILL BE FINE. - lang/perl5.24 goes to 5.24.1-RC2. - lang/perl5.22 goes to 5.22.3-RC2. - lang/perl5.20 goes to 5.20.3_14. - lang/perl5.18 goes to 5.18.3_23 PR: 211561 Reported by: Sevan Janiyan MFH: 2016Q3 Security: CVE-2016-1238 Sponsored by: Absolight Notes: svn path=/head/; revision=420067
* Update to 5.22.2.Mathieu Arnold2016-04-301-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=414355
* Update perl 5.22 to 5.22.1.Adam Weinberger2015-12-141-1/+1
| | | | | | | Changes: https://metacpan.org/changes/release/SHAY/perl-5.22.1 Notes: svn path=/head/; revision=403705
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-0/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* To ease up with future upgrades, move PERL_VERSION into a separate file.Mathieu Arnold2015-08-311-0/+1
While there, remove 8.4 support, and do some cleanup. Sponsored by: Absolight Notes: svn path=/head/; revision=395673