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

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Update bash #16157

merged 1 commit into from
Jan 30, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@a73419d: Update devel to 20240127, commit 138f3cc3591163d18ee4b6390ecd6894d5d16977
Copy link

Diff for d405e24:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 667cde5..98063da 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,7 +56,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 3eae20ac57eaeb63ef9e438b67bfc135a948995a
 Directory: 5.2
 
-Tags: devel-20240119, devel, devel-20240119-alpine3.19, devel-alpine3.19
+Tags: devel-20240127, devel, devel-20240127-alpine3.19, devel-alpine3.19
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8cdb8caa08aaf2877e147af0c1d271ee7f8d5d60
+GitCommit: a73419dd41485209a91d46271887b900d8810fcc
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 5ae5ac5..aa9f454 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -50,7 +50,7 @@ bash:5.2.26
 bash:5.2.26-alpine3.19
 bash:alpine3.19
 bash:devel
-bash:devel-20240119
-bash:devel-20240119-alpine3.19
+bash:devel-20240127
+bash:devel-20240127-alpine3.19
 bash:devel-alpine3.19
 bash:latest
diff --git a/bash_devel-alpine3.19/Dockerfile b/bash_devel-alpine3.19/Dockerfile
index 1d0c0fb..863908f 100644
--- a/bash_devel-alpine3.19/Dockerfile
+++ b/bash_devel-alpine3.19/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.19
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT a4f44b7a11af874556529209fae7e8d261d51293
-# fix bug parsing a compound assignment inside a (( nested subshell; man page style and formatting updates
-ENV _BASH_VERSION devel-20240119
+ENV _BASH_COMMIT 138f3cc3591163d18ee4b6390ecd6894d5d16977
+# make completion of nofork comsubs a little better; fix leaks on signals for non-incremental searches; fix leaks in readstr interface
+ENV _BASH_VERSION devel-20240127
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit 4576aff into docker-library:master Jan 30, 2024
17 checks passed
@tianon tianon deleted the bash branch January 30, 2024 22:43
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