Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 89435 invoked from network); 25 Nov 2003 22:27:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Nov 2003 22:27:39 -0000 Received: (qmail 76501 invoked by uid 500); 25 Nov 2003 22:10:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76471 invoked by uid 500); 25 Nov 2003 22:10:27 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 76456 invoked by uid 500); 25 Nov 2003 22:10:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 76452 invoked from network); 25 Nov 2003 22:10:27 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Nov 2003 22:10:27 -0000 Received: (qmail 80812 invoked by uid 1569); 25 Nov 2003 22:10:39 -0000 Date: 25 Nov 2003 22:10:39 -0000 Message-ID: <20031125221039.80811.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2003/11/25 14:10:39 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: next issue with mod_include backport resolved Revision Changes Path No revision No revision 1.751.2.564 +4 -4 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.563 retrieving revision 1.751.2.564 diff -u -u -r1.751.2.563 -r1.751.2.564 --- STATUS 25 Nov 2003 17:23:30 -0000 1.751.2.563 +++ STATUS 25 Nov 2003 22:10:38 -0000 1.751.2.564 @@ -285,15 +285,15 @@ jwoolley suggests: Hang onto it for 2.2 series. brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults? nd adds: I've found some time over the weekend to create the following - patch: . + patch: . It creates for backwards compat an ssi_tag_brigade on the fly before executing the tag's handler function and fills that way *_start_bucket/_index fields and ssi_tag_brigade. So nothing should have been changed outside the module. I'd really like to patch this one into 2.0. - Success with this patch has been reported in PR 22946. One issue - came up which seems to be resolved with the r1-revision. + Success with this patch has been reported in PR 22946. Upcoming + issues were resolved and are included in the -r2.patch. * mod_include's expression tokenizer: don't skip the first character of a string, it may be a backslash. (2.0 + 1.3)