aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
...
* remove "+h" in bash commands in chroot (#4998)Xi Ruoyao2022-02-051-0/+5
| | | | | | | | | | | | | | | In the new cross-compilation approach, the $PATH in chroot does not contain '/tools/bin'. So "+h" is useless in chroot as the newly installed tools always replace the temporary counterpart at the same location. "+h" in chapter4/settingenviron.xml is kept deliberately. Currently $LFS/tools/bin only contains programs prefixed with "x86_64-lfs-linux-gnu-", and it's highly unlikely that any distro will ever ship a program named with such prefix. So it may seems that we can remove this "+h" as well. However, the situation may change in future and we can take this oppertunity to teach the advantage and disvantage of bash hash feature.
* man-db: update to man-db-2.10.0 (#5002)Xi Ruoyao2022-02-051-0/+4
|
* kmod: link to opensslXi Ruoyao2022-02-051-0/+4
|
* gdbm: update to gdbm-1.23 (#5000)Xi Ruoyao2022-02-051-0/+4
|
* tcl: update to tcl-8.6.12 (#5001)Xi Ruoyao2022-02-052-2/+6
| | | | | tdbc 1.1.2 -> 1.1.3 itcl 4.2.1 -> 4.2.2
* Remove unnecessary sed in glibc-2.35Thomas Trepl (Moody)2022-02-041-0/+10
|
* Package updates and a patch.Bruce Dubbs2022-02-032-5/+38
| | | | | | | | | Add coreutils-9.0 chmod patch. Update to glibc-2.35. Update to linux-5.16.5. Update to findutils-4.9.0. Update to expat-2.4.4. Update to iana-etc-20220128.
* Update to linux-5.16.4.Bruce Dubbs2022-01-291-1/+11
|
* Package updates.Bruce Dubbs2022-01-272-2/+40
| | | | | | | | | | | Update to vim-8.2.4236. Update to zstd-1.5.2. Update to util-linux-2.37.3 (security fix). Update to Python-3.10.2. Update to linux-5.16.2. Update to libcap-2.63. Update to iproute2-5.16.0. Update to iana-etc-20220120.
* Update to expat-2.4.3 (security fixes).Bruce Dubbs2022-01-201-0/+4
|
* Update to meson-0.61.1Pierre Labastie2022-01-201-0/+10
|
* Add a fix of type to meson patch (new patch file)Thomas Trepl (Moody)2022-01-171-0/+9
|
* Package updates.Bruce Dubbs2022-01-142-4/+30
| | | | | | | | Update to shadow-4.11.1. Update to readline-8.1.2. Update to meson-0.61.0. Update to libpipeline-1.5.5. Update to bash-5.1.16.
* Fix CVE-2021-3997 in systemd.Douglas R. Reno2022-01-132-0/+14
|
* systemd: Add CONFIG_PSI to the kernel configuration to get systemd-oomdDouglas R. Reno2022-01-031-0/+10
| | | | | | | to work. Note that it just skips bringing systemd-oomd up when not present, and does not fail the startup process.
* Package updates.Bruce Dubbs2021-12-312-15/+57
| | | | | | | | | | | | | Update to e2fsprogs-1.46.5. Update to zstd-1.5.1. Update to expat-2.4.2. Update to shadow-4.10. Update to sysvinit-3.01. Update to linux-5.15.12. Update to iana-etc-20211224. Update to openssl-3.0.1. Update to eudev-3.2.11. Update lfs-latest-git.php currency for new eudev location.
* Package Updates:Douglas R. Reno2021-12-302-2/+16
| | | | | | | | | Update to systemd-250 (BLFS coming shortly) Update to meson-0.60.3 Kernel Configuration: Enable the framebuffer since it's disabled by default in Linux-5.15. Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on systemd.
* Package updates.Bruce Dubbs2021-12-142-2/+24
| | | | | | | Update to python3-3.10.1. Update to openssl-1.1.1m. Update to linux-5.15.7. Update to libcap-2.62.
* Update the changelog for findutilsPierre Labastie2021-12-141-0/+10
| | | | The preceding cherry-picked commit did not have a changelog entry
* Package updates.Bruce Dubbs2021-11-301-0/+26
| | | | | | | | Update to vim-8.2.3704. Update to iana-etc-20211124. Update to bc-5.2.1. Update to meson-0.60.2. Update to linux-5.15.5.
* changelog: remove extra ">" breaking REV=systemdXi Ruoyao2021-11-151-1/+1
|
* Package updates.Bruce Dubbs2021-11-142-7/+49
| | | | | | | | | | | | | | | | | | Update to iana-etc-20211112. Update to elfutils-0.186. Update to jinja2-3.0.3. Update to bc-5.2.0. Update to ncurses-6.3. Update to libpipeline-1.5.4. Update to meson-0.60.1. Update to iproute2-5.15.0. Update to linux-5.15.2. One change was needed to systemd-249 due to changes in the linux keernel version 5.14 and later. A change to ncurses was needed to ensure the .pc files are placed in the right location (/usr/lib/pkgconfig).
* Package updatesBruce Dubbs2021-10-312-30/+68
| | | | | | | | | | | | | | Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
* Package updates.Bruce Dubbs2021-10-142-4/+42
| | | | | | | | | | | Update to vim-8.2.3508. Update to tzdata-2021c. Update to Python-3.10.0. Update to Jinja2-3.0.2. Update to linux-5.14.12. Update to iana-etc-20211004. Update to bc-5.1.1. Update to automake-1.16.5.
* Make instructions more consistent.Bruce Dubbs2021-10-131-1/+1
| | | | | | When using mkdir during installation, use -pv all the time. Make reference to irc channel all lower case. Update lfs-latest for condxml merge
* askforhelp: add a missing right bracketXi Ruoyao2021-10-131-1/+1
|
* Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-10-122-12/+54
|\ | | | | | | October updates
| * Package updates.Bruce Dubbs2021-09-302-12/+54
| | | | | | | | | | | | | | | | | | | | | | | | Update to vim-8.2.3458. Update to iana-etc-20210924. Update to tzdata-2021b. Update to sysvinit-3.0.0. Update to meson-0.59.2. Update to linux-5.14.8. Update to libcap-2.59. Update to coreutils-9.0. Update to bison-3.8.2.
* | Remove all versiond entitiesPierre Labastie2021-09-222-7/+2
|/
* Package updates.Bruce Dubbs2021-09-142-18/+63
| | | | | | | | | | | | | Ensure tcl documentation install instructions are present. Update to Python3-3.9.7. Update to linux-5.14.3. Update to libcap-2.57. Update to iproute2-5.14.0. Update to inetutils-2.2. Update to gzip-1.11. Update to gdbm-1.21. Update to bison-3.8.1. Update to bc-5.0.2.
* Add the File upstream fixes patch to the book.Douglas R. Reno2021-09-082-0/+13
|
* Remove spaces at end o lines - chapter01Pierre Labastie2021-09-072-2/+2
|
* TypoBruce Dubbs2021-09-061-1/+1
|
* Update text in Chapter 7 Backup/Restore sectionsBruce Dubbs2021-09-061-0/+10
| | | | | Patch by Kevin Buckley. Also made minor clarification to umount commands.
* Trunk post 11.0 release cleanupBruce Dubbs2021-09-022-902/+82
|
* update to man-pages-5.13 (#4915)Xi Ruoyao2021-08-291-0/+10
|
* Package updates for lfs-11.0-rc3Bruce Dubbs2021-08-251-0/+23
| | | | | | | | | LFS-11.0-rc3 released. Update to e2fsprogs-1.46.4. Update to meson-0.59.1. Update to util-linux 2.37.2. Update to linux-5.13.12. Update to libcap-2.53.
* update to openssl-1.1.1k (#4911)Xi Ruoyao2021-08-261-0/+10
|
* Fix security issue in Chapter 8 glibc.Bruce Dubbs2021-08-201-0/+10
| | | | Add a sed to glibc in Chapter 8 to fix a critical security issue.
* Now run all the tests in binutils.Bruce Dubbs2021-08-181-0/+19
| | | | | We were removing a failing test, but it is not longer a problem. Eliminate the instruction that does that.
* mark automake as new, and fix an example in general.entXi Ruoyao2021-08-181-2/+2
|
* add p11-kit to dependencies list for systemdDJ Lucas2021-08-161-0/+9
|
* Update all package stats and update grep.Bruce Dubbs2021-08-142-2/+12
| | | | | Using latest build log, updated all SysV package stats. Update to grep-3.7.
* Package updates and a patch.Bruce Dubbs2021-08-132-3/+24
| | | | | | | Update to linux-5.13.10. Update to bc-5.0.0. Update to vim-8.2.3337. Add binutils-2.37 upstream patch.
* Package updates.Bruce Dubbs2021-08-082-2/+16
| | | | | Update to linux-5.13.9. Update to libffi-3.4.2.
* gcc: fix PR101749Xi Ruoyao2021-08-061-0/+13
| | | | | https://wiki.linuxfromscratch.org/blfs/ticket/15350 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749
* Package updates.Bruce Dubbs2021-08-022-5/+22
| | | | | | Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
* Fackage updates and fixes.Bruce Dubbs2021-08-011-0/+19
| | | | | | Remove unneeded sed commands from automake and coreutils. Update to linux-5.13.7. Update to e2fsprogs-1.46.3.
* package updateXi Ruoyao2021-07-281-1/+12
| | | | | | | | | Update to GCC-11.2.0 (#4883) Update to inetutils-2.1 (#4892) Update to automake-1.16.4 (#4894) SHA256 checksum entities for the three packages are added. I think we can start a transition to SHA256 now.
* always use --strip-unneeded for strippingXi Ruoyao2021-07-281-0/+10
| | | | | | | The behavior of --strip-unneeded and --strip-all are same for executables and shared libraries. For static libraries, --strip-unneeded keeps the symbols needed for relocation processing so it won't break static archives.