From owner-cvs-ports@FreeBSD.ORG Wed May 26 19:30:45 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BFC01065670; Wed, 26 May 2010 19:30:45 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF1D8FC14; Wed, 26 May 2010 19:30:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4QJUjod095704; Wed, 26 May 2010 19:30:45 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4QJUjIr095703; Wed, 26 May 2010 19:30:45 GMT (envelope-from pgollucci) Message-Id: <201005261930.o4QJUjIr095703@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Wed, 26 May 2010 19:30:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache20 Makefile ports/www/apache20/files patch-pcre.diff X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 19:30:45 -0000 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 , 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)