| patch |
summary |
view |
raw |
| 00_fix_dynaloader |
ext/DynaLoader/DynaLoader_pm.PL | 11 +----------
ext/DynaLoader/XSLoader_pm.PL | 1 -
ext/DynaLoader/dl_hpux.xs | 13 -------------
3 files changed, 1 insertion(+), 24 deletions(-)
|
view
|
download
|
| 01_fix_insecure_tempfiles |
lib/Memoize/t/tie.t | 9 +--------
lib/Memoize/t/tie_gdbm.t | 8 +-------
lib/Memoize/t/tie_ndbm.t | 8 +-------
lib/Memoize/t/tie_sdbm.t | 9 +--------
lib/Memoize/t/tie_storable.t | 8 +-------
utils/c2ph.PL | 2 +-
6 files changed, 6 insertions(+), 38 deletions(-)
|
view
|
download
|
| 02_fix_verbatim_pod_dash |
lib/Pod/Man.pm | 1 +
lib/Pod/t/basic.man | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| 03_fix_net_nntp |
lib/Net/NNTP.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 04_fix_reentr_erange |
reentr.c | 2
reentr.h | 2
reentr.inc | 366 ++++++++++++++++++++++++++++++-------------------------------
reentr.pl | 2
4 files changed, 186 insertions(+), 186 deletions(-)
|
view
|
download
|
| 05_fix_sparc_fpic |
hints/linux.sh | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 06_fix_getopt_long_doc |
lib/Getopt/Long.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 07_fix_pod_man_pipe |
lib/Pod/Man.pm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
|
view
|
download
|
| 08_fix_perlsec_pod |
pod/perlsec.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 09_fix_installperl |
installperl | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
|
view
|
download
|
| 10_fix_installsitescript |
lib/ExtUtils/MM_Any.pm | 18 +++++++++++++++---
lib/ExtUtils/MM_Unix.pm | 6 +++---
lib/ExtUtils/MakeMaker.pm | 18 ++++++++++++++----
3 files changed, 32 insertions(+), 10 deletions(-)
|
view
|
download
|
| 11_fix_processPL |
lib/ExtUtils/MM_Unix.pm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
|
view
|
download
|
| 12_fix_file_spec |
lib/File/Spec/Unix.pm | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
|
view
|
download
|
| 12_fix_net_cmd |
lib/Net/Cmd.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 13_fix_perl5db |
lib/perl5db.pl | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
|
view
|
download
|
| 14_fix_net_pop3 |
lib/Net/POP3.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| 15_fix_net_groff_minus-hyphen |
lib/Net/Config.pm | 2 +-
lib/Net/FTP.pm | 2 +-
lib/Net/SMTP.pm | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 16_fix_net_smtp_docs |
lib/Net/SMTP.pm | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 17_fix_file_path |
lib/File/Path.pm | 240 +++++++++++++++++++++++++++----------------------------
1 file changed, 120 insertions(+), 120 deletions(-)
|
view
|
download
|
| 48_utf8_heap_overflow |
embed.fnc | 1
embed.h | 2 +
pod/perldiag.pod | 9 +++++
proto.h | 1
regcomp.c | 99 ++++++++++++++++++++++++++++++++++++-------------------
t/uni/tr_utf8.t | 10 +++++
utf8.h | 2 +
7 files changed, 90 insertions(+), 34 deletions(-)
|
view
|
download
|
| 49_CVE-2007-5116 |
regcomp.c | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
|
view
|
download
|
| 50_debian_use_gdbm |
Configure | 2 +-
ext/NDBM_File/NDBM_File.xs | 2 +-
ext/NDBM_File/hints/linux.pl | 4 +---
ext/ODBM_File/hints/linux.pl | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
|
view
|
download
|
| 51_debian_ld_run_path |
lib/ExtUtils/Liblist/Kid.pm | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| 52_debian_extutils_hacks |
lib/ExtUtils/Embed.pm | 3 ++
lib/ExtUtils/Install.pm | 4 +--
lib/ExtUtils/MM_Any.pm | 12 +++++------
lib/ExtUtils/MM_Unix.pm | 44 +++++++++----------------------------------
lib/ExtUtils/t/INST.t | 4 ---
lib/ExtUtils/t/INST_PREFIX.t | 10 ++++-----
6 files changed, 27 insertions(+), 50 deletions(-)
|
view
|
download
|
| 53_debian_mod_paths |
perl.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
|
view
|
download
|
| 54_debian_perldoc-r |
lib/Pod/Perldoc.pm | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 55_debian_fakeroot |
Makefile.SH | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
|
view
|
download
|
| 56_debian_doc_info |
pod/perl.pod | 32 ++++++++------------------------
1 file changed, 8 insertions(+), 24 deletions(-)
|
view
|
download
|
| 57_debian_prune_libs |
Configure | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
|
view
|
download
|
| 58_debian_cpan_config_path |
lib/CPAN.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 59_debian_cpan_version_check |
lib/CPAN.pm | 4 +++-
lib/CPAN/FirstTime.pm | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
|
view
|
download
|
| 60_debian_libnet_config_path |
lib/Net/Config.pm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
|
view
|
download
|
| 61_debian_instmodsh_doc |
lib/ExtUtils/instmodsh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
|
view
|
download
|
| 62_debian_cpan_definstalldirs |
lib/CPAN/FirstTime.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 63_debian_ppc_optim |
hints/linux.sh | 7 -------
1 file changed, 7 deletions(-)
|
view
|
download
|
| 64_debian_enc2xs_inc |
ext/Encode/bin/enc2xs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| 65_debian_perl_synopsis |
pod/perl.pod | 64 +++++++++++++++++++++++++++++------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
|
view
|
download
|
| 66_debian_arm_optim |
cflags.SH | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
|
view
|
download
|
| 67_debian_missing_hosts |
lib/Net/hostent.t | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| 68_debian_arm_fp |
lib/Math/Complex.t | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
|
view
|
download
|
| 69_debian_db_file_ver |
ext/DB_File/version.c | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 70_debian_errno_ver |
ext/Errno/Errno_pm.PL | 5 -----
1 file changed, 5 deletions(-)
|
view
|
download
|
| 71_debian_m68k_time_hires |
ext/Time/HiRes/t/HiRes.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 72_debian_drop_c9x_warning |
Configure | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
|
view
|
download
|
| 73_debian_workaround_register |
perl.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
|
view
|
download
|
| 74_debian_hppa_mips_optim |
cflags.SH | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|