Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-06 | Update CGI to 3.51, which includes a better fix for SA42443, | Todd C. Miller | |
"multipart_init()" HTTP Header Injection Vulnerability. | |||
2010-12-06 | - update CGI to 3.50, which includes a fix for SA42443, | Jasper Lievisse Adriaanse | |
"multipart_init()" HTTP Header Injection Vulnerability. - add a mention in patchlevel.h (reminded by millert@) ok millert@ | |||
2010-11-30 | Make THREADED_PERL=true work again (not enabled by default) | Todd C. Miller | |
2010-10-13 | Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0 | Todd C. Miller | |
from the uninstalled sources, as opposed to the staging dir, so vax can have them too. | |||
2010-10-06 | The XS bits are not generated if NOPIC | Todd C. Miller | |
2010-10-02 | Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ. | Todd C. Miller | |
2010-10-02 | Suggest modern TIOCGSIZE, not the old sgtty TIOCGWINSZ. | Todd C. Miller | |
On OpenBSD they are identical but new code should use the new name. | |||
2010-09-29 | sync | Todd C. Miller | |
2010-09-29 | Regenerate unicore files; previous checkin was from the wrong version | Todd C. Miller | |
of mktables. | |||
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | Fix [perl #74404] h2ph using deprecated goto | Todd C. Miller | |
Patch from perl git repo | |||
2010-09-28 | Undo last change now that RCS keyword expansion is disabled on the perl sources | Todd C. Miller | |
2010-09-25 | Fix test failures caused by RCS keyword expansion. | Todd C. Miller | |
Add PERL_GIT_UNCOMMITTED_CHANGES back to git_version.h to fix a test. | |||
2010-09-25 | Use snprintf() not sprintf() | Todd C. Miller | |
2010-09-25 | Remove Bar.pm~ which causes emacs people issues (and they have enough | Todd C. Miller | |
of those already). Requested by deraadt@ | |||
2010-09-25 | Add CVE-2010-0405 to list of local patches. | Todd C. Miller | |
2010-09-25 | Update to Compress-Raw-Bzip2 2.031; no actual code changes since | Todd C. Miller | |
we fixed bzip2-src/decompress.c separately. | |||
2010-09-24 | Apply fix for CVE-2010-0405; from matthieu@ | Todd C. Miller | |
2010-09-24 | merge in perl 5.12.2 plus local changes | Todd C. Miller | |
2010-09-24 | remove files no longer in perl 5.12.2 (or that have moved) | Todd C. Miller | |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2010-06-28 | Update the Safe module to version 2.2.7 for CVE-2010-1168 and | Todd C. Miller | |
CVE-2010-1447. From Ian McWilliam | |||
2010-05-20 | We have a copy of git_version.h in src so that we can build libperl | Todd C. Miller | |
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@ | |||
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn | |
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others. | |||
2010-04-05 | let perldoc -f use mandoc. | Marc Espie | |
okay millert@ | |||
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat | |
files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | |||
2010-01-05 | When cleaning, remove generated file and avoid removing some files that | Todd C. Miller | |
are checked in. | |||
2010-01-05 | Ignore CVS dir in private copy of libscan like real one does. | Todd C. Miller | |
2010-01-05 | Ignore CVS dir in private copy of libscan like real one does. | Todd C. Miller | |
2010-01-04 | Skip revision control dirs when looking for extensions. Fixes building | Todd C. Miller | |
in non-obj dir. | |||
2009-11-16 | Fix generation of .IX entries that include characters escaped with | Todd C. Miller | |
a backslash. Fix from Russ Allbery, the podlators maintainer. | |||
2009-11-03 | - apply fix from upstream git for CVE-2009-3626, which could cause perl to | Jasper Lievisse Adriaanse | |
crash on certain invalid UTF-8 codes. ok millert@ sthen@ | |||
2009-10-22 | Fix a typo | Todd C. Miller | |
2009-10-14 | Better fix for treating IO-Compress as an extension that the one in 5.10.1, | Todd C. Miller | |
http://perl5.git.perl.org/perl.git/commit/4cc80fc4cbbd82e20f7b14b6 Should fix static architectures like vax. | |||
2009-10-13 | fix typo | Todd C. Miller | |
2009-10-13 | No need for perlthanks binary when perlbug -T will do. | Todd C. Miller | |
2009-10-13 | Add back bits mistakenly removed in rev 1.23 | Todd C. Miller | |
2009-10-13 | Somehow shasum snuck back in. | Todd C. Miller | |
2009-10-13 | Fix mismerge | Todd C. Miller | |
2009-10-13 | Merge in some local changes that got lost. | Todd C. Miller | |
2009-10-12 | remove troublesome file that broke the 5.10.1 merge | Todd C. Miller | |
2009-10-12 | remove editor backup file from MANIFEST | Todd C. Miller | |
2009-10-12 | Undo keywork expansion by escaping the dollar signs as octal | Todd C. Miller | |
2009-10-12 | Merge in perl 5.10.1; part two | Todd C. Miller | |
2009-10-12 | Merge in perl 5.10.1 | Todd C. Miller | |
2009-10-12 | import perl 5.10.1 | Todd C. Miller | |
2009-08-14 | - fix for pr 6196 from upstream git | Jasper Lievisse Adriaanse | |
ok millert@ | |||
2009-06-21 | CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs | Martynas Venckus | |
in Compress::Raw::Zlib Perl module. initial diff & ok millert@. go for it miod@ | |||
2009-05-16 | import perl 5.10.1 | Simon Bertrang | |