Re: pytest results for 2.4.59

2024-04-04 Thread Ruediger Pluem
On 4/5/24 12:59 AM, Rainer Jung wrote: > I think I fixed all test failures, hopefully in the correct way. More eyes > welcome. > > I have a few additional sporadic ERRORS: > > A] ERROR during teardown check for log file errors or warnings (twice): > > 04.04.2024 21:14:42.205465

Re: pytest results for 2.4.59

2024-04-04 Thread Rainer Jung
I think I fixed all test failures, hopefully in the correct way. More eyes welcome. I have a few additional sporadic ERRORS: A] ERROR during teardown check for log file errors or warnings (twice): 04.04.2024 21:14:42.205465 ___ ERROR at teardown of TestStatus.test_md_920_020

pytest results for 2.4.59

2024-04-04 Thread Rainer Jung
Hi there, first although I saw very few pytest failures, I think the results are overall fine and good enough for release. I first had to find out, that I need to build the h2ws websocket client during httpd build (for websocket tests) and use the right multipart python module

Re: [ANNOUNCEMENT] Apache HTTP Server 2.4.59 Released

2024-04-04 Thread Eric Covener
Resolved now, took a todo to make sure we don't get this far in the process if the site cannot be re-built. On Thu, Apr 4, 2024 at 11:33 AM Eric Covener wrote: > > Thanks/Sorry, working on it now. > > On Thu, Apr 4, 2024 at 11:23 AM BUSH Steve via dev > wrote: > > > > Hi Eric, > > > > > > > >

Re: [ANNOUNCEMENT] Apache HTTP Server 2.4.59 Released

2024-04-04 Thread Eric Covener
Thanks/Sorry, working on it now. On Thu, Apr 4, 2024 at 11:23 AM BUSH Steve via dev wrote: > > Hi Eric, > > > > Just an FYI: The https://httpd.apache.org/security/vulnerabilities_24.html > file is missing. > > > > https://httpd.apache.org/security/ > > > > Thanks, > > Steve Bush > > > > From:

RE: [ANNOUNCEMENT] Apache HTTP Server 2.4.59 Released

2024-04-04 Thread BUSH Steve via dev
Hi Eric, Just an FYI: The https://httpd.apache.org/security/vulnerabilities_24.html file is missing. https://httpd.apache.org/security/ Thanks, Steve Bush From: covener Sent: Thursday, April 4, 2024 6:54 AM To: annou...@httpd.apache.org Subject: [ANNOUNCEMENT] Apache HTTP Server 2.4.59

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Stefan Eissing via dev
> Am 04.04.2024 um 16:22 schrieb jean-frederic clere : > > On 4/4/24 13:59, SteffenAL wrote: >> Thanks for the hint. >> Yep, needed an extra include. Not using cmake. >> mod_http2 shows still version 2.0.22 (h2_version.h). >> Should it be 2.0.26 ? > > or better 2.0.27? ;-) > > We picked the

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread jean-frederic clere
On 4/4/24 13:59, SteffenAL wrote: Thanks for the hint. Yep, needed an extra include. Not using cmake. mod_http2 shows still version 2.0.22 (h2_version.h). Should it be 2.0.26 ? or better 2.0.27? ;-) We picked the fixes but not version... Steffen On Thursday 04/04/2024 at 13:25,

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Jim Jagielski
+1: macOS 14.4.1/Xcode 15.3, CentOS8, Ubuntu 18.04LTS, 20.04LTS, 22.04LTS > On Apr 3, 2024, at 8:26 AM, Eric Covener wrote: > > Hi all, > > (After only minor embarrassment of patching tags/2.4.55 instead of 2.4.x...) > > Please find below the proposed release tarball and signatures: > >

Re: mod_systemd: refactor to get rid of libsystemd dependency?

2024-04-04 Thread Jim Jagielski
+1 > On Apr 4, 2024, at 5:43 AM, Ruediger Pluem wrote: > > > > On 4/3/24 4:32 PM, Joe Orton wrote: >> On Tue, Apr 02, 2024 at 12:25:40PM +0200, Rainer Jung wrote: >>> Hi there, >>> >>> in the light of the recent xz attack I was wondering, whether we should also >>> reduce our library

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Eric Covener
On Thu, Apr 4, 2024 at 8:12 AM Eric Covener wrote: Proceeding with release now, thanks everyone for testing. > FYI I plan to call this in about an hour with the following binding +1: > covener, icing, jorton, thumbs, gbechis, jfclere, ylavic, minfrin -- Eric Covener cove...@gmail.com

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Eric Covener
FYI I plan to call this in about an hour with the following binding +1: covener, icing, jorton, thumbs, gbechis, jfclere, ylavic, minfrin -- Eric Covener cove...@gmail.com

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread SteffenAL
Thanks for the hint. Yep, needed an extra include. Not using cmake. mod_http2 shows still version 2.0.22 (h2_version.h). Should it be 2.0.26 ? Steffen On Thursday 04/04/2024 at 13:25, jean-frederic clere wrote: On 4/4/24 12:49, Steffen Land wrote: -1 Get an error: Error C2065

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread jean-frederic clere
On 4/4/24 12:49, Steffen Land wrote: -1 Get an error: Error C2065 'DAV_WALKTYPE_TOLERANT': undeclared identifier mod_dav_fs C:\VS17\Win32\httpd-2.4\modules\dav\fs\repos.c 1599 I didn't see any problem while building on windows (using cmake and VS19). +++ Mode

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Yann Ylavic
On Thu, Apr 4, 2024 at 12:52 PM Steffen Land wrote: > > -1 > Get an error: > > Error C2065 'DAV_WALKTYPE_TOLERANT': undeclared identifier mod_dav_fs > C:\VS17\Win32\httpd-2.4\modules\dav\fs\repos.c 1599 Are you compiling with an old "mod_dav.h" somewhere in the -I[nclude] path?

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Ruediger Pluem
Are you sure that you did not use outdated headers somehow? DAV_WALKTYPE_TOLERANT is defined in modules/dav/main/mod_dav.h Regards Rüdiger On 4/4/24 12:49 PM, Steffen Land wrote: > -1 > Get an error: > > Error C2065 'DAV_WALKTYPE_TOLERANT': undeclared identifier mod_dav_fs >

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-04 Thread Steffen Land
-1 Get an error: Error C2065 'DAV_WALKTYPE_TOLERANT': undeclared identifier mod_dav_fs C:\VS17\Win32\httpd-2.4\modules\dav\fs\repos.c 1599 Steffen On 2024/04/03 12:26:09 Eric Covener wrote: > Hi all, > > (After only minor embarrassment of patching tags/2.4.55 instead

Re: mod_systemd: refactor to get rid of libsystemd dependency?

2024-04-04 Thread Ruediger Pluem
On 4/3/24 4:32 PM, Joe Orton wrote: > On Tue, Apr 02, 2024 at 12:25:40PM +0200, Rainer Jung wrote: >> Hi there, >> >> in the light of the recent xz attack I was wondering, whether we should also >> reduce our library dependencies by no longer using sd_notify() in >> mod_systemd (thus loading