aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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