Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package updates. | Bruce Dubbs | 2022-05-31 | 3 | -16/+38 |
| | | | | | | | Update to iana-etc-20220524. Update to iproute2-5.18.0. Update to linux-5.18.1. Update to perl-6.36.0. | ||||
* | revise the note about "already created" directories | Xi Ruoyao | 2022-05-30 | 1 | -4/+4 |
| | | | | | | | | | | Q: Why not just move the note after the creation of root-level directories? A: Root-level directories may be already created as well: if a root-level directory is a mount point it should have been created in section "Mounting the New Partition". Reported-by: Vladimir Pertsev <info@linuxfromscratch.ru> | ||||
* | disable systemd-networkd-wait-online if ... | Xi Ruoyao | 2022-05-29 | 1 | -0/+11 |
| | | | | systemd-networkd won't be used for network configuration | ||||
* | systemd: disable systemd-sysupdate | Xi Ruoyao | 2022-05-29 | 1 | -0/+6 |
| | |||||
* | update to vim-8.2.5014 (#4500) | Xi Ruoyao | 2022-05-29 | 2 | -3/+7 |
| | |||||
* | update to ninja-1.11.0 (#5062) | Xi Ruoyao | 2022-05-29 | 3 | -5/+9 |
| | |||||
* | systemd: use a better way to disable /usr/lib/pam.d | Xi Ruoyao | 2022-05-29 | 1 | -4/+8 |
| | |||||
* | systemd: remove unnecessary options | Xi Ruoyao | 2022-05-29 | 1 | -4/+0 |
| | | | | | -Dblkid is automatically detected, and other three options are meson defaults. | ||||
* | update to systemd-251 (#5064) | Xi Ruoyao | 2022-05-29 | 6 | -42/+26 |
| | |||||
* | openssl: reword upgrading note for versioning scheme change | Xi Ruoyao | 2022-05-28 | 1 | -5/+8 |
| | |||||
* | check: remove reference to libcheck.a | Xi Ruoyao | 2022-05-28 | 1 | -1/+1 |
| | |||||
* | fix command for removing libncurses++w.a | Xi Ruoyao | 2022-05-27 | 1 | -1/+1 |
| | | | | What was I doing ?! | ||||
* | ncurses: remove libncurses++w.a from temp ncurses | Xi Ruoyao | 2022-05-26 | 1 | -0/+5 |
| | |||||
* | stripping, chapter 8: prevent stripping ld-*.dbg | Pierre Labastie | 2022-05-22 | 1 | -2/+4 |
| | | | | | | With the construct used in save_usrlib, if ld-linux-...dbg already exists, it is stripped again and a file ld-linux-...dbg.dbg is created. Prevent this by not listing files ending in "g". | ||||
* | Document the test failure in coreutils | Pierre Labastie | 2022-05-16 | 1 | -0/+3 |
| | | | | | Seems to be fixed upstream, but adding a patch for just a test is overkill IMO. | ||||
* | Package updates. | Bruce Dubbs | 2022-05-15 | 3 | -8/+22 |
| | | | | | Update to linux-5.17.7. Update to psmisc-23.5. | ||||
* | Make clear that run-level definitions are for LFS | Pierre Labastie | 2022-05-11 | 2 | -2/+2 |
| | |||||
* | Rename run level 2 | Bruce Dubbs | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | procps: fix typo | Xi Ruoyao | 2022-05-09 | 1 | -1/+1 |
| | | | | How did I copied "FAIL:" along with the test name? :( | ||||
* | fix a typo in changelog, again | Xi Ruoyao | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | kernel: disable CONFIG_WERROR | Xi Ruoyao | 2022-05-09 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | The help of this options says: "However, if you have a new compiler with ..., you may need to disable this config option in order to successfully build the kernel." As we are having state-of-art GCC-12, and Linux-5.18 release candidate FTBFS with GCC-12 and CONFIG_WERROR=y [1], and <rant>the kernel developers are making stupid and meaningless discussion instead of fixing the building failure</rant> [2], I don't think enabling this option makes any sense building LFS. [1]:https://lkml.org/lkml/2022/4/14/1676 [2]:https://lkml.org/lkml/2022/4/21/254 | ||||
* | Minor grammar fix | Pierre Labastie | 2022-05-08 | 1 | -1/+1 |
| | |||||
* | gcc-12: update gcc building stats | Xi Ruoyao | 2022-05-08 | 1 | -5/+5 |
| | | | | | | | | The other stats have not changed significantly (usually only +/- 0.1 SBU). By the way, the changes for gcc-pass2 also include the change from merging libstdc++-pass2 into gcc-pass2. | ||||
* | update to bc-5.2.5 | Xi Ruoyao | 2022-05-07 | 1 | -2/+2 |
| | |||||
* | util-linux: remove unnecessary test workaround | Xi Ruoyao | 2022-05-07 | 1 | -8/+0 |
| | | | | | | | According to upstream, this issue is fixed: https://github.com/util-linux/util-linux/issues/1635. Also tested by Pierre and me. | ||||
* | procps: update testsuite status | Xi Ruoyao | 2022-05-07 | 1 | -2/+9 |
| | |||||
* | gcc-12: update test status | Xi Ruoyao | 2022-05-07 | 1 | -6/+3 |
| | | | | | | | The analyzer tests fixed at https://gcc.gnu.org/r12-7119. The PR100400 status is discussed in the thread started with https://gcc.gnu.org/pipermail/gcc-patches/2022-May/593931.html. | ||||
* | gcc-12: bump libstdc++.so version | Xi Ruoyao | 2022-05-07 | 1 | -1/+1 |
| | | | | | libstdc++.so.6.0.29 to 6.0.30. The versions of other GCC runtime libraries are not bumped. | ||||
* | gcc-12: remove unnecessary workaround for PR91085 | Xi Ruoyao | 2022-05-07 | 1 | -4/+2 |
| | | | | Reference: https://gcc.gnu.org/r12-1924 | ||||
* | gcc-12: remove unneeded sed for PR100017 in pass 2 | Xi Ruoyao | 2022-05-06 | 1 | -6/+0 |
| | | | | Reference: https://gcc.gnu.org/r12-6406 | ||||
* | gcc-12: remove --enable-initfini-array in pass 1 | Xi Ruoyao | 2022-05-06 | 1 | -10/+0 |
| | | | | Reference: https://gcc.gnu.org/r12-1328 | ||||
* | gcc-12: update tarball stat | Xi Ruoyao | 2022-05-06 | 1 | -4/+4 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-05-04 | 1 | -7/+21 |
|\ | |||||
| * | GID 5 (for tty) is also special | Xi Ruoyao | 2022-05-02 | 1 | -3/+8 |
| | | |||||
| * | minor fix for 65534 explanation: it is also used for "unmapped" groups | Xi Ruoyao | 2022-05-02 | 1 | -3/+3 |
| | | |||||
| * | make /etc/group sorted by GID | Xi Ruoyao | 2022-05-02 | 1 | -4/+4 |
| | | |||||
| * | explain the usage of 65534 | Xi Ruoyao | 2022-05-02 | 1 | -0/+9 |
| | | |||||
| * | fix a typo in changelog | Xi Ruoyao | 2022-05-02 | 1 | -1/+1 |
| | | |||||
* | | Update to openssl-3.0.3. | Bruce Dubbs | 2022-05-04 | 2 | -3/+13 |
|/ | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-04-30 | 16 | -38/+102 |
|\ | |||||
| * | python: fix a typo | Xi Ruoyao | 2022-04-21 | 1 | -1/+1 |
| | | |||||
| * | Minor rewording of pip3 recommendations | Bruce Dubbs | 2022-04-21 | 1 | -14/+14 |
| | | |||||
| * | python: add a <important> for pip3 usage | Xi Ruoyao | 2022-04-21 | 1 | -0/+21 |
| | | |||||
| * | decorate the references to root and lfs user | Xi Ruoyao | 2022-04-21 | 9 | -15/+14 |
| | | | | | | | | | | The references already correctly decorated are not changed because "if it's not broken don't fix it". | ||||
| * | add convenience entities for users root and lfs | Xi Ruoyao | 2022-04-21 | 1 | -0/+3 |
| | | |||||
| * | generalize the note about removed and vulnerably releases | Xi Ruoyao | 2022-04-20 | 1 | -9/+15 |
| | | |||||
| * | mpfr: use ftp.gnu.org, at least for now | Xi Ruoyao | 2022-04-20 | 1 | -1/+1 |
| | | | | | | | | Currently www.mpfr.org has a certificate issue. | ||||
| * | Fix currency for mpfr | Bruce Dubbs | 2022-04-19 | 1 | -0/+9 |
| | | | | | | | | | | | | There is something wrong with the certificate for the mpfr web page https://mpfr.loria.fr/mpfr-current/. Ignore the certificate problem. | ||||
| * | Update lfs currency for wheel | Bruce Dubbs | 2022-04-18 | 1 | -0/+1 |
| | | |||||
| * | wheel: capitalize the first letter of the title, like all other packages | Xi Ruoyao | 2022-04-18 | 1 | -1/+1 |
| | |