Re: Windows :: mod_md v2.2.3

2019-11-13 Thread Stefan Eissing
Let's wait for our US based colleagues to wake up and have a cup of coffee or 
two...

> Am 13.11.2019 um 14:01 schrieb Steffen :
> 
> What is the procedure ? Do we need a separate vote “for stable” topic ?
> 
> Steffen
> 
> 
>> Op 13 nov. 2019 om 12:20 heeft Stefan Eissing  
>> het volgende geschreven:
>> 
>>> Am 13.11.2019 um 11:37 schrieb Steffen :
>>> 
>>> +1 For me it is time to mark mod_md as "Stable".
>>> 
>>> I do not foresee expanding functions now we have ACMEv2, OCSP stapling, 
>>> tls-alpn-01, wildcard etc.
>>> 
>>> The implemented stapling is  great, I recommend it over the mod_ssl 
>>> stapling. Also I like the mod_status information.
>>> 
>>> Tested /branches/v2.2.3  intensive and running in production, no issues 
>>> seen.
>> 
>> +1 from me as well. 
>> 
>>> I had some notes at https://bz.apache.org/bugzilla/show_bug.cgi?id=63877   
>>> They are just to make it a little more user-friendly.
>> 
>> Still on my list. 
>> 
>>> Thanks! Stephan
>>> 
>>> Steffen
>>> 
>>> 
>>> 
>> 
> 



Re: Windows :: mod_md v2.2.3

2019-11-13 Thread Steffen
What is the procedure ? Do we need a separate vote “for stable” topic ?

Steffen


> Op 13 nov. 2019 om 12:20 heeft Stefan Eissing  
> het volgende geschreven:
> 
>> Am 13.11.2019 um 11:37 schrieb Steffen :
>> 
>> +1 For me it is time to mark mod_md as "Stable".
>> 
>> I do not foresee expanding functions now we have ACMEv2, OCSP stapling, 
>> tls-alpn-01, wildcard etc.
>> 
>> The implemented stapling is  great, I recommend it over the mod_ssl 
>> stapling. Also I like the mod_status information.
>> 
>> Tested /branches/v2.2.3  intensive and running in production, no issues seen.
> 
> +1 from me as well. 
> 
>> I had some notes at https://bz.apache.org/bugzilla/show_bug.cgi?id=63877   
>> They are just to make it a little more user-friendly.
> 
> Still on my list. 
> 
>> Thanks! Stephan
>> 
>> Steffen
>> 
>> 
>> 
> 



Re: Windows :: mod_md v2.2.3

2019-11-13 Thread Stefan Eissing



> Am 13.11.2019 um 11:37 schrieb Steffen :
> 
> 
> 
> 
> +1 For me it is time to mark mod_md as "Stable".
> 
> I do not foresee expanding functions now we have ACMEv2, OCSP stapling, 
> tls-alpn-01, wildcard etc.
> 
> The implemented stapling is  great, I recommend it over the mod_ssl stapling. 
> Also I like the mod_status information.
> 
> Tested /branches/v2.2.3  intensive and running in production, no issues seen.

+1 from me as well. 

> I had some notes at https://bz.apache.org/bugzilla/show_bug.cgi?id=63877   
> They are just to make it a little more user-friendly.

Still on my list. 

> Thanks! Stephan
> 
> Steffen
> 
> 
> 



Windows :: mod_md v2.2.3

2019-11-13 Thread Steffen





+1 For me it is time to mark mod_md as "Stable".

I do not foresee expanding functions now we have ACMEv2, OCSP 
stapling, tls-alpn-01, wildcard etc.


The implemented stapling is  great, I recommend it over the mod_ssl 
stapling. Also I like the mod_status information.


Tested /branches/v2.2.3  intensive and running in production, no 
issues seen.



I had some notes at 
https://bz.apache.org/bugzilla/show_bug.cgi?id=63877   They are just 
to make it a little more user-friendly.



Thanks! Stephan

Steffen





Re: svn commit: r1869729 - /httpd/httpd/trunk/.travis.yml

2019-11-13 Thread Luca Toscano
Il giorno mer 13 nov 2019 alle ore 09:50  ha scritto:
>
> Author: jorton
> Date: Wed Nov 13 08:50:25 2019
> New Revision: 1869729
>
> URL: http://svn.apache.org/viewvc?rev=1869729=rev
> Log:
> Test IRC and e-mail notifications.
>
> Modified:
> httpd/httpd/trunk/.travis.yml
>
> Modified: httpd/httpd/trunk/.travis.yml
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869729=1869728=1869729=diff
> ==
> --- httpd/httpd/trunk/.travis.yml (original)
> +++ httpd/httpd/trunk/.travis.yml Wed Nov 13 08:50:25 2019
> @@ -117,3 +117,8 @@ before_script:
>
>  script:
>- ./test/travis_run_${TRAVIS_OS_NAME}.sh
> +
> +notifications:
> +  irc: "chat.freenode.net#httpd-dev"
> +  email:
> +- jor...@apache.org
>
>

>From my IRC client (#httpd-dev):

:: Join: travis-ci
(~travis...@ec2-54-89-81-231.compute-1.amazonaws.com) to #httpd-dev
 apache/httpd#44 (trunk - a66fab5 : Joe Orton): The build passed.
 Change view :
https://github.com/apache/httpd/compare/bcfd0565d4fb...a66fab5a0c42
 Build details : https://travis-ci.org/apache/httpd/builds/611268751

Nice!

Luca