diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-23 17:48:18 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-23 17:48:18 +0100 |
commit | ee4e88597ca010e5189d8b481505894eee8335d6 (patch) | |
tree | 54c4aa47d81571d72dbb0d2172ef7adef15d18a6 /reproduce/software/config | |
parent | 17f68b89944b9dd8999d49e00afc617adbdbba86 (diff) |
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.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |