Skip to content

Updating version for httpd for latest #1183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_versions:
- name: php
version: 8.1.32
- name: httpd
version: 2.4.63
version: 2.4.65
- name: newrelic
version: 10.21.0.11
- name: nginx
Expand Down Expand Up @@ -75,21 +75,21 @@ dependencies:
source: https://github.com/composer/composer/releases/download/2.8.8/composer.phar
source_sha256: 957263e284b9f7a13d7f475dc65f3614d151b0c4dcc7e8761f7e7f749447fb68
- name: httpd
version: 2.4.63
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.63_linux_x64_cflinuxfs3_0ba61a88.tgz
sha256: 0ba61a886fae10e47ba00614ce2df3213698d86442eb64000aa3c718c39e5761
version: 2.4.65
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.65_linux_x64_cflinuxfs3_cbd3d11c.tgz
sha256: cbd3d11c4d08940b4b3313e6951c13e3e8d101b0921f713995f4f2e4669111fe
cf_stacks:
- cflinuxfs3
source: https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.bz2
source_sha256: 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
source: https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.bz2
source_sha256: 58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3
- name: httpd
version: 2.4.63
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.63_linux_x64_cflinuxfs4_cf38773e.tgz
sha256: cf38773e753f482597c5a30bf549662018bf8e7bf82a232a891a31ea057572a9
version: 2.4.65
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.65_linux_x64_cflinuxfs4_78b49a01.tgz
sha256: 78b49a013afaa5e498a609aaa9d93a5ca0af3d037503cc5f83c0456858619639
cf_stacks:
- cflinuxfs4
source: https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.bz2
source_sha256: 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
source: https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.bz2
source_sha256: 58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3
- name: newrelic
version: 10.21.0.11
uri: https://download.newrelic.com/php_agent/archive/10.21.0.11/newrelic-php5-10.21.0.11-linux.tar.gz
Expand Down
Loading