Skip to content

Add httpd 2.4.67 for stack(s) cflinuxfs5#1279

Merged
ramonskie merged 1 commit into
masterfrom
add-httpd-2.4.67-cflinuxfs5
May 28, 2026
Merged

Add httpd 2.4.67 for stack(s) cflinuxfs5#1279
ramonskie merged 1 commit into
masterfrom
add-httpd-2.4.67-cflinuxfs5

Conversation

@ramonskie
Copy link
Copy Markdown
Contributor

Summary

  • Adds the missing httpd 2.4.67 dependency entry for cflinuxfs5
  • Removes the now-outdated httpd 2.4.66 entry for cflinuxfs5

Root Cause

The releng bot PR that bumped httpd to 2.4.67 was created by the update-httpd-latest-php Concourse job before the cflinuxfs5 build artifact was pushed to the builds git repo (race condition in the dependency-builds pipeline). This left the manifest in a broken state:

  • default_versions httpd bumped to 2.4.67
  • httpd 2.4.67 entry only present for cflinuxfs4
  • httpd 2.4.66 still present for cflinuxfs5

This caused buildpack-packager to fail with:

No matching default dependency httpd for stack cflinuxfs5

Fix

Manually adds the cflinuxfs5 entry using the binary that was already built and uploaded to S3:

  • URI: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs5_7e4a72af.tgz
  • sha256: 7e4a72af80eb30439bedd9d3affbe782512b15d7d5698e69a7f07760fb3dd52b

Fixes the failing CI job: php-buildpack/specs-switchblade-docker-cflinuxfs5

@ramonskie ramonskie merged commit 1fa4006 into master May 28, 2026
2 checks passed
@ramonskie ramonskie deleted the add-httpd-2.4.67-cflinuxfs5 branch May 28, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant