Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 02/02/2001 18:41:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Feb  2 16:41:53 UTC 2001

Modified Files:
	pkgsrc/www/ap-perl: Makefile
	pkgsrc/www/ap-perl/files: md5

Log Message:
Update ap-perl to 1.25.  Relevant changes from version 1.24:

* Improved documentation for mod_perl.
* Many bugfixes.
* Apache::Server->loglevel can now be modified
* allow $r->finfo to be modified
* include mod_perl hook/feature config and pod in Apache::MyConfig
* prevent $PerlRequire in a <Perl> section from triggering an endless loop
* allow modification of $r->hostname
* new Apache::test::static_modules() method
* add proper offset support to Apache::read
* change Apache::PerlRun's Apache class relationship from is-a to has-a
* Apache::SubRequest->run(1) allows ap_send_http_headers() to output
  for subrequests
* Apache::{Registry,PerlRun} will now log an error if $filename is NOT_FOUND
* make extra sure Apache::Constants::AUTOLOAD does not recurse looking
  for sub __AUTOLOAD
* $r->get_basic_auth_pw and $r->note_basic_auth_failure will default
  $r->auth_type to "Basic" if not already set
* $r->auth_type is now writeable, e.g. $r->auth_type("Basic")
* added Apache::user method
* disable r->proxyreq checking unless PerlTransHandler is enabled and
  configured
* PerlAddVar is now an ITERATE2 directive rather than TAKE2
* added Apache::Server::error_fname method
* avoid duplicate buffer copy in {read,get}_client_block by reading
  directly into Perl's SV buffer
* switch usage of hard_timeout() to soft_timeout(), so if SIGALRM
  happens during Apache::{print,read}, the script will continue run,
  allowing proper cleanup (e.g. DESTROY)
* add PerlCleanupHandler to the {get,set}_handlers table
* quotemeta path_info in Registry regexp
* flush r->finfo cache if r->filename fails
* backed out $Apache::Server::ConfigTestOnly until proper Apache
  support is in place
* Apache::ExtUtils will now generate an END routine to call ap_remove_module()
* rename Apache::{PerlRun,RegistryNG}::update_mtime to set_mtime, so
  Apache::update_mtime is not overridden
* constant 'DECLINED' wasn't imported by Apache::RegistryBB
* Apache::Resource was not converting PERL_RLIMIT_AS to MB values


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/ap-perl/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/ap-perl/files/md5

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