Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package updates. | Bruce Dubbs | 2021-05-28 | 4 | -36/+88 |
| | | | | | | | | | | | | | 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-26 | 2 | -1/+15 |
| | |||||
* | gdbm: The failing test is reported as 'FAIL: version' | Ken Moffat | 2021-05-25 | 1 | -1/+1 |
| | | | | so report that as lowercase. | ||||
* | Point IRC to Libera.chat | Douglas R. Reno | 2021-05-24 | 1 | -1/+1 |
| | |||||
* | use https for anduin | Xi Ruoyao | 2021-05-24 | 2 | -2/+2 |
| | |||||
* | kmod: do not install lsmod both in /usr/sbin and /usr/bin | Pierre Labastie | 2021-05-21 | 1 | -1/+1 |
| | |||||
* | kmod: create lsmod symlink in /usr/bin (merge /usr) | Xi Ruoyao | 2021-05-22 | 1 | -1/+1 |
| | | | | Forgot it in the last commit... | ||||
* | kmod: create symlinks in /usr/sbin (merge /usr) | Xi Ruoyao | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | add --localstatedir= for temp findutils | Xi Ruoyao | 2021-05-18 | 1 | -2/+3 |
| | | | | It's to prevent the creation of an empty /usr/var. | ||||
* | Tweak install directories for eudev and e2fsprogs | Bruce Dubbs | 2021-05-17 | 3 | -0/+12 |
| | |||||
* | fix user and group name for systemd-oomd | Xi Ruoyao | 2021-05-18 | 1 | -2/+2 |
| | |||||
* | bzip2: replace copies of bzip2 executable with symlinks | Xi Ruoyao | 2021-05-17 | 1 | -2/+6 |
| | |||||
* | For consistency, do not use /bin in bzip2 and inetutils. | Ken Moffat | 2021-05-16 | 2 | -3/+4 |
| | |||||
* | generalize ken's note for shared library update, ... | Xi Ruoyao | 2021-05-16 | 2 | -12/+22 |
| | | | | and move it into package management section | ||||
* | glibc: remove description of libc_cv_rtlddir for now | Xi Ruoyao | 2021-05-16 | 2 | -16/+0 |
| | |||||
* | OpenSSL: add a note about upgrading. | Ken Moffat | 2021-05-14 | 2 | -0/+36 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-05-14 | 2 | -0/+16 |
|\ | |||||
| * | glibc: remove libc_cv_rtlddir override for now | Xi Ruoyao | 2021-05-14 | 2 | -4/+2 |
| | | | | | | | | Back to use the sed. Need to investigate later. | ||||
| * | Use /usr/lib for libc_cv_rtlddir | Thomas Trepl (Moody) | 2021-05-14 | 2 | -8/+8 |
| | | |||||
| * | Use a configuration option to set the loader pathes in ldd | Thomas Trepl (Moody) | 2021-05-13 | 2 | -6/+24 |
| | | |||||
* | | Tweak mail address for missing patches | Bruce Dubbs | 2021-05-14 | 1 | -1/+1 |
|/ | |||||
* | Remove unnecessary command for systemd. Nice eye, Xi! | Douglas R. Reno | 2021-05-13 | 1 | -0/+2 |
| | |||||
* | glibc: fix ldd script | Xi Ruoyao | 2021-05-13 | 2 | -0/+10 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-05-12 | 3 | -4/+3 |
|\ | |||||
| * | systemd: fix systemd-sysext description | Xi Ruoyao | 2021-05-13 | 1 | -2/+1 |
| | | | | | | | | Technically it's not a daemon, copy the desc from man page. | ||||
| * | typos fix | Xi Ruoyao | 2021-05-13 | 2 | -2/+2 |
| | | |||||
* | | Remove python tests in Chapter 8 | Bruce Dubbs | 2021-05-12 | 2 | -13/+24 |
|/ | |||||
* | Merge Xi's changes into trunk | Douglas R. Reno | 2021-05-11 | 59 | -406/+250 |
| | | | | | | | | | | | | | 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! | ||||
* | xsl: fix copy-lfs-patch.sh generation | Xi Ruoyao | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | add new shadow homepage | Xi Ruoyao | 2021-05-06 | 2 | -5/+2 |
| | |||||
* | git-version: fix trunk branch detection | Xi Ruoyao | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | git-version: simplify the versioning scheme | Xi Ruoyao | 2021-05-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | Now the version for trunk head is simply rx.y-z. x.y is the last release, and z is the number of commits after x.y. For other commits, the version is rx.y-z-g{sha}. An abbreviated sha hash is added to distinguish commits with same x, y, and z on different branches. If there are uncommited changes, a "+" is appended to the version, indicating the version is "unclean". To make it works correctly, a tag "rx.y" have to be created on the last commit on trunk of x.y release. | ||||
* | Add ipv6 localhost in Chapter 7 hosts file | Bruce Dubbs | 2021-04-29 | 1 | -1/+4 |
| | |||||
* | Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14 | Douglas R. Reno | 2021-04-28 | 3 | -4/+9 |
| | | | | and higher. | ||||
* | Add manual locales needed for tests if using alternate locale installation | Bruce Dubbs | 2021-04-28 | 5 | -8/+40 |
| | | | | | | instructions. Minor changes to boot scripts. | ||||
* | Changelog: Reflect 5.11.16 instead of 5.10.16 | Douglas R. Reno | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Update to vim-8.2.2812. | Bruce Dubbs | 2021-04-26 | 4 | -35/+73 |
| | | | | | | | | | | 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. | ||||
* | mention make-ca in rebooting | Xi Ruoyao | 2021-04-24 | 1 | -0/+6 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-04-23 | 5 | -14/+14 |
|\ | |||||
| * | secure LFS URL | Xi Ruoyao | 2021-04-23 | 5 | -14/+14 |
| | | |||||
* | | Update mail address in currency check. | Bruce Dubbs | 2021-04-23 | 1 | -3/+3 |
|/ | |||||
* | add a paragraph for "downgrading issue" in package management page | Xi Ruoyao | 2021-04-23 | 1 | -1/+21 |
| | |||||
* | Revert "Fix a header file in python, so that #include <python3.9/Python.h> ↵ | Xi Ruoyao | 2021-04-22 | 2 | -4/+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. | ||||
* | Update lfs-latest to work with git and send to new server mailing list. | Bruce Dubbs | 2021-04-14 | 1 | -17/+42 |
| | |||||
* | Just a test | Douglas R. Reno | 2021-04-13 | 1 | -0/+1 |
| | |||||
* | Another test for mailing list setup. | Bruce Dubbs | 2021-04-12 | 1 | -0/+1 |
| | |||||
* | Remove the test comment. | Bruce Dubbs | 2021-04-12 | 1 | -1/+0 |
| | |||||
* | A dummy update for email tist testing. | Bruce Dubbs | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | modify the reference to lfs-uefi hint to BLFS instead | Xi Ruoyao | 2021-04-09 | 3 | -28/+23 |
| | |||||
* | Correct file location for git repo | Bruce Dubbs | 2021-04-08 | 1 | -2/+2 |
| |