aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* stripping: add libnss_*.so* into online_usrlibXi Ruoyao2021-07-281-0/+10
| | | | | | | | | | | | | Glibc loads these "NSS modules" (see man 5 nss) on startup. This is implemented with something like dlopen() so "ldd" won't show them up. So they should be considered "online" here. Without this addition, overwriting libnss_files-2.33.so reproducibly triggers a crash during jhalfs runs where stripping is enabled. In manual builds, it reproducibly triggers a crash exiting from chroot. After this change I reran stripping 5 times and there was no crash observed.
* Fix a programming error in shadow-4.9Thomas Trepl (Moody)2021-07-261-0/+9
|
* Hopefully, complete strip workaroundXi Ruoyao2021-07-261-0/+9
| | | | | | | | | | | In stripping, /usr/bin/bash, /usr/bin/find, and /usr/bin/strip are running. Strip them, and all libraries used by them in /tmp, then install them back. We can't use this for all libraries or binaries: the process above discouples hard links (for example /usr/bin/perl and perl5.34.0). So unfortunately the stripping instruction is now a stupidly long bash script...
* Package updates and stripping fixesBruce Dubbs2021-07-252-2/+14
| | | | | | Add workaround to strip libraries correctly. Update to shadow-4.9. Update to util-linux 2.37.1.
* binutils: workaround empty man pages issueXi Ruoyao2021-07-251-0/+11
|
* Update to binutils-2.37Douglas R. Reno2021-07-232-2/+24
| | | | | | Update to less-590 Update to meson-0.59.0 Guard systemd against CVE-2021-33910
* Ensure that glibc installs ldconfig and sln to /usr/sbin.DJ Lucas2021-07-211-0/+4
|
* Correct page IDs in Chapter 08 dejagnu, expect, and tcl.DJ Lucas2021-07-211-0/+10
|
* Update to linux-5.13.4 to fix CVE-2021-33909.Ken Moffat2021-07-201-0/+4
|
* add changelog for tester-nohack mergeXi Ruoyao2021-07-201-0/+11
|
* Add text regarding security advisories.Douglas R. Reno2021-07-191-0/+10
|
* Perl - fixes for 5.34 test failures.Ken Moffat2021-07-171-0/+11
|
* Remove modifications to m4 that are no longer needed.Bruce Dubbs2021-07-151-0/+9
|
* 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
|