pkgsrc/www/ap2-perl/PLIST

268 lines
12 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.14 2009/06/14 22:00:16 joerg Exp $
include/httpd/mod_perl.h
include/httpd/modperl_apache_compat.h
include/httpd/modperl_apache_includes.h
include/httpd/modperl_apr_compat.h
include/httpd/modperl_apr_includes.h
include/httpd/modperl_apr_perlio.h
include/httpd/modperl_bucket.h
include/httpd/modperl_callback.h
include/httpd/modperl_cgi.h
include/httpd/modperl_cmd.h
include/httpd/modperl_common_includes.h
include/httpd/modperl_common_log.h
include/httpd/modperl_common_types.h
include/httpd/modperl_common_util.h
include/httpd/modperl_config.h
include/httpd/modperl_const.h
include/httpd/modperl_constants.h
include/httpd/modperl_debug.h
include/httpd/modperl_directives.h
include/httpd/modperl_env.h
include/httpd/modperl_error.h
include/httpd/modperl_filter.h
include/httpd/modperl_flags.h
include/httpd/modperl_global.h
include/httpd/modperl_gtop.h
include/httpd/modperl_handler.h
include/httpd/modperl_hooks.h
include/httpd/modperl_interp.h
include/httpd/modperl_io.h
include/httpd/modperl_io_apache.h
include/httpd/modperl_largefiles.h
include/httpd/modperl_log.h
include/httpd/modperl_mgv.h
include/httpd/modperl_module.h
include/httpd/modperl_options.h
include/httpd/modperl_pcw.h
include/httpd/modperl_perl.h
include/httpd/modperl_perl_global.h
include/httpd/modperl_perl_includes.h
include/httpd/modperl_perl_pp.h
include/httpd/modperl_perl_unembed.h
include/httpd/modperl_svptr_table.h
include/httpd/modperl_sys.h
include/httpd/modperl_time.h
include/httpd/modperl_tipool.h
include/httpd/modperl_trace.h
include/httpd/modperl_types.h
include/httpd/modperl_util.h
include/httpd/modperl_xs_sv_convert.h
include/httpd/modperl_xs_typedefs.h
include/httpd/modperl_xs_util.h
lib/httpd/mod_perl.so
share/doc/mod_perl/TODO
share/doc/mod_perl/api/APR.pod
share/doc/mod_perl/api/APR/Base64.pod
share/doc/mod_perl/api/APR/Brigade.pod
share/doc/mod_perl/api/APR/Bucket.pod
share/doc/mod_perl/api/APR/BucketAlloc.pod
share/doc/mod_perl/api/APR/BucketType.pod
share/doc/mod_perl/api/APR/Const.pod
share/doc/mod_perl/api/APR/Date.pod
share/doc/mod_perl/api/APR/Error.pod
share/doc/mod_perl/api/APR/Finfo.pod
share/doc/mod_perl/api/APR/IpSubnet.pod
share/doc/mod_perl/api/APR/OS.pod
share/doc/mod_perl/api/APR/PerlIO.pod
share/doc/mod_perl/api/APR/Pool.pod
share/doc/mod_perl/api/APR/SockAddr.pod
share/doc/mod_perl/api/APR/Socket.pod
share/doc/mod_perl/api/APR/Status.pod
share/doc/mod_perl/api/APR/String.pod
share/doc/mod_perl/api/APR/Table.pod
share/doc/mod_perl/api/APR/ThreadMutex.pod
Update to 2.0.4: 2.0.4 April 16, 2008 Fix $r->location corruption under certain conditions [Gozer] Fix a crash when spawning Perl threads under Perl 5.10 [Gozer] Fix erratic behaviour when filters were used with Perl 5.10 [Gozer] Fix problems with redefinitions of perl_free as free and perl_malloc as malloc on Win32, as described at http://marc.info/?l=apache-modperl&m=119896407510526&w=2 [Tom Donovan] Fix a crash when running a sub-request from within a filter where mod_perl was not the content handler. [Gozer] Refactor tests to use keepalives instead of same_interp [Gozer, Phred] Apache2::Reload has been moved to an externally maintained CPAN distribution [Fred Moyer <fred@redhotpenguin.com>] PerlCleanupHandler are now registered with a subpool of $r->pool, instead of $r->pool itself, ensuring they run _before_ any other $r->pool cleanups [Torsten Foertsch] Fix a bug that would prevent pnotes from being cleaned up properly at the end of the request [Torsten Foertsch] On Win32, embed the manifest file, if present, in mod_perl.so, so as to work with VC 8 [Steve Hay, Randy Kobes] Expose apr_thread_rwlock_t with the APR::ThreadRWLock module [Torsten Foertsch] Don't waste an extra interpreter anymore under threaded MPMs when using a modperl handler [Torsten Foertsch] Fix a bug that could cause a crash when using $r->push_handlers() multiple times for a phase that has no configured handlers [Torsten Foertsch] Catch up with some httpd API changes 2.2.4: The full server version information is now included in the error log at startup as well as server status reports, irrespective of the setting of the ServerTokens directive. ap_get_server_version() is now deprecated, and is replaced by ap_get_server_banner() and ap_get_server_description(). [Jeff Trawick] 2.3.0: ap_get_server_version() has been removed. Third-party modules must now use ap_get_server_banner() or ap_get_server_description(). [Gozer] fixed Apache2::compat Apache2::ServerUtil::server_root() resolution issues [Joshua Hoblitt] *) SECURITY: CVE-2007-1349 (cve.mitre.org) fix unescaped variable interprolation in regular expression [Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>] Make $r->the_request() writeable [Fred Moyer <fred@redhotpenguin.com>] fix ModPerl::RegistryCooker::read_script to handle all possible errors, previously there was a case where Apache2::Const::OK was returned on an error. [Eivind Eklund <eeklund@gmail.com>] a minor compilation warning resolved in modperl_handler_new_from_sv [Stas] a minor compilation warning resolved in modperl_gtop_size_string [Stas] Prevent direct use of _deprecated_ Apache2::ReadConfig in <Perl> sections with httpd Alias directives from incorrectly generating 'The Alias directive in xxxxx at line y will probably never match' messages. [Philip M. Gollucci <pgollucci@p6m78g.com>] Prevent Apache2::PerSections::symdump() from returning invalid httpd.conf snippets like 'Alias undef' [Philip M. Gollucci <pgollucci@p6m78g.com>] Require B-Size 0.9 for Apache2::Status which fixes Can't call method "script_name" on an undefined value [Philip M. Gollucci <pgollucci@p6m78g.com>] -march=pentium4 or anything with an = in it in CCFLAGS or @ARGV that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV parsing. I.E. FreeBSD port builds when users had CPUTYPE set in /etc/make.conf. [Philip M. Gollucci <pgollucci@p6m7g8.com>] Fixes to get bleed-ithread (5.9.5+) to comile again. [Philip M. Gollucci <pgollucci@p6m7g8.com>]
2008-04-23 22:36:41 +02:00
share/doc/mod_perl/api/APR/ThreadRWLock.pod
share/doc/mod_perl/api/APR/URI.pod
share/doc/mod_perl/api/APR/UUID.pod
share/doc/mod_perl/api/APR/Util.pod
share/doc/mod_perl/api/AUTOGENERATION
share/doc/mod_perl/api/Apache2/Access.pod
share/doc/mod_perl/api/Apache2/CmdParms.pod
share/doc/mod_perl/api/Apache2/Command.pod
share/doc/mod_perl/api/Apache2/Connection.pod
share/doc/mod_perl/api/Apache2/ConnectionUtil.pod
share/doc/mod_perl/api/Apache2/Const.pod
share/doc/mod_perl/api/Apache2/Directive.pod
share/doc/mod_perl/api/Apache2/Filter.pod
share/doc/mod_perl/api/Apache2/FilterRec.pod
share/doc/mod_perl/api/Apache2/HookRun.pod
share/doc/mod_perl/api/Apache2/Log.pod
share/doc/mod_perl/api/Apache2/MPM.pod
share/doc/mod_perl/api/Apache2/Module.pod
share/doc/mod_perl/api/Apache2/PerlSections.pod
share/doc/mod_perl/api/Apache2/Process.pod
share/doc/mod_perl/api/Apache2/Reload.pod
share/doc/mod_perl/api/Apache2/RequestIO.pod
share/doc/mod_perl/api/Apache2/RequestRec.pod
share/doc/mod_perl/api/Apache2/RequestUtil.pod
share/doc/mod_perl/api/Apache2/Resource.pod
share/doc/mod_perl/api/Apache2/Response.pod
share/doc/mod_perl/api/Apache2/ServerRec.pod
share/doc/mod_perl/api/Apache2/ServerUtil.pod
share/doc/mod_perl/api/Apache2/SizeLimit.pod
share/doc/mod_perl/api/Apache2/Status.pod
share/doc/mod_perl/api/Apache2/SubProcess.pod
share/doc/mod_perl/api/Apache2/SubRequest.pod
share/doc/mod_perl/api/Apache2/URI.pod
share/doc/mod_perl/api/Apache2/Util.pod
share/doc/mod_perl/api/Apache2/compat.pod
share/doc/mod_perl/api/Apache2/porting.pod
share/doc/mod_perl/api/ModPerl/BuildMM.pod
share/doc/mod_perl/api/ModPerl/Const.pod
share/doc/mod_perl/api/ModPerl/Global.pod
share/doc/mod_perl/api/ModPerl/MM.pod
share/doc/mod_perl/api/ModPerl/MethodLookup.pod
share/doc/mod_perl/api/ModPerl/PerlRun.pod
share/doc/mod_perl/api/ModPerl/PerlRunPrefork.pod
share/doc/mod_perl/api/ModPerl/Registry.pod
share/doc/mod_perl/api/ModPerl/RegistryBB.pod
share/doc/mod_perl/api/ModPerl/RegistryCooker.pod
share/doc/mod_perl/api/ModPerl/RegistryLoader.pod
share/doc/mod_perl/api/ModPerl/RegistryPrefork.pod
share/doc/mod_perl/api/ModPerl/Util.pod
share/doc/mod_perl/api/README
share/doc/mod_perl/api/config.cfg
share/doc/mod_perl/api/index_bot.html
share/doc/mod_perl/config.cfg
share/doc/mod_perl/devel/Changes.pod
share/doc/mod_perl/devel/config.cfg
share/doc/mod_perl/devel/core/apache_integration.pod
share/doc/mod_perl/devel/core/coding_style.pod
share/doc/mod_perl/devel/core/explained.pod
share/doc/mod_perl/devel/core/mod_perl_specific.pod
share/doc/mod_perl/devel/core/mpms.pod
share/doc/mod_perl/devel/debug/c.pod
share/doc/mod_perl/devel/debug/code/.debug-inline
share/doc/mod_perl/devel/debug/code/.debug-modperl-init
share/doc/mod_perl/devel/debug/code/.debug-modperl-register
share/doc/mod_perl/devel/debug/code/.debug-modperl-xs
share/doc/mod_perl/devel/debug/perl.pod
share/doc/mod_perl/devel/help/help.pod
share/doc/mod_perl/devel/performance/size_matters.pod
share/doc/mod_perl/devel/performance/speed_matters.pod
share/doc/mod_perl/devel/porting/porting.pod
share/doc/mod_perl/index_top.html
share/doc/mod_perl/os/config.cfg
share/doc/mod_perl/os/win32/Changes.pod
share/doc/mod_perl/os/win32/config.cfg
share/doc/mod_perl/os/win32/config.pod
share/doc/mod_perl/os/win32/distinstall
share/doc/mod_perl/os/win32/faq.pod
share/doc/mod_perl/os/win32/install.pod
share/doc/mod_perl/os/win32/mpinstall
share/doc/mod_perl/rename.pod
share/doc/mod_perl/user/Changes.pod
share/doc/mod_perl/user/coding/coding.pod
share/doc/mod_perl/user/coding/cooking.pod
share/doc/mod_perl/user/config.cfg
share/doc/mod_perl/user/config/config.pod
share/doc/mod_perl/user/config/custom.pod
share/doc/mod_perl/user/design/design.pod
share/doc/mod_perl/user/handlers/bucket_brigades.dia
share/doc/mod_perl/user/handlers/bucket_brigades.gif
share/doc/mod_perl/user/handlers/bucket_brigades.png
share/doc/mod_perl/user/handlers/connection_cycle.gif
share/doc/mod_perl/user/handlers/connection_cycle.png
share/doc/mod_perl/user/handlers/connection_cycle_all.dia
share/doc/mod_perl/user/handlers/connection_cycle_all.png
share/doc/mod_perl/user/handlers/connection_cycle_pre.dia
share/doc/mod_perl/user/handlers/connection_cycle_pre.png
share/doc/mod_perl/user/handlers/connection_cycle_process.dia
share/doc/mod_perl/user/handlers/connection_cycle_process.png
share/doc/mod_perl/user/handlers/connection_cycle_time.dia
share/doc/mod_perl/user/handlers/connection_cycle_time.gif
share/doc/mod_perl/user/handlers/connection_cycle_time.png
share/doc/mod_perl/user/handlers/filter_life_camera.jpg
share/doc/mod_perl/user/handlers/filter_life_cigarrette.jpg
share/doc/mod_perl/user/handlers/filter_life_coffee.jpg
share/doc/mod_perl/user/handlers/filter_life_goggles.jpg
share/doc/mod_perl/user/handlers/filter_life_mask.jpg
share/doc/mod_perl/user/handlers/filter_life_player.jpg
share/doc/mod_perl/user/handlers/filter_life_shower.jpg
share/doc/mod_perl/user/handlers/filter_logic.dia
share/doc/mod_perl/user/handlers/filter_logic.gif
share/doc/mod_perl/user/handlers/filter_logic.png
share/doc/mod_perl/user/handlers/filters.pod
share/doc/mod_perl/user/handlers/general.pod
share/doc/mod_perl/user/handlers/http.pod
share/doc/mod_perl/user/handlers/http_cycle.gif
share/doc/mod_perl/user/handlers/http_cycle.png
share/doc/mod_perl/user/handlers/http_cycle1.gif
share/doc/mod_perl/user/handlers/http_cycle1.png
share/doc/mod_perl/user/handlers/http_cycle_access.dia
share/doc/mod_perl/user/handlers/http_cycle_access.gif
share/doc/mod_perl/user/handlers/http_cycle_access.png
share/doc/mod_perl/user/handlers/http_cycle_all.dia
share/doc/mod_perl/user/handlers/http_cycle_all.gif
share/doc/mod_perl/user/handlers/http_cycle_all.png
share/doc/mod_perl/user/handlers/http_cycle_authen.dia
share/doc/mod_perl/user/handlers/http_cycle_authen.gif
share/doc/mod_perl/user/handlers/http_cycle_authen.png
share/doc/mod_perl/user/handlers/http_cycle_authz.dia
share/doc/mod_perl/user/handlers/http_cycle_authz.gif
share/doc/mod_perl/user/handlers/http_cycle_authz.png
share/doc/mod_perl/user/handlers/http_cycle_cleanup.dia
share/doc/mod_perl/user/handlers/http_cycle_cleanup.gif
share/doc/mod_perl/user/handlers/http_cycle_cleanup.png
share/doc/mod_perl/user/handlers/http_cycle_conn_filters.dia
share/doc/mod_perl/user/handlers/http_cycle_conn_filters.gif
share/doc/mod_perl/user/handlers/http_cycle_conn_filters.png
share/doc/mod_perl/user/handlers/http_cycle_fixup.dia
share/doc/mod_perl/user/handlers/http_cycle_fixup.gif
share/doc/mod_perl/user/handlers/http_cycle_fixup.png
share/doc/mod_perl/user/handlers/http_cycle_header_parser.dia
share/doc/mod_perl/user/handlers/http_cycle_header_parser.gif
share/doc/mod_perl/user/handlers/http_cycle_header_parser.png
share/doc/mod_perl/user/handlers/http_cycle_http_filters.dia
share/doc/mod_perl/user/handlers/http_cycle_http_filters.gif
share/doc/mod_perl/user/handlers/http_cycle_http_filters.png
share/doc/mod_perl/user/handlers/http_cycle_init.dia
share/doc/mod_perl/user/handlers/http_cycle_init.gif
share/doc/mod_perl/user/handlers/http_cycle_init.png
share/doc/mod_perl/user/handlers/http_cycle_log.dia
share/doc/mod_perl/user/handlers/http_cycle_log.gif
share/doc/mod_perl/user/handlers/http_cycle_log.png
share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.dia
share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.gif
share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.png
share/doc/mod_perl/user/handlers/http_cycle_post_read_request.dia
share/doc/mod_perl/user/handlers/http_cycle_post_read_request.gif
share/doc/mod_perl/user/handlers/http_cycle_post_read_request.png
share/doc/mod_perl/user/handlers/http_cycle_response.dia
share/doc/mod_perl/user/handlers/http_cycle_response.gif
share/doc/mod_perl/user/handlers/http_cycle_response.png
share/doc/mod_perl/user/handlers/http_cycle_trans.dia
share/doc/mod_perl/user/handlers/http_cycle_trans.gif
share/doc/mod_perl/user/handlers/http_cycle_trans.png
share/doc/mod_perl/user/handlers/http_cycle_type.dia
share/doc/mod_perl/user/handlers/http_cycle_type.gif
share/doc/mod_perl/user/handlers/http_cycle_type.png
share/doc/mod_perl/user/handlers/in_filter_stream.dia
share/doc/mod_perl/user/handlers/in_filter_stream.gif
share/doc/mod_perl/user/handlers/in_filter_stream.png
share/doc/mod_perl/user/handlers/intro.pod
share/doc/mod_perl/user/handlers/out.gif
share/doc/mod_perl/user/handlers/out_filter_stream.dia
share/doc/mod_perl/user/handlers/out_filter_stream.gif
share/doc/mod_perl/user/handlers/out_filter_stream.png
share/doc/mod_perl/user/handlers/practical_mod_perl_comp.gif
share/doc/mod_perl/user/handlers/protocols.pod
share/doc/mod_perl/user/handlers/server.pod
share/doc/mod_perl/user/handlers/server_life_cycle.dia
share/doc/mod_perl/user/handlers/server_life_cycle.gif
share/doc/mod_perl/user/handlers/server_life_cycle.png
share/doc/mod_perl/user/handlers/tmlogo_color.gif
share/doc/mod_perl/user/help/help.pod
share/doc/mod_perl/user/install/install.pod
share/doc/mod_perl/user/intro/overview.pod
share/doc/mod_perl/user/intro/start_fast.pod
share/doc/mod_perl/user/performance/mpm.pod
share/doc/mod_perl/user/performance/prevent.pod
share/doc/mod_perl/user/porting/code/apache_mp3_2.diff
share/doc/mod_perl/user/porting/code/apache_mp3_7.diff
share/doc/mod_perl/user/porting/code/apache_mp3_9.diff
share/doc/mod_perl/user/porting/compat.pod
share/doc/mod_perl/user/porting/porting.pod
share/doc/mod_perl/user/troubleshooting/troubleshooting.pod