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

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Update bash #17187

merged 1 commit into from
Jul 16, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@8f3e43f: Update devel to 20240711, commit d3e86e66ce857a8dc02e3116fd98b6e5b34d6364
- tianon/docker-bash@ca18202: Update to actions/checkout@v4 🙃
@yosifkit yosifkit requested a review from a team as a code owner July 16, 2024 16:19
Copy link

Diff for b3e2ada:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index af2ef9c..914d87b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: f487bffdced60fba425283c84317e6492488a252
 Directory: 5.3-rc
 
-Tags: devel-20240706, devel, devel-20240706-alpine3.20, devel-alpine3.20
+Tags: devel-20240711, devel, devel-20240711-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8f17b86ca80f75e0c7a0740b9d3ce8865c5d4513
+GitCommit: 8f3e43fabdd7d92ecf33881c7cc69a5b847d096b
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 8bf5e35..95fba0d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,8 +54,8 @@ bash:5.3-rc
 bash:5.3-rc-alpine3.20
 bash:alpine3.20
 bash:devel
-bash:devel-20240706
-bash:devel-20240706-alpine3.20
+bash:devel-20240711
+bash:devel-20240711-alpine3.20
 bash:devel-alpine3.20
 bash:latest
 bash:rc
diff --git a/bash_devel-alpine3.20/Dockerfile b/bash_devel-alpine3.20/Dockerfile
index 8a75019..baf14c3 100644
--- a/bash_devel-alpine3.20/Dockerfile
+++ b/bash_devel-alpine3.20/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.20
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT a91b8b077300b0a2a7daefe02f0363f9116e00d5
-# doc changes for --rcfile; fix isearch undo list incompatibility with bash-5.2; non-inc search preserves undo lists in history entries
-ENV _BASH_VERSION devel-20240706
+ENV _BASH_COMMIT d3e86e66ce857a8dc02e3116fd98b6e5b34d6364
+# reap and store status of process substitutions even when there are no jobs; fix issue with optimizing shell functions that set RETURN trap; fix issue with procsubs and eval allowing '<file'; fix for fignore and ignorning completions
+ENV _BASH_VERSION devel-20240711
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit b3a4bde into docker-library:master Jul 16, 2024
18 checks passed
@yosifkit yosifkit deleted the bash branch July 16, 2024 21:39
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