aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gcc: add "or later" for "Glibc-2.34", as we have 2.35 nowXi Ruoyao2022-02-051-1/+1
|
* dependencies: zstd can use LZ4Xi Ruoyao2022-02-051-1/+3
|
* tcl: update to tcl-8.6.12 (#5001)Xi Ruoyao2022-02-054-9/+13
| | | | | tdbc 1.1.2 -> 1.1.3 itcl 4.2.1 -> 4.2.2
* glibc: Makefile is not generatedXi Ruoyao2022-02-051-1/+1
|
* Minor tweaks to systemdDouglas R. Reno2022-02-043-5/+11
|
* Fix currency for tclBruce Dubbs2022-02-041-2/+3
|
* Revert "binutils: use -j1 for make install"Xi Ruoyao2022-02-043-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.35Thomas Trepl (Moody)2022-02-042-1/+12
|
* Package updates and a patch.Bruce Dubbs2022-02-038-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 differentlyXi Ruoyao2022-01-312-6/+27
|
* dependencies: coreutils-9.0 uses openssl-3 for cryptographyXi Ruoyao2022-01-311-4/+4
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-01-291-1/+2
|\
| * iproute2: remove a now useless sedPierre Labastie2022-01-281-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 Dubbs2022-01-292-4/+14
|/
* Package updates.Bruce Dubbs2022-01-273-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 zstdXi Ruoyao2022-01-281-3/+3
| | | | It's used for compressing journals and coredumps.
* dependencies: systemd does not depends on Intltool nowXi Ruoyao2022-01-271-1/+1
|
* util-linux: remove the description of "raw" commandXi Ruoyao2022-01-251-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 Dubbs2022-01-202-3/+7
|
* Update to meson-0.61.1Pierre Labastie2022-01-205-9/+17
|
* Use soversion for libreadline in "stripping" pagePierre Labastie2022-01-202-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-172-3/+12
|
* shadow: fix a typoXi Ruoyao2022-01-161-1/+1
|
* Add missing installed program in shadowPierre Labastie2022-01-151-5/+16
| | | | getsubids has been added in shadow-4.10
* Package updates.Bruce Dubbs2022-01-147-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 trunkDouglas R. Reno2022-01-132-20/+38
|\
| * Add a note telling to reenter chroot after making a backupPierre Labastie2022-01-091-0/+7
| |
| * Remove ending space in shadowPierre Labastie2022-01-041-3/+3
| |
| * Minor reworing of reason for GID 999Bruce Dubbs2022-01-041-14/+14
| |
| * shadow: "users" is a groupname, not a parameterXi Ruoyao2022-01-051-1/+2
| |
| * Reword explanation of GROUP parameter in /etc/default/useraddPierre Labastie2022-01-041-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 Labastie2022-01-041-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 patchDouglas R. Reno2022-01-131-2/+2
| |
* | Fix CVE-2021-3997 in systemd.Douglas R. Reno2022-01-136-21/+18
|/
* systemd: Add CONFIG_PSI to the kernel configuration to get systemd-oomdDouglas R. Reno2022-01-032-0/+12
| | | | | | | to work. Note that it just skips bringing systemd-oomd up when not present, and does not fail the startup process.
* Revert "shadow: remove explicit --disable-{su,runuser}"Xi Ruoyao2022-01-031-0/+4
| | | | | | This reverts commit 6ecd06927ba617a521dafc6c4feb1b60c6941769. Continue to use shadow su, until it's really dead.
* systemd: correct the description of systemd#21896Xi Ruoyao2021-12-311-2/+3
|
* Package updates.Bruce Dubbs2021-12-318-43/+109
| | | | | | | | | | | | | 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-307-25/+46
| | | | | | | | | 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.
* shadow: remove explicit --disable-{su,runuser}Xi Ruoyao2021-12-271-4/+0
| | | | | for sync with BLFS. They are automatically disabled when PAM is unavailable.
* dependencies: list Linux-PAM as an optional dependency of util-linuxXi Ruoyao2021-12-271-0/+2
|
* chapter 6 ncurses: disable stripping (invoking host strip)Xi Ruoyao2021-12-181-0/+10
|
* Move Python to LFS in Standards section (again)Bruce Dubbs2021-12-171-2/+2
|
* Move Python to LFS in Standards sectionBruce Dubbs2021-12-171-2/+2
|
* Package updates.Bruce Dubbs2021-12-143-16/+38
| | | | | | | 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 command explanations in findutilsPierre Labastie2021-12-141-0/+7
|
* Update the changelog for findutilsPierre Labastie2021-12-141-0/+10
| | | | The preceding cherry-picked commit did not have a changelog entry
* Fix issue building findutils on a 32bit systemThomas Trepl2021-12-141-1/+4
| | | | Cherry picked from the multilib branch
* Fix currency for psmiscBruce Dubbs2021-12-121-1/+1
|
* ncursesw: do not in-place overwrite library being used by bashXi Ruoyao2021-12-041-7/+17
|