summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Youell <cameronyouell@gmail.com>2023-03-27 19:45:44 +1100
committerLinus Groh <mail@linusgroh.de>2023-03-27 14:27:32 +0100
commit884d5720d6fff37b6dfd3458b5f516fdb641efb9 (patch)
tree51bed0463d462000a4589e21d63328c26b31a882
parentcff303bd6983cd05848b6f43fb93ec9f346ae9ab (diff)
downloadserenity-884d5720d6fff37b6dfd3458b5f516fdb641efb9.zip
Ports/bash: Update bash to version 5.2.15
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/bash/package.sh14
2 files changed, 8 insertions, 8 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 28915e7a8e..2f8726d303 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -14,7 +14,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`aria2`](aria2/) | aria2 | 1.36.0 | https://aria2.github.io |
| [`awk`](awk/) | The One True Awk | 20220122 | https://github.com/onetrueawk/awk |
| [`backward-cpp`](backward-cpp/) | Backward-cpp | 1.6 | https://github.com/bombela/backward-cpp |
-| [`bash`](bash/) | GNU Bash | 5.1.16 | https://www.gnu.org/software/bash/ |
+| [`bash`](bash/) | GNU Bash | 5.2.15 | https://www.gnu.org/software/bash/ |
| [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games |
| [`bc`](bc/) | bc | 6.1.1 | https://github.com/gavinhoward/bc |
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc |
diff --git a/Ports/bash/package.sh b/Ports/bash/package.sh
index c7d1af0e9b..2a86aabe2a 100755
--- a/Ports/bash/package.sh
+++ b/Ports/bash/package.sh
@@ -1,14 +1,14 @@
#!/usr/bin/env -S bash ../.port_include.sh
-port=bash
-version=5.1.16
-useconfigure=true
-use_fresh_config_sub=true
-use_fresh_config_guess=true
+port='bash'
+version='5.2.15'
+useconfigure='true'
+use_fresh_config_sub='true'
+use_fresh_config_guess='true'
config_sub_paths=("support/config.sub")
config_guess_paths=("support/config.guess")
configopts=("--disable-nls" "--without-bash-malloc")
-files="https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz bash-${version}.tar.gz 5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558"
-auth_type="sha256"
+files="https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz bash-${version}.tar.gz 13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c"
+auth_type='sha256'
build() {
run_replace_in_file "s/define GETCWD_BROKEN 1/undef GETCWD_BROKEN/" config.h