From 667c08781a102649b7c7a9b12e604b4bcf7cb802 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 7 May 2021 12:04:06 +0300 Subject: bash: bump to 5.1.p8 --- extra/bash/build | 6 ++++++ extra/bash/checksums | 4 ++++ extra/bash/sources | 4 ++++ extra/bash/version | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) (limited to 'extra/bash') diff --git a/extra/bash/build b/extra/bash/build index 26def78c..abc3769a 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -15,3 +15,9 @@ make make DESTDIR="$1" install ln -s bash "$1/usr/bin/sh" + +# Remove bash C header files. I couldn't find an actual example of how these +# can be useful to someone. If you can think of one, and do need it, send me a +# mail and I will think about adding them back if it makes sense to me. +# Otherwise, you can remove this part through a hook or a fork. +rm -rf "$1/usr/include" diff --git a/extra/bash/checksums b/extra/bash/checksums index b917550e..d7c40640 100644 --- a/extra/bash/checksums +++ b/extra/bash/checksums @@ -3,3 +3,7 @@ ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa bash51-001 15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe bash51-002 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1 bash51-003 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86 bash51-004 +cccbb5e9e6763915d232d29c713007a62b06e65126e3dd2d1128a0dc5ef46da5 bash51-005 +75e17d937de862615c6375def40a7574462210dce88cf741f660e2cc29473d14 bash51-006 +acfcb8c7e9f73457c0fb12324afb613785e0c9cef3315c9bbab4be702f40393a bash51-007 +f22cf3c51a28f084a25aef28950e8777489072628f972b12643b4534a17ed2d1 bash51-008 diff --git a/extra/bash/sources b/extra/bash/sources index 6bb3eef3..4d1788db 100644 --- a/extra/bash/sources +++ b/extra/bash/sources @@ -3,3 +3,7 @@ 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 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-005 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-006 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-007 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-008 diff --git a/extra/bash/version b/extra/bash/version index 5300a529..60b85634 100644 --- a/extra/bash/version +++ b/extra/bash/version @@ -1 +1 @@ -5.1.p4 1 +5.1.p8 1 -- cgit v1.2.3