Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Pointers-should-be-long-not-int.patch | [PATCH] Pointers should be long not int Casting pointers to int types breaks on 64-bit platforms where Perl uses memory areas with pointers over 32 bits, which seems to be the case for PIE (position independent executable) builds. This only touches the code path relevant to Debian; 5.8, 5.10, and unthreaded code paths are intended to be unaffected. The changes to thread dumping parts are untested as they are not covered by the test suite. |
Niko Tyni <ntyni@debian.org> | no | debian | 2016-12-06 | |
0001-Perl-5.38-compatibility.patch | [PATCH] Perl 5.38 compatibility Perl_get_context() is no longer a public symbol, so we need to use PL_current_context instead. |
Niko Tyni <ntyni@debian.org> | no | debian | 2023-07-27 |