Skip to content
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

[security] Update httpd #16539

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Apr 4, 2024

Changes:

- docker-library/httpd@082047a: Update to 2.4.59
@yosifkit yosifkit requested a review from a team as a code owner April 4, 2024 18:38
Copy link

github-actions bot commented Apr 4, 2024

Diff for 12f9754:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7d5905f..bfdafad 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/httpd.git
 
-Tags: 2.4.58, 2.4, 2, latest, 2.4.58-bookworm, 2.4-bookworm, 2-bookworm, bookworm
+Tags: 2.4.59, 2.4, 2, latest, 2.4.59-bookworm, 2.4-bookworm, 2-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 89aed068235d9a480f245e03edf038621ab8ed8f
+GitCommit: 082047ae2f5373e3f542f983a7997b8f957ed518
 Directory: 2.4
 
-Tags: 2.4.58-alpine, 2.4-alpine, 2-alpine, alpine, 2.4.58-alpine3.19, 2.4-alpine3.19, 2-alpine3.19, alpine3.19
+Tags: 2.4.59-alpine, 2.4-alpine, 2-alpine, alpine, 2.4.59-alpine3.19, 2.4-alpine3.19, 2-alpine3.19, alpine3.19
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8a57cc5e01d709b1ae7176a2e85a47923865da0c
+GitCommit: 082047ae2f5373e3f542f983a7997b8f957ed518
 Directory: 2.4/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 10b80f2..d04a7fe 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ httpd:2.4
 httpd:2.4-alpine
 httpd:2.4-alpine3.19
 httpd:2.4-bookworm
-httpd:2.4.58
-httpd:2.4.58-alpine
-httpd:2.4.58-alpine3.19
-httpd:2.4.58-bookworm
+httpd:2.4.59
+httpd:2.4.59-alpine
+httpd:2.4.59-alpine3.19
+httpd:2.4.59-bookworm
 httpd:alpine
 httpd:alpine3.19
 httpd:bookworm
diff --git a/httpd_alpine3.19/Dockerfile b/httpd_alpine3.19/Dockerfile
index c61d98b..417714e 100644
--- a/httpd_alpine3.19/Dockerfile
+++ b/httpd_alpine3.19/Dockerfile
@@ -26,8 +26,8 @@ RUN set -eux; \
 		perl \
 	;
 
-ENV HTTPD_VERSION 2.4.58
-ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
+ENV HTTPD_VERSION 2.4.59
+ENV HTTPD_SHA256 ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
 
 # https://httpd.apache.org/security/vulnerabilities_24.html
 ENV HTTPD_PATCHES=""
diff --git a/httpd_bookworm/Dockerfile b/httpd_bookworm/Dockerfile
index 9bf1231..dbd6d42 100644
--- a/httpd_bookworm/Dockerfile
+++ b/httpd_bookworm/Dockerfile
@@ -22,8 +22,8 @@ RUN set -eux; \
 	; \
 	rm -rf /var/lib/apt/lists/*
 
-ENV HTTPD_VERSION 2.4.58
-ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
+ENV HTTPD_VERSION 2.4.59
+ENV HTTPD_SHA256 ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
 
 # https://httpd.apache.org/security/vulnerabilities_24.html
 ENV HTTPD_PATCHES=""

Relevant Maintainers:

@yosifkit yosifkit changed the title Update httpd [security] Update httpd Apr 4, 2024
@tianon tianon merged commit 3de2d29 into docker-library:master Apr 5, 2024
7 checks passed
@tianon tianon deleted the httpd branch April 5, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants