aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Package Updates and AdditionsDouglas R. Reno2021-07-082-6/+44
| | | | | | | | | | Add MarkupSafe Add Jinja2 Update to texinfo-6.8 Update to iproute2-5.13.0 Update to Python-3.9.6 (Security Update) Update to systemd-249 (Security Update) Update to Linux-5.13.1
* Patch gcc :Ken Moffat2021-07-012-0/+15
| | | | | Fix some regressions, and cope with removal of a kernel header in linux-5.13 which broke the build in chapter 8's bootstrap.
* Add more locales used in gcc's libstdc++ testsuite.Ken Moffat2021-06-291-0/+11
|
* Package updates.Bruce Dubbs2021-06-272-6/+32
| | | | | | | | Update to bash-5.1.8. Update to dejagnu-1.6.3. Update to gdbm-1.20. Update to libcap-2.51. Update to man-pages-5.1.
* Ensure capsh in installed from the libcap package.Bruce Dubbs2021-06-181-0/+9
|
* Use the correct month for the changelogDouglas R. Reno2021-06-161-1/+1
|
* Package Updates.Bruce Dubbs2021-06-152-5/+39
| | | | | | | | | | Update to iana-etc-20210611. Update to vim-8.2.3001. Update to util-linux-2.37. Update to meson-0.58.1. Update to linux-5.12.10. Update to m4-1.4.19. Update to grub-2.06.
* For consistency, make the cpp link in /usr/lib.Ken Moffat2021-06-091-0/+4
|
* For consistency, install iproute2 progs in /usr/sbinKen Moffat2021-06-091-0/+10
| | | | (merged /usr) - from Joe Locash.
* Make stopping the network interfaces more robust.Bruce Dubbs2021-06-081-0/+9
| | | | | | | | | | | SysV only. When stopping or rebooting the system, the network boot script is run and looks at all the /etc/sysconfig/ifconfig.* files. Some of the devices these files refer to may not be active or even refer to interfaces that are not defined on the current system. This change ignores non-existant interfaces and any interfaces that are not UP. This change also avoids bogus warning or error error messages when the system is shutting down.
* Changelog: Make the bootscripts change SysV onlyDouglas R. Reno2021-06-031-1/+1
|
* Avoid killing mdmon at shutdown/rebootThomas Trepl (Moody)2021-06-021-0/+10
|
* Update to linux-5.12.8.Ken Moffat2021-06-011-0/+10
|
* Package updates.Bruce Dubbs2021-05-282-7/+53
| | | | | | | | | | | | | Update to iana-etc-20210526. Update to vim-8.2.2890. Update to zstd-1.5.0. Update to perl-5.34.0. Update to inux-5.12.7. Update to libcap-2.50. Update to kmod-29. Update to expat-2.4.1. Update to elfutils-0.185. Update to bc-4.0.2.
* Tweak install in iproute2 (rmv DOCDIR)Thomas Trepl (Moody)2021-05-261-0/+9
|
* Point IRC to Libera.chatDouglas R. Reno2021-05-241-1/+1
|
* Tweak install directories for eudev and e2fsprogsBruce Dubbs2021-05-171-0/+10
|
* OpenSSL: add a note about upgrading.Ken Moffat2021-05-141-0/+8
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-05-121-1/+1
|\
| * typos fixXi Ruoyao2021-05-131-1/+1
| |
* | Remove python tests in Chapter 8Bruce Dubbs2021-05-121-0/+6
|/
* Merge Xi's changes into trunkDouglas R. Reno2021-05-112-4/+42
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14Douglas R. Reno2021-04-281-0/+5
| | | | and higher.
* Add manual locales needed for tests if using alternate locale installationBruce Dubbs2021-04-281-0/+16
| | | | | | instructions. Minor changes to boot scripts.
* Changelog: Reflect 5.11.16 instead of 5.10.16Douglas R. Reno2021-04-261-1/+1
|
* Update to vim-8.2.2812.Bruce Dubbs2021-04-262-8/+46
| | | | | | | | | | Update to iana-etc-20210407. Update to Python3-3.9.4. Update to meson-0.57.2. Update to linux-5.10.16. Update to less-581. Update to file-5.40. Update to bc-4.0.1.
* secure LFS URLXi Ruoyao2021-04-231-1/+1
|
* Revert "Fix a header file in python, so that #include <python3.9/Python.h> ↵Xi Ruoyao2021-04-221-0/+10
| | | | | | | | | | works." This reverts commit 2772bb9c30d8bc9fe97405cf6135c7b43ac0aa16. Python maintainers rejects the proposed fix in https://bugs.python.org/issue39026. We'll need to make a correct fix, or patch the downstream packages instead.
* add a changelog entry for Git migrationXi Ruoyao2021-04-071-0/+10
|
* automatically generate version info from git HEADXi Ruoyao2021-04-071-0/+1
|
* Update to OpenSSL-1.1.1kDouglas R. Reno2021-03-262-7/+44
| | | | | | | | | | | Update to attr-2.5.1 Uodate to acl-2.5.1 Update to linux-5.11.10 Update to bc-3.3.4 Update to man-pages-5.11 Update to expat-2.3.0 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* binutils: use -j1 for make installXi Ruoyao2021-03-171-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2604. Bruce Dubbs2021-03-142-28/+82
| | | | | | | | | | | | | | | | | | Update to iana-etc-20210304. Update to zstd-1.4.9. Update to sysvinit-2.99. Update to linux-5.11.6. Update to libcap-2.49. Update to iproute2-5.11.0. Update to e2fsprogs-1.46.2. Update to bison-3.7.6. Update to bc-3.3.3. Update to attr-2.5.0. Update to acl-2.3.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* systemd: simplify systemd man page installationXi Ruoyao2021-03-051-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add systemd patch to allow systemd-rfkill to work on Linux-5.11+Douglas R. Reno2021-03-052-3/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a header file in python, so that #include <python3.9/Python.h> works.Pierre Labastie2021-03-021-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cleanup after LFS-10.1 releaseBruce Dubbs2021-03-012-697/+91
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to meson-0.57.1. Bruce Dubbs2021-02-211-0/+8
| | | | | | | | Update to Python-3.9.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix grub to prevent generation of a huge binary blob for lzma compressionPierre Labastie2021-02-201-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a glibc bug that causes issues with chrooted applications. Bruce Dubbs2021-02-191-0/+26
| | | | | | | | | | | | Update to bc-3.3.0. Update to openssl-1.1.1j. Update to meson-0.57.0. Update to linux-5.10.17. Update build times and sizes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a command explanation for 'pwait'Douglas R. Reno2021-02-141-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to util-linux-2.36.2. Bruce Dubbs2021-02-142-8/+50
| | | | | | | | | | | | | | | Update to tar-1.34. Update to psmisc-23.4. Update to procps-ng-3.3.17. Update to man-db-2.9.4. Update to eudev-3.2.10. Update to elfutils-0.183. Update to e2fsprogs-1.46.1. Update to bc-3.2.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to iana-etc-20210202.Bruce Dubbs2021-02-072-2/+29
| | | | | | | | | | | Update to inetutils-2.0. Update to libcap-2.48. Update to binutils-2.36.1. Update to linux-5.10.13. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mention that Xi Ruoyao is the author of the fix for libctfPierre Labastie2021-02-031-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12124 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changelog: edit pierre's changes to be more clearXi Ruoyao2021-02-031-4/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Really apply various fixes for building with glibc-2.33,Pierre Labastie2021-02-021-0/+11
| | | | | | | and change the order in chapter 8 so that everything is built against chapter 8 glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bc-3.2.6. Bruce Dubbs2021-02-022-2/+20
| | | | | | | | | Update to glibc-2.33. Minor change to mountfs boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2433. Bruce Dubbs2021-01-312-4/+54
| | | | | | | | | | | | | | | | | Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tcl-8.6.11Douglas R. Reno2021-01-162-11/+41
| | | | | | | | | | | | | Update to meson-0.56.2 Update to linux-5.10.7 Update to tar-1.33 Update to kmod-28 Update to findutils-4.8.0 In kmod, add zstd support for compressed kernel modules Typo fix for Cleaning Up Document GDBM test failure git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* util-linux: runstatedir=/run is also needed by sysvXi Ruoyao2021-01-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689