Re: [DISCUSS] EOL Apache Traffic Server v3.0 after v3.4 is released

2013-05-01 Thread Leif Hedstrom
On 5/1/13 1:02 PM, Leif Hedstrom wrote: On 5/1/13 8:33 AM, Leif Hedstrom wrote: I started this page: https://cwiki.apache.org/confluence/display/TS/Release+and+Support+cycles It splits the life cycle into three phases (dev, LTS and sunset). Sunset would be critical (think CERT) security fi

Re: re EADDRNOTAVAIL

2013-05-01 Thread Brian Geffon
Sure, that code is your world so whatever makes the most sense. Brian On Wed, May 1, 2013 at 1:15 PM, Alan M. Carroll wrote: > I may teak that to use ats_is_ip_any() rather than having a bool flag. > > Wednesday, May 1, 2013, 1:51:23 PM, you wrote: > > > Yes, this patch is already committed to

Re: re EADDRNOTAVAIL

2013-05-01 Thread Alan M. Carroll
I may teak that to use ats_is_ip_any() rather than having a bool flag. Wednesday, May 1, 2013, 1:51:23 PM, you wrote: > Yes, this patch is already committed to 3.3.x/Master. Below is a patch > that will cleanly apply to 3.2.0. > Brian > --- iocore/net/UnixConnection.cc2012-06-14 13:50

Re: [DISCUSS] EOL Apache Traffic Server v3.0 after v3.4 is released

2013-05-01 Thread Leif Hedstrom
On 5/1/13 8:33 AM, Leif Hedstrom wrote: On 5/1/13 1:53 AM, Daniel Gruno wrote: On 05/01/2013 02:49 AM, Leif Hedstrom wrote: On 4/30/13 6:13 PM, Leif Hedstrom wrote: ing what the users of ATS have to say about this. Indeed. Debian (and its users) for example will get ATS 3.0 when the new stabl

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread James Peach
On May 1, 2013, at 8:39 AM, Leif Hedstrom wrote: > On 5/1/13 6:58 AM, James Peach wrote: >> On May 1, 2013, at 12:48 AM, Igor Galić wrote: >> >>> Following this basic idea here >>> >>> >>> http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread James Peach
On May 1, 2013, at 10:18 AM, Igor Galić wrote: > > > - Original Message - >> Wednesday, May 1, 2013, 8:58:50 AM, you wrote: >> >>> On May 1, 2013, at 12:48 AM, Igor Galić >>> wrote: >> >> Following this basic idea here >> http://nadeausoftware.com/articles/2012/10/c_c_tip

Re: re EADDRNOTAVAIL

2013-05-01 Thread Brian Geffon
Yes, this patch is already committed to 3.3.x/Master. Below is a patch that will cleanly apply to 3.2.0. Brian --- iocore/net/UnixConnection.cc2012-06-14 13:50:54.0 -0700 +++ iocore/net/UnixConnection.cc2012-10-16 14:45:43.0 -0700 @@ -223,6 +223,7 @@ // addres

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread Igor Galić
- Original Message - > Wednesday, May 1, 2013, 8:58:50 AM, you wrote: > > > On May 1, 2013, at 12:48 AM, Igor Galić > > wrote: > > > >> Following this basic idea here > > >> > >> http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread Leif Hedstrom
On 5/1/13 6:58 AM, James Peach wrote: On May 1, 2013, at 12:48 AM, Igor Galić wrote: Following this basic idea here http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros I'd like to add a build/base_compiler.m4 - that runs

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread Alan M. Carroll
Wednesday, May 1, 2013, 8:58:50 AM, you wrote: > On May 1, 2013, at 12:48 AM, Igor Galić wrote: >> Following this basic idea here >> >> http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros > This is a great idea. You shoul

Re: [DISCUSS] EOL Apache Traffic Server v3.0 after v3.4 is released

2013-05-01 Thread Leif Hedstrom
On 5/1/13 1:53 AM, Daniel Gruno wrote: On 05/01/2013 02:49 AM, Leif Hedstrom wrote: On 4/30/13 6:13 PM, Leif Hedstrom wrote: ing what the users of ATS have to say about this. Indeed. Debian (and its users) for example will get ATS 3.0 when the new stable version will be released presumably thi

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread James Peach
On May 1, 2013, at 12:48 AM, Igor Galić wrote: > > Following this basic idea here > > > http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros > > I'd like to add a build/base_compiler.m4 - that runs this program: > ># in

Re: [DISCUSS] EOL Apache Traffic Server v3.0 after v3.4 is released

2013-05-01 Thread Daniel Gruno
On 05/01/2013 02:49 AM, Leif Hedstrom wrote: > On 4/30/13 6:13 PM, Leif Hedstrom wrote: >> ing what the users of ATS have to say about this. >>> Indeed. Debian (and its users) for example will get ATS 3.0 when the new >>> stable version will be released presumably this week with its own 3 year >>>

Re: git commit: TS-1864 Rearrange some of the autoconf code, order matters

2013-05-01 Thread Igor Galić
Following this basic idea here http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros I'd like to add a build/base_compiler.m4 - that runs this program: # include int main (void) { printf ( #if defined(__cla