summaryrefslogtreecommitdiff
path: root/www/checkbot/patches
AgeCommit message (Collapse)AuthorFilesLines
2001-12-17Update checkbot to 1.67. Changes:abs1-29/+29
* A --language option to ask the server for pages in other languages * Bug fixes related to URI package and non-standard server names * Some other minor bugfixes detailed in the ChangeLog * Added example for use of the --match argument
2001-12-12Update checkbot to 1.66. Changes:abs1-16/+12
* checkbot.pl (get_headers): URI doesn't know about netloc, but it does know about authority. (get_headers): $url is already absolute, no need for ->abs * checkbot.pl (handle_doc): Print a notice when external non HTTP/FTP URLs are dropped. * checkbot.pl (init_modules and other places): Remove URI::URL::strict call and use of new URI::URL because it is obsolete, we should use the URI classes now. * checkbot.pl (init_globals): Initialize last checkpoint time with 0 instead of current time, so that we write out a set of pages right at the start. This will catch problems with permissions for these pages as early as possible. * checkbot.pl (get_server_type): Take into account that we might not learn anything about the server * checkbot.pl (get_headers): Factored out of check_external so that moving to using GET requests only will be easier later. * checkbot.pl (send_mail): Really fix printing of starting URLs in email. All URLs are now printed in the subject and body of the message.
2001-08-09Updated checkbot to 1.64nb1abs1-11/+64
Implement a --skip option
2001-04-24Update checkbot to 1.64abs1-0/+71
Changes in this version include: - Fix printing of starting URLs in email - Removed duplicate header in report - Try more environment variables to set temporary directory - Avoid using printf on pipes, and fix silly typo. Also add --match-url-base
2001-02-15Update to 1.63:abs1-77/+0
Changes since 1.62: - Require LWP 5.50. A bug fix was introduced in LWP 5.49 which solves problems with relative Location: headers for Checkbot. - Create a defaults --match argument based on all the start URLs, not just the first one. - Remove .bak files when the new files are written correctly. - Create correct URLs when --file argument also contains directories. - Deal with redirects without a Location: header. - Don't exclude checkbot's own pages automagically. - Always ask server about file type for HTTP requests when uncertain. - Make output well-formed HTML. - Several typo's and other output fixes. patch-aa incorporated into main dist.
2000-12-28Update to 1.62nb1, fix type in error message and add --no-bak optionabs1-0/+77
- patch submitted back to maintainer.