From owner-cvs-ports@FreeBSD.ORG Thu Jul 1 05:54:57 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A325316A4CE; Thu, 1 Jul 2004 05:54:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8852743D3F; Thu, 1 Jul 2004 05:54:57 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i615suIv066757; Thu, 1 Jul 2004 05:54:56 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i615su23066756; Thu, 1 Jul 2004 05:54:56 GMT (envelope-from clement) Message-Id: <200407010554.i615su23066756@repoman.freebsd.org> From: Clement Laforet Date: Thu, 1 Jul 2004 05:54:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules distinfo pkg-message pkg-plist ports/www/apache2/files exp-apr-kqueue.patch exp-http-ready.patch patch-server:protocol.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 01 Jul 2004 05:54:57 -0000 clement 2004-07-01 05:54:56 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc Makefile.modules distinfo pkg-message pkg-plist Added files: www/apache2/files exp-apr-kqueue.patch exp-http-ready.patch exp-windowsupdate.patch patch-srclib:apr-util:misc:apr_reslist.c Removed files: www/apache2/files patch-modules:ssl:ssl_engine_kernel.c patch-server:protocol.c Log: - Update to 2.0.50 Important changes: *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] Details can be found here: http://www.apache.org/dist/httpd/CHANGES_2.0 - Use autoconf 2.59 - Add add SUEXEC_LOGFILE tunable to set suexec logfile [1] - Silently ignore removal of libexec/apache2 directory - Import latest version of apr_reslit.c from apr CVS which adds timeout feature to apr_reslist_acquire(). This is required for future mod_logio-st. - Add explicit dependency on libiconv (so nowwe support libiconv) - Move Windows Update fix from MASTER_SITE_LOCAL to ports tree - add WITH_EXPERIMENTAL_PATCHES knobs: These patches are backports from apache CVS HEAD or apr CVS HEAD. They have positive impacts on apache responsiveness but can be instable and are NOT currently supported by apache/apr teams. * exp-http-ready.patch: add "httpready" support for ACCEPT_FILTER (currently apache 2 only support "dataready") * exp-apr-kqueue.patch: add support for kqueue in apr_poll(). This patch greatly improves apache network performance (up to 18% according to the author, on my test box, between 13% and 21%) Test and feedback on -STABLE are welcome ;) For more details, please see: http://marc.theaimsgroup.com/?t=108650227500001&r=1&w=2 Submitted by: knu [1] NOTE: Please set MASTER_SITE_APACHE_HTTPD to closest mirrors. you can easily find them from: http://www.apache.org/dyn/closer.cgi/httpd/ Thanks : Revision Changes Path 1.186 +10 -7 ports/www/apache2/Makefile 1.7 +2 -1 ports/www/apache2/Makefile.doc 1.14 +3 -2 ports/www/apache2/Makefile.modules 1.64 +2 -4 ports/www/apache2/distinfo 1.1 +475 -0 ports/www/apache2/files/exp-apr-kqueue.patch (new) 1.1 +21 -0 ports/www/apache2/files/exp-http-ready.patch (new) 1.1 +11 -0 ports/www/apache2/files/exp-windowsupdate.patch (new) 1.2 +0 -39 ports/www/apache2/files/patch-modules:ssl:ssl_engine_kernel.c (dead) 1.2 +0 -32 ports/www/apache2/files/patch-server:protocol.c (dead) 1.1 +112 -0 ports/www/apache2/files/patch-srclib:apr-util:misc:apr_reslist.c (new) 1.4 +0 -1 ports/www/apache2/pkg-message 1.64 +459 -340 ports/www/apache2/pkg-plist