From ee4e88597ca010e5189d8b481505894eee8335d6 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 23 Apr 2019 17:48:18 +0100 Subject: Bash updated with patched tarball (version 5.0.7) Until now we were using the official tarball of GNU Bash. However, Bash is distributed using patches, not a public version controlled history. So to implement newer features of Bash, its necessary to apply those patches and make the tarball ourselves. With this commit, we have done just that: we used the 7 patches that have been released since version 5.0.0 and made a tarball to use for this template. The instructions on how to make the patched tarball are also given above the Bash build rule. --- reproduce/software/config/installation/versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reproduce/software/config') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index cfa7f81..8276431 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -22,8 +22,8 @@ # Basic/low-level programs and libraires (installed in any case) # -------------------------------------------------------------- -bash-version = 5.0 -binutils-version = 2.31.1 +bash-version = 5.0.7 +binutils-version = 2.32 coreutils-version = 8.31 curl-version = 7.63.0 diffutils-version = 3.7 -- cgit v1.2.1