mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
Bump bash to 5.1.
This commit is contained in:
parent
31410ab234
commit
7162bd8f2b
7 changed files with 15 additions and 14 deletions
10
parts.rst
10
parts.rst
|
|
@ -508,11 +508,11 @@ automake 1.9.6
|
|||
Latest GNU Automake from 1.9 series. Slightly annoyingly depends itself but it is easy to patch
|
||||
to make it buildable with 1.8.5. Then we rebuild ``automake-1.9`` with itself.
|
||||
|
||||
bash 3.2.57
|
||||
===========
|
||||
bash 5.1
|
||||
========
|
||||
|
||||
Up to this point, our build of ``bash`` could run scripts but could not be used
|
||||
interactively. This newer version of ``bash`` compiles without any patches,
|
||||
interactively. This new version of ``bash`` compiles without any patches,
|
||||
provides new features, and is built with GNU readline support so it can be used
|
||||
as an interactive shell. ``autoconf-2.57`` is used to regenerate the configure
|
||||
script and bison is used to recreate some included generated files.
|
||||
as an interactive shell. ``autoconf-2.61`` is used to regenerate the configure
|
||||
script and ``bison`` is used to recreate some included generated files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue