Re: mod_python 3.2.8 available for testing

2006-02-20 Thread Nicolas Lehuen
Oops, I've sent this mail a bit too fast...

As usual, all three binary versions are available here :

http://nicolas.lehuen.com/download/mod_python/

Regards,
Nicolas

2006/2/20, Nicolas Lehuen [EMAIL PROTECTED]:
 +1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000 SP4
 +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows 2000 SP4
 +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows XP SP2



Re: mod_python 3.2.8 available for testing

2006-02-20 Thread Jim Gallacher

Hi Oden,

The Apache 2.2 support will likely go into the 3.2.9 bugfix release. We 
just wanted to get the security problem out of the way first.


Jim

Oden Eriksson wrote:

+1 Mandriva Linux Cooker (x86_64), apache 2.2.0 mpm-prefork, python-2.4.2

Note that I applied this change:

http://issues.apache.org/jira/browse/MODPYTHON-78





Re: 3.2.8 summary / core group vote

2006-02-20 Thread Jim Gallacher

+1 core vote

Jim

Gregory (Grisha) Trubetskoy wrote:


Based on summary below, +1 from for putting it out there.

Grisha


Graham Dumpleton [EMAIL PROTECTED]
  +1 Mac OS X 10.4, apache 2.0.55 mpm-worker, python 2.3.5 (3.2.x SVN 
trunk)


Nicolas Lehuen [EMAIL PROTECTED]
  +1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000 SP4
  +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows 
2000 SP4

  +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows XP SP2

Barry Pederson [EMAIL PROTECTED]
  +1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2

Jim Gallacher [EMAIL PROTECTED]
  +1 Debian sid, apache 2.0.55 mpm-prefork, python 2.3.5






Re: 3.2.8 summary / core group vote

2006-02-20 Thread Nicolas Lehuen
+1 core vote

2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
 +1 core vote

 Jim

 Gregory (Grisha) Trubetskoy wrote:
 
  Based on summary below, +1 from for putting it out there.
 
  Grisha
 
 
  Graham Dumpleton [EMAIL PROTECTED]
+1 Mac OS X 10.4, apache 2.0.55 mpm-worker, python 2.3.5 (3.2.x SVN
  trunk)
 
  Nicolas Lehuen [EMAIL PROTECTED]
+1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000 SP4
+1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows
  2000 SP4
+1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows XP SP2
 
  Barry Pederson [EMAIL PROTECTED]
+1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2
 
  Jim Gallacher [EMAIL PROTECTED]
+1 Debian sid, apache 2.0.55 mpm-prefork, python 2.3.5
 
 




Re: 3.2.8 summary / core group vote

2006-02-20 Thread Graham Dumpleton
+1 core vote

Nicolas Lehuen wrote ..
 +1 core vote
 
 2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
  +1 core vote
 
  Jim
 
  Gregory (Grisha) Trubetskoy wrote:
  
   Based on summary below, +1 from for putting it out there.
  
   Grisha
  
  
   Graham Dumpleton [EMAIL PROTECTED]
 +1 Mac OS X 10.4, apache 2.0.55 mpm-worker, python 2.3.5 (3.2.x SVN
   trunk)
  
   Nicolas Lehuen [EMAIL PROTECTED]
 +1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000
 SP4
 +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows
   2000 SP4
 +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows
 XP SP2
  
   Barry Pederson [EMAIL PROTECTED]
 +1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2
  
   Jim Gallacher [EMAIL PROTECTED]
 +1 Debian sid, apache 2.0.55 mpm-prefork, python 2.3.5
  
  
 
 


Re: 3.2.8 summary / core group vote

2006-02-20 Thread Nicolas Lehuen
Hi Michel,

I've tested your patch on Win32 + Apache 2.2 and it mostly works
(compilation + unit tests) - except for the changes in the PSP lexer 
parser. They now includ unistd.h which was previously hidden for Win32
platforms.It looks like you have generated those files from the .l
grammar using flex, maybe it was an old version ? In any case, I don't
understand what those changes have to do with the problem you
reported.

So my position would be to integrate your patch except for the PSP part.

Regards,
Nicolas

2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
 Hi Michel,

 Please create a JIRA issue. We are much less likely to loose track of it
 if it's in the issue tracker.

 Thanks,
 Jim


 Michel Jouvin wrote:
  0  Tru64 5.1B-3, Apache 2.0.55, worker MPM, Python 2.4.1
 
  I have a problem to build mod_pyton on Tru64 with the Python config I
  have. This is basically due to the fact that Python.h should be included
  first as its defines some macros used by standard includes. When
  included at the end of the includes, this results to some conflicts
  because the same include is included twice with a different macro value.
 
  I reported this a couple of months ago during 3.2 beta. Do you want me
  to resubmit this problem via JIRA ? Or just to resend the required fixes ?
 
  Cheers,
 
  Michel
 
  --On lundi 20 février 2006 16:18 -0500 Graham Dumpleton
  [EMAIL PROTECTED] wrote:
 
  +1 core vote
 
  Nicolas Lehuen wrote ..
 
  +1 core vote
 
  2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
   +1 core vote
  
   Jim
  
   Gregory (Grisha) Trubetskoy wrote:
   
Based on summary below, +1 from for putting it out there.
   
Grisha
   
   
Graham Dumpleton [EMAIL PROTECTED]
  +1 Mac OS X 10.4, apache 2.0.55 mpm-worker, python 2.3.5 (3.2.x
  SVN
trunk)
   
Nicolas Lehuen [EMAIL PROTECTED]
  +1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000
  SP4
  +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows
2000 SP4
  +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows
  XP SP2
   
Barry Pederson [EMAIL PROTECTED]
  +1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2
   
Jim Gallacher [EMAIL PROTECTED]
  +1 Debian sid, apache 2.0.55 mpm-prefork, python 2.3.5
   
   
  
  
 
 
 
 
  *
  * Michel Jouvin Email : [EMAIL PROTECTED] *
  * LAL / CNRSTel : +33 1 64468932*
  * B.P. 34   Fax : +33 1 69079404*
  * 91898 Orsay Cedex *
  * France*
  *
 
 
 




Re: 3.2.8 summary / core group vote

2006-02-20 Thread Nicolas Lehuen
Er... I should say that the changes in _pspmodule.c are fine, so they
should be integrated. The problems are in the changes brought to the
files that are generated by flex. First, they break on Win32, second,
since the .l source file is unchanged, next time flex is run the
changes will be overwritten.

Regards,
Nicolas

2006/2/21, Nicolas Lehuen [EMAIL PROTECTED]:
 Hi Michel,

 I've tested your patch on Win32 + Apache 2.2 and it mostly works
 (compilation + unit tests) - except for the changes in the PSP lexer 
 parser. They now includ unistd.h which was previously hidden for Win32
 platforms.It looks like you have generated those files from the .l
 grammar using flex, maybe it was an old version ? In any case, I don't
 understand what those changes have to do with the problem you
 reported.

 So my position would be to integrate your patch except for the PSP part.

 Regards,
 Nicolas

 2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
  Hi Michel,
 
  Please create a JIRA issue. We are much less likely to loose track of it
  if it's in the issue tracker.
 
  Thanks,
  Jim
 
 
  Michel Jouvin wrote:
   0  Tru64 5.1B-3, Apache 2.0.55, worker MPM, Python 2.4.1
  
   I have a problem to build mod_pyton on Tru64 with the Python config I
   have. This is basically due to the fact that Python.h should be included
   first as its defines some macros used by standard includes. When
   included at the end of the includes, this results to some conflicts
   because the same include is included twice with a different macro value.
  
   I reported this a couple of months ago during 3.2 beta. Do you want me
   to resubmit this problem via JIRA ? Or just to resend the required fixes ?
  
   Cheers,
  
   Michel
  
   --On lundi 20 février 2006 16:18 -0500 Graham Dumpleton
   [EMAIL PROTECTED] wrote:
  
   +1 core vote
  
   Nicolas Lehuen wrote ..
  
   +1 core vote
  
   2006/2/20, Jim Gallacher [EMAIL PROTECTED]:
+1 core vote
   
Jim
   
Gregory (Grisha) Trubetskoy wrote:

 Based on summary below, +1 from for putting it out there.

 Grisha


 Graham Dumpleton [EMAIL PROTECTED]
   +1 Mac OS X 10.4, apache 2.0.55 mpm-worker, python 2.3.5 (3.2.x
   SVN
 trunk)

 Nicolas Lehuen [EMAIL PROTECTED]
   +1 mod_python 3.2.8 + Apache/2.0.55 + Python/2.2.3 + Windows 2000
   SP4
   +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.3.5 + Windows
 2000 SP4
   +1 mod_python 3.2.8 + Apache/2.0.55 + ActivePython/2.4.2 + Windows
   XP SP2

 Barry Pederson [EMAIL PROTECTED]
   +1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2

 Jim Gallacher [EMAIL PROTECTED]
   +1 Debian sid, apache 2.0.55 mpm-prefork, python 2.3.5


   
   
  
  
  
  
   *
   * Michel Jouvin Email : [EMAIL PROTECTED] *
   * LAL / CNRSTel : +33 1 64468932*
   * B.P. 34   Fax : +33 1 69079404*
   * 91898 Orsay Cedex *
   * France*
   *