Re: [mod_fcgid PATCH] catch errors from setuid()/seteuid()

2010-01-21 Thread pqf
Hi, Jeff Your concerns are right, +1 for your patch :) Thanks -- From: "Jeff Trawick" Sent: Thursday, January 21, 2010 9:23 PM To: Subject: Re: [mod_fcgid PATCH] catch errors from setuid()/seteuid() > On Wed, Jan 20, 2010 at 8:19 PM, pqf wro

Re: [VOTE] Release httpd 2.3.5-alpha

2010-01-21 Thread Paul Querna
On Thu, Jan 21, 2010 at 2:34 PM, Paul Querna wrote: > Test tarballs for Apache httpd 2.3.5-alpha are available at: >   > > Your votes please; > >  +/- 1 >  [  ]  Release httpd-2.3.5 as Alpha > > Vote closes at 18:00 UTC on Monday January 25 2010. > > This include

[VOTE] Release httpd 2.3.5-alpha

2010-01-21 Thread Paul Querna
Test tarballs for Apache httpd 2.3.5-alpha are available at: Your votes please; +/- 1 [ ] Release httpd-2.3.5 as Alpha Vote closes at 18:00 UTC on Monday January 25 2010. This includes a bundle of APR 1.4.2, and APR-Util 1.3.9. Thanks, Paul

[VOTE] release mod_fcgid-2.3.5

2010-01-21 Thread Jeff Trawick
mod_fcgid users, please try out mod_fcgid-2.3.5.tar.gz (or .tar.bz2) or the win32/netware suitable package mod_fcgid-2.3.5-crlf.zip from http://httpd.apache.org/dev/dist/mod_fcgid/ and cast your vote: [ ] -1 for release of 2.3.5 (regressed from 2.3.4) [ ] +1 to release as 2.3.5-GA Fixes and e

Re: [RMs plz review] very rough notes on how to tag/roll mod_fcgid

2010-01-21 Thread Jeff Trawick
On Thu, Jan 21, 2010 at 1:58 PM, William A. Rowe Jr. wrote: > On 1/21/2010 9:33 AM, Jeff Trawick wrote: >> 2. Rolling >> >> a. create appropriate roll.sh >> >>    start with /httpd/site/trunk/dist/tools/roll.sh >> >>    remove these lines from script: >>       find ... autom4te* >>       cd ... ./

Re: [RMs plz review] very rough notes on how to tag/roll mod_fcgid

2010-01-21 Thread William A. Rowe Jr.
On 1/21/2010 9:33 AM, Jeff Trawick wrote: > 1. Tagging > > a. pre-tag edits > >fcgid_conf.h > >MODFCGID_VERSION_{MAJOR,MINOR,SUBVER} should already be correct >MODFCGID_VERSION_DEV should be 1 >change MODFCGID_VERSION_DEV to 0 > >CHANGES-FCGID - just make sure version at top

Re: [RMs plz review] very rough notes on how to tag/roll mod_fcgid

2010-01-21 Thread Issac Goldstand
Jeff Trawick wrote > 1. Tagging > > a. pre-tag edits > >fcgid_conf.h > >MODFCGID_VERSION_{MAJOR,MINOR,SUBVER} should already be correct >MODFCGID_VERSION_DEV should be 1 >change MODFCGID_VERSION_DEV to 0 > >CHANGES-FCGID - just make sure version at top is correct > >STATUS-F

[RMs plz review] very rough notes on how to tag/roll mod_fcgid

2010-01-21 Thread Jeff Trawick
1. Tagging a. pre-tag edits fcgid_conf.h MODFCGID_VERSION_{MAJOR,MINOR,SUBVER} should already be correct MODFCGID_VERSION_DEV should be 1 change MODFCGID_VERSION_DEV to 0 CHANGES-FCGID - just make sure version at top is correct STATUS-FCGID - add new " NEXTVERSION : in devel

Re: [mod_fcgid PATCH] catch errors from setuid()/seteuid()

2010-01-21 Thread Jeff Trawick
On Wed, Jan 20, 2010 at 8:19 PM, pqf wrote: > I man seteuid in my Linux box, there are two types of errors: > ERRORS >       The seteuid() function shall fail if: > >       EINVAL The value of the uid argument is invalid and is not supported by > the implementation. > >       EPERM  The  process

Re: svn commit: r901578 - in /httpd/httpd/trunk: CHANGES modules/http/http_request.c modules/metadata/mod_headers.c server/protocol.c

2010-01-21 Thread William A. Rowe Jr.
On 1/21/2010 1:52 AM, Ruediger Pluem wrote: > On 21.01.2010 08:20, wr...@apache.org wrote: >> Author: wrowe >> Date: Thu Jan 21 07:19:41 2010 >> New Revision: 901578 >> >> URL: http://svn.apache.org/viewvc?rev=901578&view=rev >> Log: >> Correctly align the behavior of headers_in to be consistent wi