aboutsummaryrefslogtreecommitdiff
path: root/extra/bash
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 09:31:19 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 09:31:19 +0300
commit2be9f8da8d1945c763d07141fa33f2f84f5d3d2d (patch)
tree5fcaa658dd2c5865af4f93450aeb5802bea8b9f8 /extra/bash
parent910b6590c6896a1c08ac694081fc10d141c2747c (diff)
downloadrepository-2be9f8da8d1945c763d07141fa33f2f84f5d3d2d.tar.gz
bash: bump to 5.1.p4
Diffstat (limited to 'extra/bash')
-rwxr-xr-xextra/bash/build4
-rw-r--r--extra/bash/checksums4
-rw-r--r--extra/bash/sources4
-rw-r--r--extra/bash/version2
4 files changed, 13 insertions, 1 deletions
diff --git a/extra/bash/build b/extra/bash/build
index b8e87d05..26def78c 100755
--- a/extra/bash/build
+++ b/extra/bash/build
@@ -1,5 +1,9 @@
#!/bin/sh -e
+for patch in bash51-0??; do
+ patch -p0 < "$patch"
+done
+
./configure \
--prefix=/usr \
--without-bash-malloc \
diff --git a/extra/bash/checksums b/extra/bash/checksums
index faa96d57..b917550e 100644
--- a/extra/bash/checksums
+++ b/extra/bash/checksums
@@ -1 +1,5 @@
cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa bash-5.1.tar.gz
+ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa bash51-001
+15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe bash51-002
+22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1 bash51-003
+9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86 bash51-004
diff --git a/extra/bash/sources b/extra/bash/sources
index 2c83370f..6bb3eef3 100644
--- a/extra/bash/sources
+++ b/extra/bash/sources
@@ -1 +1,5 @@
https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
+https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001
+https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002
+https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003
+https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004
diff --git a/extra/bash/version b/extra/bash/version
index b7a2b128..5300a529 100644
--- a/extra/bash/version
+++ b/extra/bash/version
@@ -1 +1 @@
-5.1 1
+5.1.p4 1