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

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Update bash #15681

merged 1 commit into from
Nov 7, 2023

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Nov 7, 2023

Changes:

Changes:

- tianon/docker-bash@bd68c71: Update devel to 20231106, commit 511fef0f5c402483ca32f6b9b6a94ebdb7e5d2d5
Copy link

github-actions bot commented Nov 7, 2023

Diff for 0529a79:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 73b3340..71fd863 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,7 +56,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: fa56f3014aa4901e889d12910a711d1adc0fc6a6
 Directory: 5.2
 
-Tags: devel-20231030, devel, devel-20231030-alpine3.18, devel-alpine3.18
+Tags: devel-20231106, devel, devel-20231106-alpine3.18, devel-alpine3.18
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 16576ce16333b5ceb07045b2d4114d1594a3a70e
+GitCommit: bd68c713fb88af7365d921de614c2783766540e8
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 90bfdad..e88b102 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -50,7 +50,7 @@ bash:5.2.15
 bash:5.2.15-alpine3.18
 bash:alpine3.18
 bash:devel
-bash:devel-20231030
-bash:devel-20231030-alpine3.18
+bash:devel-20231106
+bash:devel-20231106-alpine3.18
 bash:devel-alpine3.18
 bash:latest
diff --git a/bash_devel-alpine3.18/Dockerfile b/bash_devel-alpine3.18/Dockerfile
index dd3bae1..efe308a 100644
--- a/bash_devel-alpine3.18/Dockerfile
+++ b/bash_devel-alpine3.18/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.18
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT fe24a6a55e8850298b496c5b9d82f1866eba190e
-# changes to SIGINT handler while waiting for a child; skip vertical whitespace after translating an integer
-ENV _BASH_VERSION devel-20231030
+ENV _BASH_COMMIT 511fef0f5c402483ca32f6b9b6a94ebdb7e5d2d5
+# new bindable readline command `execute-named-command', bound to M-x in emacs mode
+ENV _BASH_VERSION devel-20231106
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

Copy link
Contributor

@whalelines whalelines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whalelines
Copy link
Contributor

+# new bindable readline command execute-named-command', bound to M-x in emacs mode`

Is this a summary of the changes introduced in the version bump?

@yosifkit
Copy link
Member Author

yosifkit commented Nov 7, 2023

+# new bindable readline command `execute-named-command', bound to M-x in emacs mode

Is this a summary of the changes introduced in the version bump?

I think that's just the last commit message for the development branch of bash.

@yosifkit yosifkit merged commit 2d3897a into docker-library:master Nov 7, 2023
@yosifkit yosifkit deleted the bash branch November 7, 2023 23:09
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