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

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Update bash #18127

merged 1 commit into from
Dec 19, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 18, 2024

Changes:

Changes:

- tianon/docker-bash@7414f66: Update 5.3-rc to 5.3-beta
- tianon/docker-bash@be3e1c0: Update devel to 20241213, commit bb56d620e075e3c96ae84b52de6b74683d9ab320
- tianon/docker-bash@1e72376: Simplify and update `verify-templating.yml`
@tianon tianon requested a review from a team as a code owner December 18, 2024 05:56
Copy link

Diff for e2bd4c5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 317d9c8..086d217 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,12 +56,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 712b1f0c63d45c37d1072e6e9e635da1edfb0734
 Directory: 5.2
 
-Tags: 5.3-alpha, 5.3-rc, rc, 5.3-alpha-alpine3.21, 5.3-rc-alpine3.21, rc-alpine3.21
+Tags: 5.3-beta, 5.3-rc, rc, 5.3-beta-alpine3.21, 5.3-rc-alpine3.21, rc-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 712b1f0c63d45c37d1072e6e9e635da1edfb0734
+GitCommit: 7414f66135e4327b0cca7644bdaf98f22e227c6c
 Directory: 5.3-rc
 
-Tags: devel-20241126, devel, devel-20241126-alpine3.21, devel-alpine3.21
+Tags: devel-20241213, devel, devel-20241213-alpine3.21, devel-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 4811b83a9b81e2af6587fbe01c7932a078cb1acc
+GitCommit: be3e1c000bbc0a118e3d28f44e9e2a34fcb504d8
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index e3f9e8c..c5a4a00 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -48,14 +48,14 @@ bash:5.2
 bash:5.2-alpine3.21
 bash:5.2.37
 bash:5.2.37-alpine3.21
-bash:5.3-alpha
-bash:5.3-alpha-alpine3.21
+bash:5.3-beta
+bash:5.3-beta-alpine3.21
 bash:5.3-rc
 bash:5.3-rc-alpine3.21
 bash:alpine3.21
 bash:devel
-bash:devel-20241126
-bash:devel-20241126-alpine3.21
+bash:devel-20241213
+bash:devel-20241213-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 024f646..5104048 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 49c2670226b045746d66765b23af37c1c7ba5597
-# add warning message for null arg to printf %d; update command -v help string; Makefile updates to uninstall directories
-ENV _BASH_VERSION devel-20241126
+ENV _BASH_COMMIT bb56d620e075e3c96ae84b52de6b74683d9ab320
+# more documentation updates; fix two issues when displaying readline completions; fix another use-after-free error with readline undo lists
+ENV _BASH_VERSION devel-20241213
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 COPY alpine-strcpy.patch /usr/local/src/tianon-bash-patches/
diff --git a/bash_rc-alpine3.21/Dockerfile b/bash_rc-alpine3.21/Dockerfile
index 7a2bf3e..afa3b2e 100644
--- a/bash_rc-alpine3.21/Dockerfile
+++ b/bash_rc-alpine3.21/Dockerfile
@@ -7,8 +7,8 @@
 FROM alpine:3.21
 
 # https://ftp.gnu.org/gnu/bash/?C=M;O=D
-ENV _BASH_VERSION 5.3-alpha
-ENV _BASH_BASELINE 5.3-alpha
+ENV _BASH_VERSION 5.3-beta
+ENV _BASH_BASELINE 5.3-beta
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit 3969180 into docker-library:master Dec 19, 2024
18 checks passed
@tianon tianon deleted the bash branch December 19, 2024 20: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