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

Update bash #18231

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Update bash #18231

merged 1 commit into from
Jan 14, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 14, 2025

Changes:

Changes:

- tianon/docker-bash@cf93d1e: Update devel to 20250109, commit 2ea356081dbfbac2c791f9b8072ed4b824e3d9df
@tianon tianon requested review from LaurentGoderre and a team as code owners January 14, 2025 18:41
Copy link

Diff for 32038ce:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fb689d9..5dd3e4f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 7414f66135e4327b0cca7644bdaf98f22e227c6c
 Directory: 5.3-rc
 
-Tags: devel-20241230, devel, devel-20241230-alpine3.21, devel-alpine3.21
+Tags: devel-20250109, devel, devel-20250109-alpine3.21, devel-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: b8135e80fc12454bfece459d17982521e4b4ee95
+GitCommit: cf93d1eb3fc3cead6f0d63b091a41ea1ddf3afb2
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 30ce1a3..82871cf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,8 +54,8 @@ bash:5.3-rc
 bash:5.3-rc-alpine3.21
 bash:alpine3.21
 bash:devel
-bash:devel-20241230
-bash:devel-20241230-alpine3.21
+bash:devel-20250109
+bash:devel-20250109-alpine3.21
 bash:devel-alpine3.21
 bash:latest
 bash:rc
diff --git a/bash_devel-alpine3.21/Dockerfile b/bash_devel-alpine3.21/Dockerfile
index af90be3..b295d7e 100644
--- a/bash_devel-alpine3.21/Dockerfile
+++ b/bash_devel-alpine3.21/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.21
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT 5114e17172276cf5a2f889f8037ae58c4cb05bb9
-# fix issue with failed history expansion changing the history list offset; fix some tests to avoid problems with error messages that differ between systems; fix issue with readline rl_abort not clearing any pending command to execute
-ENV _BASH_VERSION devel-20241230
+ENV _BASH_COMMIT 2ea356081dbfbac2c791f9b8072ed4b824e3d9df
+# documentation updates; test suite updates to reduce extraneous diff output; don't export BASHOPTS into running tests
+ENV _BASH_VERSION devel-20250109
 # 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 a0decce into docker-library:master Jan 14, 2025
18 checks passed
@yosifkit yosifkit deleted the bash branch January 14, 2025 19:57
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