Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package updates. | Bruce Dubbs | 2022-02-09 | 8 | -20/+111 |
| | | | | | | Update to bc-5.2.2. Update to linux-5.16.8. Update to binutils-2.38. Requires adding zlib to Chapter 6. | ||||
* | systemd net cfg: fix unclosed <...> | Xi Ruoyao | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | systemd net cfg: fix ambigious "it" | Xi Ruoyao | 2022-02-05 | 1 | -2/+2 |
| | |||||
* | systemd: /etc/{passwd,group} was created in Chapter 7 | Xi Ruoyao | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | systemd: remove unneeded group "systemd-bus-proxy" | Xi Ruoyao | 2022-02-05 | 1 | -1/+0 |
| | |||||
* | fix a stupid typo in changelog | Xi Ruoyao | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | chapter 8: rename revisedchroot to cleanup | Xi Ruoyao | 2022-02-05 | 2 | -3/+3 |
| | | | | There is no "revision for chroot" now. | ||||
* | systemd network config: slightly reword about resolv.conf | Xi Ruoyao | 2022-02-05 | 1 | -1/+6 |
| | |||||
* | remove "+h" in bash commands in chroot (#4998) | Xi Ruoyao | 2022-02-05 | 6 | -45/+14 |
| | | | | | | | | | | | | | | | 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. | ||||
* | systemd: remove unneeded LANG=en_US.UTF-8 settings | Xi Ruoyao | 2022-02-05 | 1 | -3/+2 |
| | | | | | They were added because ninja had printed warnings about "non UTF-8 locale". Current version of ninja no longer does this. | ||||
* | util-linux: add --bindir and --sbindir | Xi Ruoyao | 2022-02-05 | 1 | -0/+4 |
| | | | | | The defaults are /bin and /sbin. We don't like them because of "DESTDIR on merged-usr system" issue. | ||||
* | util-linux: revise contents and short descriptions | Xi Ruoyao | 2022-02-05 | 1 | -27/+47 |
| | | | | | | | | * tailf is removed completely * fdformat is disabled by default, and we don't really have any reason to enable it (and we'll need to workaround the missing man page issue if we want to enable it) * irqtop, lsirq, scriptreplay, and uclampset added | ||||
* | man-db: update to man-db-2.10.0 (#5002) | Xi Ruoyao | 2022-02-05 | 3 | -19/+33 |
| | |||||
* | kmod: update the status for test suite | Xi Ruoyao | 2022-02-05 | 1 | -3/+3 |
| | |||||
* | kmod: link to openssl | Xi Ruoyao | 2022-02-05 | 4 | -4/+23 |
| | |||||
* | gdbm: update to gdbm-1.23 (#5000) | Xi Ruoyao | 2022-02-05 | 2 | -3/+7 |
| | |||||
* | Revert "gdbm: document gdbmtool tests fail, add -k" | Xi Ruoyao | 2022-02-05 | 1 | -6/+4 |
| | | | | | | | | | This reverts commit ae3f78a38237bbdd7937f5a770d2c9582fa242ed. No longer needed with gdbm-1.22 or later: https://git.gnu.org.ua/gdbm.git/commit/?id=5b62babd https://git.gnu.org.ua/gdbm.git/commit/?id=f586b159 | ||||
* | gcc: add "or later" for "Glibc-2.34", as we have 2.35 now | Xi Ruoyao | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | dependencies: zstd can use LZ4 | Xi Ruoyao | 2022-02-05 | 1 | -1/+3 |
| | |||||
* | tcl: update to tcl-8.6.12 (#5001) | Xi Ruoyao | 2022-02-05 | 4 | -9/+13 |
| | | | | | tdbc 1.1.2 -> 1.1.3 itcl 4.2.1 -> 4.2.2 | ||||
* | glibc: Makefile is not generated | Xi Ruoyao | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | Minor tweaks to systemd | Douglas R. Reno | 2022-02-04 | 3 | -5/+11 |
| | |||||
* | Fix currency for tcl | Bruce Dubbs | 2022-02-04 | 1 | -2/+3 |
| | |||||
* | Revert "binutils: use -j1 for make install" | Xi Ruoyao | 2022-02-04 | 3 | -16/+3 |
| | | | | | | | This reverts commit 03a41fd0cd6635843d313c02150692a05d6b8bd2. It's no longer needed after binutils-gdb commit "install dependencies for ld -> bfd and libctf -> bfd" (755ba58e). | ||||
* | Remove unnecessary sed in glibc-2.35 | Thomas Trepl (Moody) | 2022-02-04 | 2 | -1/+12 |
| | |||||
* | Package updates and a patch. | Bruce Dubbs | 2022-02-03 | 8 | -26/+71 |
| | | | | | | | | | 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. | ||||
* | network cfg: mention that LFS and the host may name interfaces differently | Xi Ruoyao | 2022-01-31 | 2 | -6/+27 |
| | |||||
* | dependencies: coreutils-9.0 uses openssl-3 for cryptography | Xi Ruoyao | 2022-01-31 | 1 | -4/+4 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-01-29 | 1 | -1/+2 |
|\ | |||||
| * | iproute2: remove a now useless sed | Pierre Labastie | 2022-01-28 | 1 | -1/+2 |
| | | | | | | | | | | Upstream do not try anymore to build the *m_ipt modules if iptables is not found. | ||||
* | | Update to linux-5.16.4. | Bruce Dubbs | 2022-01-29 | 2 | -4/+14 |
|/ | |||||
* | Package updates. | Bruce Dubbs | 2022-01-27 | 3 | -28/+66 |
| | | | | | | | | | | | 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. | ||||
* | dependencies: systemd uses zstd | Xi Ruoyao | 2022-01-28 | 1 | -3/+3 |
| | | | | It's used for compressing journals and coredumps. | ||||
* | dependencies: systemd does not depends on Intltool now | Xi Ruoyao | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | util-linux: remove the description of "raw" command | Xi Ruoyao | 2022-01-25 | 1 | -11/+1 |
| | | | | | Since Linux-5.13, <linux/raw.h> has been removed from API headers. So this command won't be built by util-linux. | ||||
* | Update to expat-2.4.3 (security fixes). | Bruce Dubbs | 2022-01-20 | 2 | -3/+7 |
| | |||||
* | Update to meson-0.61.1 | Pierre Labastie | 2022-01-20 | 5 | -9/+17 |
| | |||||
* | Use soversion for libreadline in "stripping" page | Pierre Labastie | 2022-01-20 | 2 | -2/+3 |
| | | | | | | | | Report on #lfs-support by "r1c0n3r0": the libhistory and libreadline filenames have been wrong on the "stripping" page since realine version bump. Fix taken (with slight modification) from William Harrington's port to arm: https://github.com/cross-lfs/lfs-arm/commit/05a2cd35aac9437bbca6e6dd8921e7037e8eecee | ||||
* | Add a fix of type to meson patch (new patch file) | Thomas Trepl (Moody) | 2022-01-17 | 2 | -3/+12 |
| | |||||
* | shadow: fix a typo | Xi Ruoyao | 2022-01-16 | 1 | -1/+1 |
| | |||||
* | Add missing installed program in shadow | Pierre Labastie | 2022-01-15 | 1 | -5/+16 |
| | | | | getsubids has been added in shadow-4.10 | ||||
* | Package updates. | Bruce Dubbs | 2022-01-14 | 7 | -43/+58 |
| | | | | | | | | 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. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Douglas R. Reno | 2022-01-13 | 2 | -20/+38 |
|\ | |||||
| * | Add a note telling to reenter chroot after making a backup | Pierre Labastie | 2022-01-09 | 1 | -0/+7 |
| | | |||||
| * | Remove ending space in shadow | Pierre Labastie | 2022-01-04 | 1 | -3/+3 |
| | | |||||
| * | Minor reworing of reason for GID 999 | Bruce Dubbs | 2022-01-04 | 1 | -14/+14 |
| | | |||||
| * | shadow: "users" is a groupname, not a parameter | Xi Ruoyao | 2022-01-05 | 1 | -1/+2 |
| | | |||||
| * | Reword explanation of GROUP parameter in /etc/default/useradd | Pierre Labastie | 2022-01-04 | 1 | -6/+12 |
| | | | | | | | | | | Tell that 999 comes from the --gid parameter, and that we already have a group "users" with this gid to prevent messages when first using useradd. | ||||
| * | shadow: move /etc/default/useradd creation to "Configuration" | Pierre Labastie | 2022-01-04 | 1 | -11/+15 |
| | | | | | | | | | | | | This is needed so that /etc/default/useradd is not removed by package managers when rebuilding shadow in BLFS. Change the explanations in the text accordingly. | ||||
* | | Use the corrected systemd patch | Douglas R. Reno | 2022-01-13 | 1 | -2/+2 |
| | |