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 #18326

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Update bash #18326

merged 1 commit into from
Jan 28, 2025

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@eea20aa: Update devel to 20250124, commit 25e213a551dc808c7f29360075bad4806fb9fec5
- tianon/docker-bash@54a7847: Merge pull request tianon/docker-bash#46 from self-five/tests
- tianon/docker-bash@8f072da: Add more tests
- tianon/docker-bash@9d45ba2: Also apply job control fix to 4.4
Copy link

Diff for c26500a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index bffcefb..c3f2cee 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-20250117, devel, devel-20250117-alpine3.21, devel-alpine3.21
+Tags: devel-20250124, devel, devel-20250124-alpine3.21, devel-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 908898685c361ccbf932353cf9aa9a763b3ee3a4
+GitCommit: eea20aa3ca0430bafcfeb9d6fd28d2c6d3e55f04
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 8efd040..278eed3 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-20250117
-bash:devel-20250117-alpine3.21
+bash:devel-20250124
+bash:devel-20250124-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 7970790..542ed5d 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 42c49d621d9341a530bca9422d7000087593e6bb
-# fix issue with internally quoting multibyte characters; the let builtin now suppresses additional array subscript expansion; small change to how readline export-completions displays filenames; new loadable builtin to do floating-point arithmetic
-ENV _BASH_VERSION devel-20250117
+ENV _BASH_COMMIT 25e213a551dc808c7f29360075bad4806fb9fec5
+# taking the length of an unset variable subscripted with anything but @ or * is a fatal error; quote results of u prompt expansion; posix mode changes for exiting on -e when in a shell function; fix readline redisplay issue when bold prompt spans multiple lines
+ENV _BASH_VERSION devel-20250124
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 COPY alpine-strcpy.patch /usr/local/src/tianon-bash-patches/

Relevant Maintainers:

@tianon tianon merged commit 5e5c8b4 into docker-library:master Jan 28, 2025
18 checks passed
@tianon tianon deleted the bash branch January 28, 2025 22:53
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.

4 participants