Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 54594 invoked from network); 1 Dec 2004 17:17:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 17:17:11 -0000 Received: (qmail 65945 invoked by uid 500); 1 Dec 2004 17:16:31 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65870 invoked by uid 500); 1 Dec 2004 17:16:30 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 65833 invoked by uid 99); 1 Dec 2004 17:16:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from cmsout03.mbox.net (HELO cmsout03.mbox.net) (165.212.64.33) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 09:16:27 -0800 Received: from cmsout03 (cmsout03 [165.212.64.33]) by cmsout03.mbox.net (Postfix) with ESMTP id 099DF206 for ; Wed, 1 Dec 2004 17:16:24 +0000 (GMT) Received: from cmsapps01.cms.usa.net [165.212.11.136] by cmsout03 via smtad (C8.MAIN.3.16w); Wed, 01 Dec 2004 17:16:23 GMT X-USANET-From: 165.212.11.136 IN warp-9.9@usa.net cmsapps01.cms.usa.net Received: from enterprise [66.189.38.244] by cmsapps01.cms.usa.net (ASMTP/warp-9.9@usa.net) via mtad (C8.MAIN.3.21E) with ESMTP id 696iLaRqw0501M36; Wed, 01 Dec 2004 17:16:22 GMT X-USANET-Auth: 66.189.38.244 AUTH warp-9.9@usa.net enterprise Message-ID: <006201c4d7c9$7aab6df0$0a01a8c0@enterprise> From: "Leif W" To: Subject: [PATCH] Two simple patches for 2.0.52, suexec.c and SSLPassPhraseDialog Date: Wed, 1 Dec 2004 12:16:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-USANET-MsgId: XID696iLaRqw0501X36 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello again. Just hoping to get two simple patches reviewed, tested and applied. Please take the time if you can. Each patch changes 3-5 lines or so, and I don't think either will break anything. I've included links to the bug report, patch and original mail to this list. I've just checked, and both bugs exist in Apache httpd 2.0.52 and 2.1 (SVN trunk), and the patch should apply cleanly to both 2.0 and 2.1. It really is that simple, and fixes two small and annoying things. :) * Summary: suexec never log a group name. BUG 7862 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7862 PATCH 13429 http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13429 MAIL http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=110046435816636&w=2 NOTE: previous mail had the correct subject line but mislabelled summary: SSLPassPhraseDialog ...) * Summary: SSLPassPhraseDialog exec: always default port in argv BUG 24331 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24331 PATCH 13453 http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13453 MAIL http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=110046149606582&w=2