Packages build status for www/apache24?

What's going on with the package builds for the apache24 port? A bunch of security vulnerabilities were announced on Tuesday [1] [2] (including RCE and privilege escalation) and the port [3] was updated yesterday, but there aren't any packages available for FreeBSD 15 yet, at least not for the quarterly branch.

From the build status page [4], it seems like a build of the default branch finished recently, although it's not reflected on FreshPorts yet, but I don't see anything about the quarterly branch. Is there a job running currently? How can I see the status of that?

Are these build jobs not triggered automatically in cases like these? Or do they just take several days to work their way through the job queue?
 
Security updates have been merged to the quarterly branch, but the builds there haven't been done yet.
 
If the delay between ports and packages worries you do what I do and build them yourself with
ports-mgmt/poudriere. Once set up it automates everything and can be run from a cron job. I have a VM which builds packages I use on my server every morning so I am never more than a few hours behind the port in getting the package. It's well-documented and it saves a lot of frustration with waiting for a packager to produce the official build.
 
Back
Top