debian specific patch information for perl / 5.10.0-19lenny2

Summary

Package Version Package Type Source Package Format
5.10.0-19lenny2 Debian-diff 1.0

"Debian diff" Information

Diff file perl_5.10.0-19lenny2.diff.gz
Size142470
MD5sum670ca856380c4b9c4ab9a291c02cfb01
./debian only changes view download
non packaging (i.e. not ./debian) changes view download

Misc. Non-packaging "direct" style patches

file inserted deleted modified view download
Changes70700 view download
Configure340 view download
Makefile.SH270 view download
XSUB.h220 view download
cflags.SH710 view download
embed.fnc11100 view download
ext/B/B/Deparse.pm010 view download
ext/Compress/Raw/Zlib/Zlib.xs110 view download
ext/DB_File/version.c200 view download
ext/Encode/bin/enc2xs440 view download
ext/Errno/Errno_pm.PL050 view download
ext/IO/lib/IO/Socket/INET.pm110 view download
ext/NDBM_File/NDBM_File.xs110 view download
ext/NDBM_File/hints/linux.pl140 view download
ext/ODBM_File/hints/linux.pl170 view download
ext/POSIX/Makefile.PL240 view download
ext/POSIX/POSIX.pm310 view download
ext/PerlIO/via/via.xs110 view download
ext/Sys/Syslog/Syslog.pm110 view download
ext/Sys/Syslog/t/syslog.t300 view download
ext/Time/HiRes/t/HiRes.t110 view download
ext/threads/shared/t/stress.t510 view download
hints/linux.sh0170 view download
hv.c100 view download
lib/Archive/Tar.pm59180 view download
lib/CGI.pm420 view download
lib/CPAN/FirstTime.pm110 view download
lib/CPAN/HandleConfig.pm110 view download
lib/ExtUtils/CBuilder.pm200 view download
lib/ExtUtils/Embed.pm300 view download
lib/ExtUtils/Install.pm990 view download
lib/ExtUtils/Liblist/Kid.pm300 view download
lib/ExtUtils/MM_Any.pm660 view download
lib/ExtUtils/MM_Unix.pm21480 view download
lib/ExtUtils/instmodsh310 view download
lib/ExtUtils/t/INST.t130 view download
lib/ExtUtils/t/INST_PREFIX.t550 view download
lib/File/Find.pm110 view download
lib/File/Path.pm590 view download
lib/File/Temp.pm1210 view download
lib/Getopt/Long.pm010 view download
lib/Math/BigFloat.pm320 view download
lib/Math/BigInt/CalcEmu.pm110 view download
lib/Math/BigInt/t/mbimbf.t710 view download
lib/Math/Complex.t810 view download
lib/Module/Build.pm200 view download
lib/Module/Build/Base.pm220 view download
lib/Net/Config.pm340 view download
lib/Net/SMTP.pm100 view download
lib/Net/hostent.t300 view download
lib/Pod/Html.pm64550 view download
lib/Pod/Man.pm84490 view download
lib/Pod/t/basic.man220 view download
lib/Pod/t/htmllink.t360 view download
lib/Pod/t/htmlview.pod110 view download
lib/Pod/t/htmlview.t11100 view download
lib/Pod/t/man.t110 view download
mg.c320 view download
patches-applied6600 view download
perl.c6900 view download
perl.h1230 view download
perlio.c110 view download
perliol.h110 view download
pod/perl.pod40560 view download
pod/perldiag.pod0120 view download
pod/perlfunc.pod8100 view download
pod/perllol.pod110 view download
pod/perlpodspec.pod110 view download
pod/perlre.pod110 view download
pod/pod2man.PL3070 view download
pp_ctl.c4250 view download
pp_hot.c410 view download
pp_sort.c320 view download
pp_sys.c110 view download
proto.h9220 view download
regcomp.c300 view download
regexec.c110 view download
sv.c630 view download
t/comp/require.t1510 view download
t/lib/proxy_constant_subs.t660 view download
t/lib/warnings/pp_ctl0240 view download
t/mro/pkg_gen.t510 view download
t/op/fork.t350 view download
toke.c100 view download
util.c1440 view download
utils/h2ph.PL1550 view download

"series" style patches

patch summary view raw
00_fix_processPL
 lib/ExtUtils/MM_Unix.pm |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
view download
01_fix_net_smtp_docs
 lib/Net/SMTP.pm |    1 +
 1 file changed, 1 insertion(+)
view download
02_fix_pod2html_dl
 lib/Pod/Html.pm        |  119 ++++++++++++++++++++++++++-----------------------
 lib/Pod/t/htmllink.t   |    9 +--
 lib/Pod/t/htmlview.pod |    2 
 lib/Pod/t/htmlview.t   |   21 ++++----
 4 files changed, 79 insertions(+), 72 deletions(-)
view download
03_fix_syslog_test
 ext/Sys/Syslog/t/syslog.t |    3 +++
 1 file changed, 3 insertions(+)
view download
04_fix_cgi_rewrite_typo
 lib/CGI.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
05_fix_find_bydepth_doc
 lib/File/Find.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
06_fix_utf8_changelog
 Changes |  140 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 70 insertions(+), 70 deletions(-)
view download
07_fix_nullok
 embed.fnc |   21 +++++++++++----------
 proto.h   |   31 +++++++++----------------------
 2 files changed, 20 insertions(+), 32 deletions(-)
view download
08_fix_udp_typo
 ext/IO/lib/IO/Socket/INET.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
09_fix_memory_debugging
 perl.c |    7 +++++++
 util.c |   18 ++++++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)
view download
10_fix_h2ph_include_quote
 utils/h2ph.PL |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)
view download
11_disable_vstring_warning
 ext/B/B/Deparse.pm    |    1 -
 pod/perldiag.pod      |   12 ------------
 pod/perlfunc.pod      |   14 ++++----------
 pp_ctl.c              |   22 +---------------------
 t/lib/warnings/pp_ctl |   24 ------------------------
 5 files changed, 5 insertions(+), 68 deletions(-)
view download
12_fix_file_path_rmtree_chmod
 lib/File/Path.pm |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
view download
13_fix_perlio_via_via
 ext/PerlIO/via/via.xs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
14_fix_kfreebsd_and_hurd_support
 lib/ExtUtils/CBuilder.pm |    2 ++
 lib/Module/Build.pm      |    2 ++
 2 files changed, 4 insertions(+)
view download
15_fix_local_symtab
 sv.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
view download
16_fix_perlio_teardown_prototype
 perl.h    |    2 +-
 perlio.c  |    2 +-
 perliol.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
view download
17_fix_getopt_long_callback
 lib/Getopt/Long.pm |    1 -
 1 file changed, 1 deletion(-)
view download
18_fix_bigint_floats
 lib/Math/BigFloat.pm       |    5 +++--
 lib/Math/BigInt/t/mbimbf.t |    8 +++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)
view download
19_fix_assorted_docs
 lib/CGI.pm                 |    2 ++
 lib/Math/BigInt/CalcEmu.pm |    2 +-
 pod/perllol.pod            |    2 +-
 pod/perlre.pod             |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)
view download
20_fix_eval_doc_nonlazy
 pod/perlfunc.pod |    4 ++++
 1 file changed, 4 insertions(+)
view download
21_fix_perlpodspec_typo
 pod/perlpodspec.pod |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
22_fix_constant_subroutine_warnings
 ext/POSIX/Makefile.PL       |    6 ++----
 ext/POSIX/POSIX.pm          |    4 +++-
 t/lib/proxy_constant_subs.t |   12 ++++++------
 3 files changed, 11 insertions(+), 11 deletions(-)
view download
23_fix_isa_fiddling
 mg.c            |    5 +++--
 t/mro/pkg_gen.t |    6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)
view download
24_fix_access_dash_x
 pp_sys.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
25_fix_cgi_tempdir
 lib/CGI.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
26_fix_pod2man_upgrade
 lib/Pod/Man.pm      |  101 ++++++++++++++++++++++++++--------------------------
 lib/Pod/t/basic.man |    4 +-
 lib/Pod/t/man.t     |    2 -
 pod/pod2man.PL      |   27 +++++++++++--
 4 files changed, 76 insertions(+), 58 deletions(-)
view download
27_fix_sys_syslog_timeout
 ext/Sys/Syslog/Syslog.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
28_fix_inplace_sort
 pp_sort.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
view download
29_fix_pod2man_perlio
 lib/Pod/Man.pm |   36 +++++++++++++++++++++++++++++++++++-
 pod/pod2man.PL |   10 ++++++++--
 2 files changed, 43 insertions(+), 3 deletions(-)
view download
30_fix_freetmps
 pp_ctl.c |    1 -
 1 file changed, 1 deletion(-)
view download
31_fix_attributes_unknown_error
 t/comp/require.t |   16 +++++++++++++++-
 toke.c           |    1 +
 2 files changed, 16 insertions(+), 1 deletion(-)
view download
32_fix_fork_rand
 t/op/fork.t |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
view download
33_fix_qr-memory-leak-1
 regcomp.c |    3 +++
 1 file changed, 3 insertions(+)
view download
34_fix_qr-memory-leak-2
 pp_hot.c |    3 +++
 1 file changed, 3 insertions(+)
view download
35_fix_file_path_rmtree_setuid
 lib/File/Path.pm |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
view download
36_fix_file_temp_cleanup
 lib/File/Temp.pm |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
view download
37_fix_coredump_indicator
 perl.h |    5 +++++
 1 file changed, 5 insertions(+)
view download
38_fix_weaken_memleak
 hv.c |    1 +
 sv.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
view download
39_fix_archive_tar_symlink_unpack
 lib/Archive/Tar.pm |   77 ++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 59 insertions(+), 18 deletions(-)
view download
40_compress_raw_zlib_cve_2009_1391
 ext/Compress/Raw/Zlib/Zlib.xs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
41_map_memleak.diff
 XSUB.h    |    4 ++--
 perl.h    |    8 ++++++--
 pp_ctl.c  |    6 +++---
 pp_hot.c  |    2 +-
 regexec.c |    2 +-
 5 files changed, 13 insertions(+), 9 deletions(-)
view download
50_debian_use_gdbm
 Configure                    |    2 +-
 ext/NDBM_File/NDBM_File.xs   |    2 +-
 ext/NDBM_File/hints/linux.pl |    5 +----
 ext/ODBM_File/hints/linux.pl |    8 +-------
 4 files changed, 4 insertions(+), 13 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      |   18 ++++++------
 lib/ExtUtils/MM_Any.pm       |   12 ++++----
 lib/ExtUtils/MM_Unix.pm      |   64 +++++++++++++------------------------------
 lib/ExtUtils/t/INST.t        |    4 --
 lib/ExtUtils/t/INST_PREFIX.t |   10 +++---
 6 files changed, 44 insertions(+), 67 deletions(-)
view download
53_debian_mod_paths
 perl.c |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)
view download
54_debian_fakeroot
 Makefile.SH |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
view download
55_debian_doc_info
 pod/perl.pod |   32 ++++++++------------------------
 1 file changed, 8 insertions(+), 24 deletions(-)
view download
56_debian_prune_libs
 Configure |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
view download
57_debian_cpan_config_path
 lib/CPAN/HandleConfig.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
58_debian_libnet_config_path
 lib/Net/Config.pm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
view download
59_debian_instmodsh_doc
 lib/ExtUtils/instmodsh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
view download
60_debian_cpan_definstalldirs
 lib/CPAN/FirstTime.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
61_debian_ppc_ia64_optim
 hints/linux.sh |   17 -----------------
 1 file changed, 17 deletions(-)
view download
62_debian_enc2xs_inc
 ext/Encode/bin/enc2xs |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
view download
63_debian_perl_synopsis
 pod/perl.pod |   64 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)
view download
64_debian_arm_optim
 cflags.SH |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
view download
65_debian_missing_hosts
 lib/Net/hostent.t |    3 +++
 1 file changed, 3 insertions(+)
view download
66_debian_arm_fp
 lib/Math/Complex.t |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
view download
67_debian_db_file_ver
 ext/DB_File/version.c |    2 ++
 1 file changed, 2 insertions(+)
view download
68_debian_errno_ver
 ext/Errno/Errno_pm.PL |    5 -----
 1 file changed, 5 deletions(-)
view download
69_debian_m68k_time_hires
 ext/Time/HiRes/t/HiRes.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
70_debian_hppa_mips_optim
 cflags.SH |    2 ++
 1 file changed, 2 insertions(+)
view download
71_debian_module_build_man_extensions
 lib/Module/Build/Base.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
view download
72_debian_m68k_thread_stress
 ext/threads/shared/t/stress.t |    4 ++++
 1 file changed, 4 insertions(+)
view download
73_debian_arm_thread_stress_timeout
 ext/threads/shared/t/stress.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download