summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
AgeCommit message (Collapse)Author
2015-01-03Fix race condition in perl's ExtUtils::MakeMakerAndrew Fresh
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
2014-12-30Make perl use our (arc4random backed) drand48 when unseededAndrew Fresh
uses srand48_deterministic if a seed is provided. seems fine millert@
2014-12-24Use an extension that installperl skips for the Config_heavy modificationsAndrew Fresh
2014-12-24Avoid /usr/local while building perl, but allow it for portsAndrew Fresh
commit it deraadt@
2014-12-07Don't make manpages from anything in Pod-Perldoc/corpusAndrew Fresh
OK ingo@
2014-12-07Do not install function(1), it is just an outdated copy of perlfunc(1).Ingo Schwarze
OK afresh1@ sthen@
2014-11-29Reapply a patch to stop rebuilding libperl with incorrect flagsAndrew Fresh
Help from miod@ and kettenis@ OK kettenis@ millert@
2014-11-26Make caretx a perl dependency, not just miniperlAndrew Fresh
OK millert@
2014-11-26Use perl's my_strlcat in DynaLoaderAndrew Fresh
OK millert@
2014-11-18We have dbm.h, so unbreak the treeAndrew Fresh
2014-11-18Don't build support in perl for *dbm not in the base systemAndrew Fresh
OK millert@
2014-11-170, not 00Theo de Raadt
2014-11-17Re-add lost unicore files in perl-5.20.1Andrew Fresh
2014-11-17Regenerate unicore for perl-5.20.1Andrew Fresh
ok deraadt@ sthen@ espie@ miod@
2014-11-17Apply local patches to perl-5.20.1Andrew Fresh
ok deraadt@ sthen@ espie@ miod@
2014-11-17Fix merge conflicts, remove extra files, match upstream perl-5.20.1Andrew Fresh
ok deraadt@ sthen@ espie@ miod@
2014-11-17Import perl-5.20.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
2014-10-26Fix a possibly infinite recursion in Perl Data::Dumper.Alexander Bluhm
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@
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2014-09-05update libnet to 1.27; various bugfixes and improvements:Jasper Lievisse Adriaanse
http://cpansearch.perl.org/src/SHAY/libnet-1.27/Changes ok millert@
2014-09-01apply fix from upstream to remedy RT 37700, which hardens the close() functionJasper Lievisse Adriaanse
ok millert@
2014-07-14international currency locale rules as per POSIX.1-2008Martin Pelikan
required for libc++ ok guenther afresh1
2014-07-14Fix an off-by-one error that's already been accepted upstreamPhilip Guenther
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2014-06-01Correct version for disabling getserbyname_r to reduce diff with upstreamAndrew Fresh
OK sthen@ miod@
2014-05-31Remove now unnecessary local patch to disable usemallocwrap on m68kAndrew Fresh
Sure miod@
2014-05-31Remove unneeded patch, upstream fixed this differently in 2008Andrew Fresh
ok sthen@
2014-05-29We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed.Philip Guenther
ok afresh@
2014-05-29To get a random seed, just call arc4random() instead of reading aPhilip Guenther
word from the (deprecated) /dev/arandom. This also makes it work in chroot environments. ok deraadt@ afresh@
2014-05-01Revert 1.49 (bad merge with free dejavu)Miod Vallat
2014-04-10Revive the fix for Perl RT bug 116441 (null dereference affectingMatthias Kilian
mod_perl). ok sthen@ millert@
2014-04-03Put back 1.11, lost during the last update; unbreaks NOPIC builds.Miod Vallat
ok deraadt@
2014-03-26Make perl build in a non-writable src treeafresh1
OK millert@ deraadt@
2014-03-24Merge perl-5.18.2 plus local patches, remove old filesafresh1
OK espie@ sthen@ deraadt@
2014-03-24Import perl-5.18.2afresh1
OK espie@ sthen@ deraadt@
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller