You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2011/12/15 15:48:50 UTC

[VOTE] Release 2.3.16-beta as beta

The 2.3.16-beta (prerelease) tarballs are available for download at test:

	http://httpd.apache.org/dev/dist/

I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
with luck, this IS our last beta and the next release in ~2weeks
or less will be 2.4.0 GA!!

Vote will last the normal 72 hours...


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Graham Leggett <mi...@sharp.fm>.
On 15 Dec 2011, at 4:48 PM, Jim Jagielski wrote:

> The 2.3.16-beta (prerelease) tarballs are available for download at test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...

+1 on MacOSX 10.6, Centos6, and FC17:

Little-Net:~ minfrin$ curl http://127.0.0.1/
<html><body><h1>It works!</h1></body></html>

Regards,
Graham
--


[RESULT] Re: [VOTE] Release 2.3.16-beta as beta

Posted by Jim Jagielski <ji...@jaguNET.com>.
With (binding) +1 votes from: igor, graham, jim, stefen
I call this vote CLOSED and PASSED.

I will start the release process.

Thanks to all!

On Dec 15, 2011, at 9:48 AM, Jim Jagielski wrote:

> The 2.3.16-beta (prerelease) tarballs are available for download at test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...
> 


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> On 12/15/2011 1:18 PM, Steffen wrote:
> > Builds fine on Windows 32, still the reported warnings.
> > 
> > Third-party modules are broken
> 
> That is to be expected, this is a major/minor revision with API
> changes.

Yeah, but most of them had already caught up with 2.3 ;)
now it escaped once again!

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: [VOTE] Release 2.3.16-beta as beta

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 12/15/2011 1:18 PM, Steffen wrote:
> Builds fine on Windows 32, still the reported warnings.
> 
> Third-party modules are broken

That is to be expected, this is a major/minor revision with API changes.



Re: [VOTE] Release 2.3.16-beta as beta

Posted by Graham Leggett <mi...@sharp.fm>.
On 15 Dec 2011, at 9:18 PM, Steffen wrote:

> Builds fine on Windows 32, still the reported warnings.
> 
> Third-party modules are broken, for example:

Module authors need to go through the list of changes at http://httpd.apache.org/docs/trunk/developer/new_api_2_4.html to determine whether their module uses APIs that have changed, and update their modules accordingly.

Regards,
Graham
--


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Steffen <in...@apachelounge.com>.
Looks like  the name is changed  to "client_ip/addr" and not
"remote_ip/addr"

Changed to the new name in the sources from eg. mod_security and

changed also
msr->remote_port = r->connection->remote_addr->port  to  msr->remote_port =
r->connection->client_addr->port

Builds now, but running it crashes:

libapr-1.dll!apr_table_get(const apr_table_t * t=0x448b5028, const char *
key=0x00a34bb0)  Line 475 + 0xc bytes C
  mod_security2.so!009f14e5()
  [Frames below may be incorrect and/or missing, no symbols loaded for
mod_security2.so]
  mod_security2.so!009f1fa6()
  libhttpd.dll!ap_run_error_log(const ap_errorlog_info * info=0x0006de64,
const char * errstr=0x0006dedc)  Line 1775 + 0x26 bytes C
  libhttpd.dll!log_error_core(const char * file=0x00a34570, int line=610,
int module_index=-1, int level=21, int status=0, const server_rec *
s=0x0092e468, const conn_rec * c=0x00000000, const request_rec *
r=0x00000000, apr_pool_t * pool=0x00000000, const char * fmt=0x00000000,
char * args=0x0006fee8)  Line 1283 C
  libhttpd.dll!ap_log_error_(const char * file=0x00a34570, int line=610, int
module_index=-1, int level=21, int status=0, const server_rec *
s=0x0092e468, const char * fmt=0x00a34dfc, ...)  Line 1295 + 0x32 bytes C
  mod_security2.so!009f1af0()
  libhttpd.dll!ap_run_post_config(apr_pool_t * pconf=0x002db070, apr_pool_t
* plog=0x0094c1c8, apr_pool_t * ptemp=0x0094e1d0, server_rec * s=0x0092e468)
Line 104 + 0x32 bytes C
  httpd.exe!main(int argc=1, const char * const * argv=0x002d29c8)  Line 696
+ 0x1a bytes C
  httpd.exe!__tmainCRTStartup()  Line 582 + 0x17 bytes C
  kernel32.dll!7c817077()

I contacted the authors of the modules, they need time to get around with 
it.


-----Original Message----- 
From: Steffen
Sent: Thursday, December 15, 2011 8:18 PM Newsgroups:
gmane.comp.apache.devel
To: dev@httpd.apache.org
Subject: Re: [VOTE] Release 2.3.16-beta as beta

Builds fine on Windows 32, still the reported warnings.

Third-party modules are broken, for example:

c:\apache23\include\httpd.h(1043) : see declaration of 'conn_rec'
mod_security2.c(1254) : error C2039: 'remote_ip' : is not a member of
'conn_rec'

c:\apache23\include\httpd.h(1043) : see declaration of 'conn_rec'
mod_security2.c(1377) : warning C4113: 'void (__cdecl *)(const char
*,int,int,in
t,apr_status_t,const server_rec *,const request_rec *,apr_pool_t *,const
char *)
' differs in parameter lists from 'ap_HOOK_error_log_t (__cdecl *)'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\CL.EXE"' : return code '0x2'



-----Original Message----- 
From: Jim Jagielski
Sent: Thursday, December 15, 2011 3:48 PM Newsgroups:
gmane.comp.apache.devel
To: dev@httpd.apache.org
Subject: [VOTE] Release 2.3.16-beta as beta

The 2.3.16-beta (prerelease) tarballs are available for download at test:

http://httpd.apache.org/dev/dist/

I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
with luck, this IS our last beta and the next release in ~2weeks
or less will be 2.4.0 GA!!

Vote will last the normal 72 hours... 


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Steffen <in...@apachelounge.com>.
Builds fine on Windows 32, still the reported warnings.

Third-party modules are broken, for example:

c:\apache23\include\httpd.h(1043) : see declaration of 'conn_rec'
mod_security2.c(1254) : error C2039: 'remote_ip' : is not a member of 
'conn_rec'

c:\apache23\include\httpd.h(1043) : see declaration of 'conn_rec'
mod_security2.c(1377) : warning C4113: 'void (__cdecl *)(const char 
*,int,int,in
t,apr_status_t,const server_rec *,const request_rec *,apr_pool_t *,const 
char *)
' differs in parameter lists from 'ap_HOOK_error_log_t (__cdecl *)'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
9.0\VC\BIN
\CL.EXE"' : return code '0x2'



-----Original Message----- 
From: Jim Jagielski
Sent: Thursday, December 15, 2011 3:48 PM Newsgroups: 
gmane.comp.apache.devel
To: dev@httpd.apache.org
Subject: [VOTE] Release 2.3.16-beta as beta

The 2.3.16-beta (prerelease) tarballs are available for download at test:

http://httpd.apache.org/dev/dist/

I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
with luck, this IS our last beta and the next release in ~2weeks
or less will be 2.4.0 GA!!

Vote will last the normal 72 hours...


Re: [VOTE] Release 2.3.16-beta as beta

Posted by sridhar basam <sr...@basam.org>.
2011/12/15 Igor Galić <i....@brainsware.org>

>
>
>
>
> apr is fine, but you'll need the apr-util 1.4.1
>
>
Thanks, using the --with-included-apr fixed the compile time errors.
Looks good on 11.10 x86.

 sridhar

Re: [VOTE] Release 2.3.16-beta as beta

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 12/15/2011 10:54 AM, Igor Galić wrote:
>>
>> apr/apu versions are the versions which come with the OS distro
>> (1.4.5 and 1.3.12)
> 
> apr is fine, but you'll need the apr-util 1.4.1

No.  apr-util 1.3.x is fine.  You will lose functionality of two specific
modules, of course.

Re: [VOTE] Release 2.3.16-beta as beta

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> 
> 
> 
> On Thu, Dec 15, 2011 at 9:48 AM, Jim Jagielski < jim@jagunet.com >
> wrote:
> 
> 
> The 2.3.16-beta (prerelease) tarballs are available for download at
> test:
> 
> http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...
> 
> 
> I am getting a compile time error on Ubuntu 11.10 x86 using
> httpd-2.3.16-beta.tar.gz.
> 
> Errors below.
> Stesp done were
> ./configure --prefix=/usr/local/apache-2.4
> make
> 
> exports.c:1513:13: error: redefinition of
> 'ap_hack_apr_allocator_create'
> exports.c:883:13: note: previous definition of
> 'ap_hack_apr_allocator_create' was here
> exports.c:1514:13: error: redefinition of
> 'ap_hack_apr_allocator_destroy'
> exports.c:884:13: note: previous definition of
> 'ap_hack_apr_allocator_destroy' was here
> 
> apr/apu versions are the versions which come with the OS distro
> (1.4.5 and 1.3.12)

apr is fine, but you'll need the apr-util 1.4.1

> Sridhar
> 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: [VOTE] Release 2.3.16-beta as beta

Posted by sridhar basam <sr...@basam.org>.
On Thu, Dec 15, 2011 at 9:48 AM, Jim Jagielski <ji...@jagunet.com> wrote:

> The 2.3.16-beta (prerelease) tarballs are available for download at test:
>
>        http://httpd.apache.org/dev/dist/
>
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
>
> Vote will last the normal 72 hours...
>
>
I am getting a compile time error on Ubuntu 11.10 x86 using
httpd-2.3.16-beta.tar.gz.

Errors below.
Stesp done were
./configure --prefix=/usr/local/apache-2.4
make

exports.c:1513:13: error: redefinition of 'ap_hack_apr_allocator_create'
exports.c:883:13: note: previous definition of
'ap_hack_apr_allocator_create' was here
exports.c:1514:13: error: redefinition of 'ap_hack_apr_allocator_destroy'
exports.c:884:13: note: previous definition of
'ap_hack_apr_allocator_destroy' was here

apr/apu versions are the versions which come with the OS distro (1.4.5 and
1.3.12)

 Sridhar

Re: [VOTE] Release 2.3.16-beta as beta

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> I'll let it run for an additional ~24hr...

If this vote passes, are there any plans to update aurora
with the new beta?

> On Dec 15, 2011, at 9:48 AM, Jim Jagielski wrote:
> 
> > The 2.3.16-beta (prerelease) tarballs are available for download at
> > test:
> > 
> > 	http://httpd.apache.org/dev/dist/
> > 
> > I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> > with luck, this IS our last beta and the next release in ~2weeks
> > or less will be 2.4.0 GA!!
> > 
> > Vote will last the normal 72 hours...
> > 
> 
> 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Jim Jagielski <ji...@jaguNET.com>.
I'll let it run for an additional ~24hr...

On Dec 15, 2011, at 9:48 AM, Jim Jagielski wrote:

> The 2.3.16-beta (prerelease) tarballs are available for download at test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...
> 


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Jim Jagielski <ji...@jaguNET.com>.
+1: Fed16, CentOS6.1, OSX 107.2 (Xcode 4.2.1)

On Dec 15, 2011, at 9:48 AM, Jim Jagielski wrote:

> The 2.3.16-beta (prerelease) tarballs are available for download at test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...
> 


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Jim Jagielski <ji...@apache.org>.
On Dec 18, 2011, at 12:19 PM, Stefan Fritsch wrote:

> On Sunday 18 December 2011, Jim Jagielski wrote:
>> On Dec 18, 2011, at 11:53 AM, Stefan Fritsch wrote:
>>> On Thursday 15 December 2011, Jim Jagielski wrote:
>>>> The 2.3.16-beta (prerelease) tarballs are available for download
>>>> at
>>>> 
>>>> test:
>>>> 	http://httpd.apache.org/dev/dist/
>>>> 
>>>> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
>>>> with luck, this IS our last beta and the next release in ~2weeks
>>>> or less will be 2.4.0 GA!!
>>>> 
>>>> Vote will last the normal 72 hours...
>>> 
>>> +1, tested on Debian unstable with prefork and event
>> 
>> "unstable" ??
> 
> That's what the development branch of Debian is called. I did not mean 
> that httpd was unstable.
> 

Whew... I took it as:

   +1, tested on Debian; unstable with prefork and event
                       ^
                       

Re: [VOTE] Release 2.3.16-beta as beta

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Sunday 18 December 2011, Jim Jagielski wrote:
> On Dec 18, 2011, at 11:53 AM, Stefan Fritsch wrote:
> > On Thursday 15 December 2011, Jim Jagielski wrote:
> >> The 2.3.16-beta (prerelease) tarballs are available for download
> >> at
> >> 
> >> test:
> >> 	http://httpd.apache.org/dev/dist/
> >> 
> >> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> >> with luck, this IS our last beta and the next release in ~2weeks
> >> or less will be 2.4.0 GA!!
> >> 
> >> Vote will last the normal 72 hours...
> > 
> > +1, tested on Debian unstable with prefork and event
> 
> "unstable" ??

That's what the development branch of Debian is called. I did not mean 
that httpd was unstable.

Re: [VOTE] Release 2.3.16-beta as beta

Posted by Jim Jagielski <ji...@apache.org>.
On Dec 18, 2011, at 11:53 AM, Stefan Fritsch wrote:

> On Thursday 15 December 2011, Jim Jagielski wrote:
>> The 2.3.16-beta (prerelease) tarballs are available for download at
>> test:
>> 
>> 	http://httpd.apache.org/dev/dist/
>> 
>> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
>> with luck, this IS our last beta and the next release in ~2weeks
>> or less will be 2.4.0 GA!!
>> 
>> Vote will last the normal 72 hours...
> 
> +1, tested on Debian unstable with prefork and event
> 

"unstable" ??


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Thursday 15 December 2011, Jim Jagielski wrote:
> The 2.3.16-beta (prerelease) tarballs are available for download at
> test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...

+1, tested on Debian unstable with prefork and event

Re: [VOTE] Release 2.3.16-beta as beta

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> 
> 
> ----- Original Message -----
> > The 2.3.16-beta (prerelease) tarballs are available for download at
> > test:
> >
> > 	http://httpd.apache.org/dev/dist/
> >
> > I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> > with luck, this IS our last beta and the next release in ~2weeks
> > or less will be 2.4.0 GA!!
> >
> > Vote will last the normal 72 hours...
> 
> Signatures look good on both files
> Contents of tag and tar ball differ as expected.
> 
> ./configure --with-included-apr --prefix=/opt/httpd-beta
> --enable-mpms-shared=all --enable-mods-shared=all --with-ssl
> 
> curl 0 reports that "It works!", I'll believe it for now
> 
> +1

Ubuntu 11.10, amd64, btw.

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: [VOTE] Release 2.3.16-beta as beta

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> The 2.3.16-beta (prerelease) tarballs are available for download at
> test:
> 
> 	http://httpd.apache.org/dev/dist/
> 
> I'm calling a VOTE on releasing these as 2.3.16-beta BETA and,
> with luck, this IS our last beta and the next release in ~2weeks
> or less will be 2.4.0 GA!!
> 
> Vote will last the normal 72 hours...

Signatures look good on both files
Contents of tag and tar ball differ as expected.

./configure --with-included-apr --prefix=/opt/httpd-beta --enable-mpms-shared=all --enable-mods-shared=all --with-ssl

curl 0 reports that "It works!", I'll believe it for now

+1 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE