Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo and copy&paste error | Thomas Trepl | 2023-03-30 | 1 | -4/+4 |
| | |||||
* | openssl: Fix a typo, and add a link to OpenSSH issue | Xi Ruoyao | 2023-03-15 | 1 | -1/+2 |
| | |||||
* | openssl: Add a warning about minor version bump and OpenSSH | Xi Ruoyao | 2023-03-15 | 1 | -0/+14 |
| | | | | Let's prevent bad thing from happening when we update to 3.1.0... | ||||
* | Adjustments for /dev/pts | Xi Ruoyao | 2023-03-08 | 2 | -23/+17 |
| | | | | | | | | | | | 1. Declare UNIX98 PTY requirement in host system requirements and check it in the script. All desktop or server distros should have it now, but let's stop anyone from building on a embedded distro w/o UNIX98 PTY early... 2. Use Expect test suite as a guard against mishandled $LFS/dev/pts. 3. No need to test the basic function of Expect in Binutils anymore because if ($LFS)/dev/pts is not good, the Expect test suite would have failed. | ||||
* | systemd: Document systemd-ac-power | Xi Ruoyao | 2023-03-05 | 1 | -1/+12 |
| | | | | | It has been moved to /usr/bin for general use by upstream, so list it in programs. | ||||
* | libelf: Remove run-native-test failure | Xi Ruoyao | 2023-03-05 | 1 | -4/+0 |
| | | | | | | It's fixed in 0.189. (cherry picked from commit 4fd9716e1563b70f149b53f0bd22a4aced1115c9) | ||||
* | make: Run test suite as unprivileged user | Xi Ruoyao | 2023-03-05 | 1 | -1/+4 |
| | |||||
* | Package updates | Xi Ruoyao | 2023-03-05 | 2 | -12/+0 |
| | | | | | | | | | | | - Update to systemd-253 - Update to bc-6.3.1 - Update to linux-6.2.2 - Update to procps-ng-4.0.3 - Update to iproute2-6.2.0 - Update to meson-1.0.1 - Update to make-4.4.1 - Update to elfutils-0.189 | ||||
* | e2fsprogs: Update test failure info | Xi Ruoyao | 2023-03-02 | 1 | -1/+3 |
| | | | | | | Document the m_assume_storage_prezeroed failure. The u_direct_io failure is fixed by https://github.com/tytso/e2fsprogs/commit/4cda25453f85. | ||||
* | e2fsprogs: Add configuration section about mke2fs.conf | Xi Ruoyao | 2023-02-19 | 1 | -0/+27 |
| | |||||
* | grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219)xry111/grub-fix-test | Xi Ruoyao | 2023-02-19 | 1 | -0/+9 |
| | |||||
* | Update build times an sizes. | Bruce Dubbs | 2023-02-12 | 1 | -2/+2 |
| | | | | | | This update changes the default number of cores used to build packages to 4. A section is also added to host requirements to recommend a minumum number of cores and memory size. | ||||
* | Package updates. | Bruce Dubbs | 2023-02-11 | 2 | -5/+3 |
| | | | | | | | | | | | Update to iana-etc-20230202. Update to zstd-1.5.4. Update to Python3-3.11.2. Update to e2fsprogs-1.47.0. Update to dbus-1.14.6. Update to linux-6.1.11. Update to libcap-2.67. Update to bc-6.2.4. | ||||
* | Combine tcl documentation instructions together. | Bruce Dubbs | 2023-02-08 | 1 | -11/+5 |
| | |||||
* | openssl: Fix a command to view man page | Xi Ruoyao | 2023-02-08 | 1 | -1/+1 |
| | | | | "ssl.7ssl" is in man7, not man3. | ||||
* | glibc: Note the sed for printf is a security fix | Xi Ruoyao | 2023-02-06 | 1 | -2/+6 |
| | | | | And add a comment about the difference from upstream commit. | ||||
* | libffi: Remove --disable-exec-static-trampxry111/glibc-2.37 | Xi Ruoyao | 2023-02-03 | 1 | -13/+1 |
| | | | | It's not needed now since gjs-1.74 supports static trampoline. | ||||
* | libelf: Update test status | Xi Ruoyao | 2023-02-03 | 1 | -2/+3 |
| | | | | | While the previously documented test failure is resolved by binutils-2.40, a new test failure has shown up. | ||||
* | bash: Add the explanation of test output, and document a known failure | Xi Ruoyao | 2023-02-03 | 1 | -0/+13 |
| | |||||
* | mpfr: Fix a test case | Xi Ruoyao | 2023-02-02 | 1 | -1/+15 |
| | | | | | | | Normally we don't fix test, but see the comment added into the XML file for the rationale. Update the number of tests by the way. | ||||
* | glibc: Fix an issue identified upstream | Xi Ruoyao | 2023-02-02 | 1 | -0/+6 |
| | |||||
* | binutils: remove test failures resolved by upstream | Xi Ruoyao | 2023-02-02 | 1 | -16/+1 |
| | |||||
* | binutils: remove more empty man pages | Xi Ruoyao | 2023-02-02 | 1 | -1/+1 |
| | |||||
* | glibc: remove nss/tst-nss-files-hosts-long failure | Xi Ruoyao | 2023-02-02 | 1 | -6/+0 |
| | | | | It's UNSUPPORTED in chroot now, so we cannot see it in LFS build. | ||||
* | glibc: Remove a sed useless for 2.37 | Xi Ruoyao | 2023-02-02 | 1 | -5/+0 |
| | |||||
* | stripping: Add an <important> about updated packages | Xi Ruoyao | 2023-02-01 | 1 | -0/+12 |
| | | | | | We've received enough reports for systems with zlib security update broken by stripping :(. | ||||
* | systemd: remove an extra word "both" | Xi Ruoyao | 2023-01-27 | 1 | -1/+1 |
| | | | | | It seems introduced unintentionally. I'm wondering what has happened with David's text editor :). | ||||
* | Fix the build of systemd due to the last commit | Douglas R. Reno | 2023-01-25 | 1 | -1/+1 |
| | |||||
* | Edit systemd chapters for grammar and idiom. | David Bryant | 2023-01-25 | 3 | -34/+34 |
| | |||||
* | binutils: remove a trailing punctuation in libsframe desc | Xi Ruoyao | 2023-01-17 | 1 | -1/+1 |
| | | | | to match other descriptions. | ||||
* | Really remove libsframe.a | Bruce Dubbs | 2023-01-16 | 1 | -1/+1 |
| | |||||
* | Add libsframe.so.0.0.0 to list of online-libs (used by strip itself) | Thomas Trepl | 2023-01-16 | 1 | -0/+1 |
| | |||||
* | Package updates. | Bruce Dubbs | 2023-01-15 | 1 | -4/+15 |
| | | | | | | | | | | | Update to iana-etc-20230109. Update to binutils-2.40. Update to bc-6.2.2. Update to linux-6.1.6. Update to man-db-2.11.2. Update to mpfr-4.2.0. Update to ncurses-6.4. Update to xz-5.4.1. | ||||
* | Remove obsolete sed no longer required in mpc-1.3.1 | Thomas Trepl | 2023-01-01 | 1 | -12/+0 |
| | |||||
* | Patch systemd against CVE-2022-4415 | Douglas R. Reno | 2022-12-28 | 1 | -3/+3 |
| | |||||
* | Standardize spelling of "userspace". | David Bryant | 2022-12-24 | 2 | -2/+2 |
| | |||||
* | Improve English idiom and make additional changes, for clarity. | David Bryant | 2022-12-20 | 1 | -22/+22 |
| | | | | | Rephrased a clumsy sentence. Broke a run-on sentence in two. Used adverbs, and the possessive case, where necessary. | ||||
* | Remove redundant verbiage; improve English idiom. | David Bryant | 2022-12-20 | 1 | -5/+5 |
| | |||||
* | Removed redundant verbiage. Rewrote a very clumsy sentence. | David Bryant | 2022-12-20 | 1 | -9/+8 |
| | | | | | To speak of a difference (implying subtraction) and a factor (multiplication) as equivalent is confusing at best. | ||||
* | Capitalize package names. Patch up a clumsy sentence. Change an | David Bryant | 2022-12-19 | 2 | -12/+12 |
| | | | | | instance of the imperative mood to the indicative. Improve the description of the "halt" and "init" programs. | ||||
* | Capitalize the name of the package. Standardize references to | David Bryant | 2022-12-17 | 1 | -36/+37 |
| | | | | | | "ext{234}" file systems. Clean up English idiom here and there. Standardize the spelling of "file system"; unless it's part of a command or something like that, it should be written as two words. | ||||
* | Patched clumsy verbiage. Added two items (hardlink, lsfd) to the list | David Bryant | 2022-12-16 | 1 | -29/+52 |
| | | | | | | | of installed programs. Added (link to setarch) to the five items that link to setarch. Corrected erroneous description of swapoff. Clarified some of the "short descriptions". Changed the imperative mood to the indicative mood, and added an "s" to a couple of possessive nouns. | ||||
* | gawk: LN='ln -f' is an overridden make variable, not environment variable | Xi Ruoyao | 2022-12-16 | 1 | -1/+1 |
| | | | | | | `LN='ln -f' make install` won't work. The terminlogy "override" is from section 9.5 of "info make". | ||||
* | Capitalized the name of the package. Removed "pwait" from the | David Bryant | 2022-12-15 | 1 | -4/+5 |
| | | | | | Short Descriptions list; it has already beeen dropped from the Installed Programs list. | ||||
* | Reordered a clumsy sentence. | David Bryant | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Correct inconsistency in list of installed programs (awk --> gawk). | David Bryant | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-12-15 | 23 | -239/+236 |
|\ | |||||
| * | Patch capitalization. Substitute "spell-checking" for "spell": | David Bryant | 2022-12-14 | 1 | -9/+10 |
| | | | | | | | | | | "Spell" can be a noun or a verb, but it's never an adjective. Clarify the description of "xxd". | ||||
| * | "Test suite" is two words. | David Bryant | 2022-12-14 | 1 | -2/+2 |
| | | |||||
| * | Test suite is two words. Added the definite article where idiomatic. | David Bryant | 2022-12-13 | 1 | -2/+2 |
| | |