Subject: CVS commit: pkgsrc/www/checkbot/patches
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 12/12/2001 15:20:33
Module Name:	pkgsrc
Committed By:	abs
Date:		Wed Dec 12 13:20:33 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/www/checkbot: Makefile distinfo
	pkgsrc/www/checkbot/patches: patch-aa

Log Message:
Update checkbot to 1.66. Changes:
    * 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.


To generate a diff of this commit:
cvs rdiff -r1.5566 -r1.5567 doc/pkg-CHANGES
cvs rdiff -r1.11 -r1.12 pkgsrc/www/checkbot/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/checkbot/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/www/checkbot/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.