%general-entities; ]> Changelog This is version &version; &versiond; of the Linux From Scratch book, dated &releasedate;. If this book is more than six months old, a newer and better version is probably already available. To find out, please check one of the mirrors via . Below is a list of changes made since the previous release of the book. Changelog Entries: 2020-05-28 [pierre] - Update to linux-5.6.15. Fixes #4658. 2020-05-27 [pierre] - Bash: document test results. 2020-05-26 [pierre] - Bash: do not use "su -c command" to change user to nobody: it removes the controlling terminal and makes some tests fail. Use "su << EOF" instead. [pierre] - Mount /dev/pts with "--bind", so that "tty" knows there is a terminal. Fixes a test in coreutils. [pierre] - Add a patch to fix a failure in gold test suite, which really needs -fcommon in some tests. [pierre] - Fix a failure in automake test suite. [pierre] - Update to vim-8.2.0814. [pierre] - Add a symlink from /tools/share/locale to /usr/share/locale/locale-archive, to allow some programs to find the installed locales. Fixes test failures in bison and man-db; 2020-05-21 [pierre] - Fix a crash at early boot when using CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration. 2020-05-16 [bdubbs] - Update to meson-0.54.2. Fixes #4656. [bdubbs] - Update to Python-3.8.3. Fixes #4655. [bdubbs] - Update to bison-3.6.1. Fixes #4654. [bdubbs] - Update to linux-5.6.13. Fixes #4653. 2020-05-09 [pierre] - Pass -Wno-format-overflow to systemd to prevent an error with GCC 10. 2020-05-08 [bdubbs] - Update to vim-8.2.0716. [bdubbs] - Update to bison-3.6. Fixes #4652. [bdubbs] - Update to gcc-10.1.0. Fixes #4651. [bdubbs] - Update to libcap-2.34. Fixes #4650. [bdubbs] - Update to bc-2.7.2. Fixes #4648. [bdubbs] - Update to linux-5.6.11. Fixes #4649. 2020-05-01 [bdubbs] - Update to tzdata-2020a. Fixes #4644. [bdubbs] - Update to meson-0.54.1. Fixes #4646. [bdubbs] - Update to iana-etc-20200429. Fixes #4645. [bdubbs] - Update to linux-5.6.8. Fixes #4630. 2020-04-23 [ken] - Update to openssl-1.1.1g (Security Fix). Fixes #4643. 2020-04-20 [pierre] - Change -isystem to -idirafter in "Adjusting the toolchain". This allows to search g++ private headers before the public ones, which is the normal search order, with the drawback that it includes the headers in /tools if they exist in both /usr and /tools. Fix most of #4641. 2020-04-19 [pierre] - Build util-linux in chapter 5 for both books. link util-linux libraries and headers from /usr to /tools. Copy util-linux pkg-config files from /tools to /usr, changing any occurence of /tools to /usr. Also move eudev before util-linux. Fixes #4637, #4638, and #4642. [pierre] - Reinstate flex in chapter 5, so that ar and ranlib (binutils) link against libfl. This allows to run tests for bison, too. Fixes #4631. [pierre] - Prevent readline.pc from referencing termcap as a private library by adding --with-curses to configure switches. Fixes #4635. [pierre] - Allow bison to use the libtextstyle.so library from gettext, by moving gettext before bison. Fixes #4634. [pierre] - Allow some shadow programs to use "setcap" by moving libcap before shadow. Fixes #4633. [pierre] - Fix a wrong hardcoded path in some programs from the shadow package. Fixes #4632. 2020-04-15 [renodr] - Install the man pages in systemd. Fixes #4627. [bdubbs] - Update to gawk-5.1.0. Fixes #4629. [bdubbs] - Update to gettext-0.20.2. Fixes #4628. [bdubbs] - Update to man-pages-5.06. Fixes #4626. [bdubbs] - Update to bc-2.6.1. Fixes #4625. [bdubbs] - Update to bison-3.5.4. Fixes #4623. [bdubbs] - Update to iproute2-5.6.0. Fixes #4622. [bdubbs] - Update to linux-5.6.4. Fixes #4615. 2020-04-01 [bdubbs] - Update to vim-8.2.0486. Addresses #4500. [bdubbs] - Update to elfutils-0.179. Fixes #4621. [bdubbs] - Update to meson-0.54.0. Fixes #4620. [bdubbs] - Update to e2fsprogs-1.45.6. Fixes #4619. [bdubbs] - Update to automake-1.16.2. Fixes #4618. [bdubbs] - Update to xz-5.2.5. Fixes #4617. [bdubbs] - Update to openssl-1.1.1f. Fixes #4616. [bdubbs] - Update to perl-5.30.2. Fixes #4614. 2020-03-29 [bdubbs] - Textual updates thanks to Kevin Buckley. 2020-03-19 [renodr] - Update to systemd-245. Fixes #4593. 2020-03-18 [renodr] - Make minor modifications to the kernel configuration in order to match the configuration options to there current positions in Linux-5.5 2020-03-29 [bdubbs] - Textual updates thanks to Kevin Buckley. 2020-03-19 [renodr] - Update to systemd-245. Fixes #4593. 2020-03-18 [renodr] - Make minor modifications to the kernel configuration in order to match the configuration options to there current positions in Linux-5.5 2020-03-15 [bdubbs] - Update to gcc-9.3.0. Fixes #4613. [bdubbs] - Update to bc-2.6.0. Fixes #4612. [bdubbs] - Update to bison-3.5.3. Fixes #4611. [bdubbs] - Update to linux-5.5.9. Fixes #4610. [bdubbs] - Update to coreutils-8.32. Fixes #4609. 2020-03-02 [bdubbs] - Update to Python-3.8.2. Fixes #4606. [bdubbs] - Update to meson-0.52.2. Fixes #4605. [bdubbs] - Update to man-db-2.9.1. Fixes #4604. [bdubbs] - Update to kmod-27. Fixes #4603. [bdubbs] - Update to procps-3.3.16. Fixes #4602. [bdubbs] - Update to psmisc-23.3. Fixes #4601. [bdubbs] - Update to libcap-2.33. Fixes #4608. [bdubbs] - Update to linux-5.5.7. Fixes #4598. 2020-03-01 [bdubbs] - LFS-9.1 released.