Skip to content

Update bash #19188

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

Merged
merged 1 commit into from
Jun 3, 2025
Merged

Update bash #19188

merged 1 commit into from
Jun 3, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 3, 2025

Changes:

Changes:

- tianon/docker-bash@75f0b3a: Update devel to 20250530, commit dbe4256d5ea02fec1817fe7e275b0e534dc33a40
@tianon tianon requested review from LaurentGoderre and a team as code owners June 3, 2025 17:45
Copy link

github-actions bot commented Jun 3, 2025

Diff for 9f4b943:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4981cb5..6bab031 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: b8c645d094186ccdca78c724ed020a27588b253b
 Directory: 5.3-rc
 
-Tags: devel-20250519, devel, devel-20250519-alpine3.22, devel-alpine3.22
+Tags: devel-20250530, devel, devel-20250530-alpine3.22, devel-alpine3.22
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: feb2be0730930f6ea37410f51ea2d34ad153abbf
+GitCommit: 75f0b3a327b75aab36bb72839fe586cdee72c983
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 2d0d06f..a5ec1d0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,8 +54,8 @@ bash:5.3-rc2-alpine3.22
 bash:5.3-rc-alpine3.22
 bash:alpine3.22
 bash:devel
-bash:devel-20250519
-bash:devel-20250519-alpine3.22
+bash:devel-20250530
+bash:devel-20250530-alpine3.22
 bash:devel-alpine3.22
 bash:latest
 bash:rc
diff --git a/bash_devel-alpine3.22/Dockerfile b/bash_devel-alpine3.22/Dockerfile
index ed44bf0..61398d3 100644
--- a/bash_devel-alpine3.22/Dockerfile
+++ b/bash_devel-alpine3.22/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.22
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT 870ad4c92b771aafe5b444792a8fa904b2d4a418
-# some fixes for static analysis findings; fix for brace expansion being too greedy checking sequence expressions; fix for strip targets when cross-compiling
-ENV _BASH_VERSION devel-20250519
+ENV _BASH_COMMIT dbe4256d5ea02fec1817fe7e275b0e534dc33a40
+# fix for namerefs referencing an unset array index with nounset enabled; addition to buildconf.h.in for C23 compilers
+ENV _BASH_VERSION devel-20250530
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 COPY alpine-strcpy.patch /usr/local/src/tianon-bash-patches/

Relevant Maintainers:

@yosifkit yosifkit merged commit 5956506 into docker-library:master Jun 3, 2025
18 checks passed
@yosifkit yosifkit deleted the bash branch June 3, 2025 22:35
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.

3 participants