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

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Update bash #17313

merged 1 commit into from
Aug 6, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 6, 2024

Changes:

Changes:

- tianon/docker-bash@b9f3fba: Update devel to 20240730, commit e45ec6f76bea49cf8df306ac45022306831ed086
- tianon/docker-bash@b4a43db: Update 5.2
@tianon tianon requested a review from a team as a code owner August 6, 2024 18:00
Copy link

github-actions bot commented Aug 6, 2024

Diff for 6e702ac:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 90d04aa..d024c5f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -53,7 +53,7 @@ Directory: 5.1
 
 Tags: 5.2.32, 5.2, 5, latest, 5.2.32-alpine3.20, 5.2-alpine3.20, 5-alpine3.20, alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 95adeb6b0abeb0db1244107df795e1f5a1560877
+GitCommit: b4a43db2826bfa7fd10beb8352ac4891d3ded65a
 Directory: 5.2
 
 Tags: 5.3-alpha, 5.3-rc, rc, 5.3-alpha-alpine3.20, 5.3-rc-alpine3.20, rc-alpine3.20
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: f487bffdced60fba425283c84317e6492488a252
 Directory: 5.3-rc
 
-Tags: devel-20240726, devel, devel-20240726-alpine3.20, devel-alpine3.20
+Tags: devel-20240730, devel, devel-20240730-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 95a1ab2021358f4a1146d5b0cf462b0f40ec9860
+GitCommit: b9f3fba007d7d27ace88ef8f77346b1b24e8d41f
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 3292221..6aa6f52 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-20240726
-bash:devel-20240726-alpine3.20
+bash:devel-20240730
+bash:devel-20240730-alpine3.20
 bash:devel-alpine3.20
 bash:latest
 bash:rc
diff --git a/bash_alpine3.20/Dockerfile b/bash_alpine3.20/Dockerfile
index 87a02d1..68b8d57 100644
--- a/bash_alpine3.20/Dockerfile
+++ b/bash_alpine3.20/Dockerfile
@@ -8,8 +8,8 @@ FROM alpine:3.20
 
 # https://ftp.gnu.org/gnu/bash/?C=M;O=D
 ENV _BASH_VERSION 5.2.32
-ENV _BASH_BASELINE 5.2.21
-ENV _BASH_BASELINE_PATCH 21
+ENV _BASH_BASELINE 5.2.32
+ENV _BASH_BASELINE_PATCH 32
 # https://ftp.gnu.org/gnu/bash/bash-5.2-patches/?C=M;O=D
 ENV _BASH_LATEST_PATCH 32
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
diff --git a/bash_devel-alpine3.20/Dockerfile b/bash_devel-alpine3.20/Dockerfile
index 1a32653..819e9ee 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 d5ef283cbdd08217efdc55974a6a8a2c52a7562f
-# fix issue with invalidating pointer to last procsub; fix boundary issues with small reallocs
-ENV _BASH_VERSION devel-20240726
+ENV _BASH_COMMIT e45ec6f76bea49cf8df306ac45022306831ed086
+# new bash_source_fullpath shell option; documentation updates for wait builtin
+ENV _BASH_VERSION devel-20240730
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit b72e68a into docker-library:master Aug 6, 2024
18 checks passed
@yosifkit yosifkit deleted the bash branch August 6, 2024 23:07
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