pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ap2-perl



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  4 09:24:15 UTC 2011

Modified Files:
        pkgsrc/www/ap2-perl: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/www/ap2-perl/patches: patch-aa

Log Message:
Changes 2.0.5:
* Prepare modperl for the upcoming perl 5.14
* Add lib/ModPerl/MethodLookup.pm to MANIFEST via lib/ModPerl/Manifest.pm
* PerlIOApache_write() now throws an APR::Error object, rather than just
  a string error, if modperl_wbucket_write() fails.
* Authentication tests fail with LWP 5.815 and later
* Concise test won't perform unless StatusTerse is set to ON
* Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt
  the user for one.
* Work around bootstrap warnings when Apache2::BuildConfig has not been
  created yet.
* Remove Apache::test compatibility (part of mod_perl 1.2.7), that code causes
  build issues and is 4 versions out of date.
* Make sure perl is built either with multiplicity and ithreads or without both
* Support for "install_vendor" and "install_site" make targets
* Run tests on bundled pure perl Apache::* modules
* Implement a mini-preprocess language for map-files in xs/maps.
* Implement APR::Socket::fileno
* Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant
* Make sure standard file descriptors are preserved by the perl-script handler
* Fix the filter init handler attribute check in
  modperl_filter_resolve_init_handler()
* Make sure buffer is a valid SV in modperl_filter_read()
* Move modperl_response_finish() out of modperl_response_handler_run in
  mod_perl.c


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/ap2-perl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ap2-perl/buildlink3.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ap2-perl/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/www/ap2-perl/patches/patch-aa

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



Home | Main Index | Thread Index | Old Index