From bda17d6cfee7f4c4f98f785ec42ad4205b867e68 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 2 Feb 2001 16:41:52 +0000 Subject: 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 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 --- www/ap-perl/Makefile | 6 +++--- www/ap-perl/files/md5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index 7c8d101d930..faf4f991e54 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2000/09/07 04:47:20 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/02 16:41:52 jlam Exp $ # -DISTNAME= mod_perl-1.24 -PKGNAME= ap-perl-1.24 +DISTNAME= mod_perl-1.25 +PKGNAME= ap-perl-1.25 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} \ http://perl.apache.org/dist/ diff --git a/www/ap-perl/files/md5 b/www/ap-perl/files/md5 index 2b111c4be1b..ee21ca85dd0 100644 --- a/www/ap-perl/files/md5 +++ b/www/ap-perl/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/08/27 22:40:37 jlam Exp $ +$NetBSD: md5,v 1.4 2001/02/02 16:41:52 jlam Exp $ -MD5 (mod_perl-1.24.tar.gz) = 08d0ac4c9e2436fdb038021ae8826a8c +MD5 (mod_perl-1.25.tar.gz) = c6a29600f54c62cb9b8a96eaf2be023a -- cgit v1.2.3