Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10_protect_mdldm_call.diff | Issue warning on MLDBM Instead of of having the hashing library MLDBM as a prerequisite, implement code in 'durep' that issues a warning, and then aborts execution, in case the module is missing. |
Eduard Bloch | no | 2010-01-09 | ||
20_invalid_dirhandle.diff | Let directory handle trickle down in recursive calls Recent version of Perl has stricter policy regarding globally defined directory handles. The original source uses a fixed directory handle in a recursive call sequence. The patch makes these handles into standard variables. (Closes: #482061) diff -u durep-0.9.orig/durep durep-0.9/durep |
Rupa Shomaker <rupa@rupa.com> | no | 2010-01-09 | ||
30_durep_pod.diff | Spelling errors in durep.pod Lintian complained about two spelling errors and then more were found. diff -u durep-0.9.orig/durep.pod durep-0.9/durep.pod |
Mats Erik Andersson <mats.andersson@gisladisker.se> | no | 2010-01-09 | ||
40_ignore_corrupt_ds.diff | Improve handling of the CGI register database. Add the option flag O_TRUNC at opening time. The collate processing was implemented to begin indexing anew every time, so truncating the old file does no harm, but does avoid later corruption. . Should it happen that one of the scan databases was corrupt of some unknown reason, any collate task at a later time will never get past that scan file in the process of rebuilding the overview database. Thus the CGI content will remain outdated. . A simple test to make sure that $temp{DATA} indeed is defined will noticeably decrease the risk of leaving the collated database behind. |
Mats Erik Andersson <debian@gisladisker.se> | no | 2010-04-14 | ||
50_prettify_text_output.diff | Improve optical readability of text output. During text printing, all subdir indentation is placed at the beginning of any relevant line. This make the text harder to grasp visually. Instead, move the inserted space to just before the file name. This leaves statistics aligned and file names indented to reflect directory structure. |
Mats Erik Andersson <debian@gisladisker.se> | no | 2014-05-10 |