ports/146604: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed May 26 19:40:08 UTC 2010
The following reply was made to PR ports/146604; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/146604: commit references a PR
Date: Wed, 26 May 2010 19:30:58 +0000 (UTC)
pgollucci 2010-05-26 19:30:45 UTC
FreeBSD ports repository
Modified files:
www/apache20 Makefile
Added files:
www/apache20/files patch-pcre.diff
Log:
- 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 <stb at lassitu.de>, serveral on ports@, apache@
With Hat: apache@
Revision Changes Path
1.291 +1 -2 ports/www/apache20/Makefile
1.1 +1310 -0 ports/www/apache20/files/patch-pcre.diff (new)
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the freebsd-apache
mailing list