K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-05-26T19:30:45.000000Z K 7 svn:log V 943 - Partial httpd SVN MFC of r15338 [http://svn.apache.org/viewvc?view=revision&revision=153384] Essentially this internalizes the pcre POSIX API in the ap_ namespace. Thus fixing the use of an external pcre library and hence mod_redirect and other consumers. - This includes an MMN bump which means you will need to recompile all your modules. With ports this will happen when you upgrade via portmaster or portupgrade. If you have any modules outside of ports they will need to be recompiled too. - There is a small chance you will need to change some of your custom modules to adapt to the ap_regex_t and ap_regmatch_t api changes. - For security, speed, maintenance, and simplification in the ports/ framework this route was chosen instead of reverting the devel/pcre change in 2.0.63_4. PR: ports/146604 Reported by: Stefan Bethke , serveral on ports@, apache@ With Hat: apache@ END