Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl: Use TEST_JOBS=$(nproc) make test_harness for test suitexry111/parallelism | Xi Ruoyao | 2023-09-13 | 1 | -1/+1 |
| | |||||
* | openssl: Add HARNESS_JOBS=$(nproc) | Xi Ruoyao | 2023-09-13 | 1 | -1/+1 |
| | |||||
* | automake: Do not use only 4 cores for testing if we have more | Xi Ruoyao | 2023-09-13 | 1 | -3/+6 |
| | |||||
* | chroot: Set MAKEFLAGS and TESTSUITEFLAGS for parallelism | Xi Ruoyao | 2023-09-13 | 1 | -5/+18 |
| | |||||
* | settingenviron: Set MAKEFLAGS for parallelism in ~lfs/.bashrc | Xi Ruoyao | 2023-09-13 | 2 | -12/+46 |
| | |||||
* | git-version: Always skip creating version.ent if LFS-RELEASE exists | Xi Ruoyao | 2023-09-13 | 1 | -5/+4 |
| | |||||
* | stripping: Compress the kept debug info with Zlib | Xi Ruoyao | 2023-09-13 | 1 | -4/+7 |
| | |||||
* | glibc: Fix CVE-2023-4527 | Xi Ruoyao | 2023-09-13 | 1 | -0/+12 |
| | |||||
* | build: Add "make dist" | Xi Ruoyao | 2023-09-13 | 3 | -1/+18 |
| | | | | | | For creating a tarball without .git directory easier. The tarball will include version.ent and LFS-RELEASE files so the book rendered from it won't show "unknown" for all dates. | ||||
* | git-version: Make shebang #!/bin/bash | Xi Ruoyao | 2023-09-13 | 1 | -1/+1 |
| | | | | There is some bash-ism in the script. | ||||
* | Make /dev/shm mount and umount verbose | Pierre Labastie | 2023-09-12 | 2 | -2/+2 |
| | | | | | Almost all commands in lfs are verbose. Don't know why these ones were not. | ||||
* | Do not retrieve yr from sysdate | Thomas Trepl | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | Fix hardcoded copyright year | Thomas Trepl | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | binutils-pass2: Minor reword | Xi Ruoyao | 2023-09-10 | 1 | -1/+1 |
| | |||||
* | chapter08: Make Installed "program(s)/library(ies)/directory(ies)" ↵ | Xi Ruoyao | 2023-09-09 | 5 | -9/+9 |
| | | | | consistently lowercase | ||||
* | perl: Move some explanations from Chapter 8 to Chapter 7 | Xi Ruoyao | 2023-09-09 | 2 | -29/+32 |
| | | | | Explain switches once they show up first time. | ||||
* | util-linux: minor grammar reword | Douglas R. Reno | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | mpfr: 4.2.1 has 198 tests | Xi Ruoyao | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | binutils-pass2: Reword the paragraph about libtool workaround | Xi Ruoyao | 2023-09-08 | 1 | -5/+11 |
| | | | | | | | | | | | | Well, I was blaming libtool too much. If the entire Binutils tree uses libtool this won't happen. The problem is Binutils building system is using libtool-style idiom on non-libtool components. And this issue is not related to cross compiling, at all. A native build can exploit the issue as well (see the updated comment). Maybe I'll submit a patch to GCC (yes, not a typo, GCC is the upstream of Binutils building system) to fix the issue when I have the mood... | ||||
* | coreutils: Drop gl_cv_macro_MB_CUR_MAX_good override | Xi Ruoyao | 2023-09-08 | 1 | -5/+1 |
| | | | | It's not needed anymore with 9.4. | ||||
* | whatsnew: Align package names with <title>s in package pages | Xi Ruoyao | 2023-09-08 | 1 | -10/+10 |
| | | | | | | | It makes the package names more consistent, and it reduces the number of different msgid's for translators. By the way, move Udev to keep alphabetic order. | ||||
* | packages: Add kmod home page | Xi Ruoyao | 2023-09-08 | 1 | -1/+1 |
| | |||||
* | Add some missed whatsnew and changelog entries | Xi Ruoyao | 2023-09-07 | 2 | -4/+15 |
| | |||||
* | pkgconf: Hotfix for a regression breaking BLFS packages | Xi Ruoyao | 2023-09-07 | 1 | -9/+6 |
| | | | | Link: https://github.com/pkgconf/pkgconf/issues/317 | ||||
* | changelog: Fix typo | Xi Ruoyao | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | dependencies: Zstd should be in binutils-rundeps too | Xi Ruoyao | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | util-linux: Use 2^128 instead of "340 trillion trillion trillion" | Xi Ruoyao | 2023-09-05 | 1 | -1/+2 |
| | |||||
* | Package updatesxry111/update-20230905 | Xi Ruoyao | 2023-09-05 | 2 | -9/+21 |
| | | | | | | - Update to linux-6.5.1 (#5332) - Update to pkgconf-2.0.3 (#5339) - Update to dbus-1.14.10 (#5337) | ||||
* | chapter08: Move pkgconf before binutils | Xi Ruoyao | 2023-09-05 | 4 | -4/+18 |
| | | | | | | | | | It allows binutils to link to zstd, so binutils will have zstd-compressed debug section support (the compression is not enabled by default but can be enabled via LDFLAGS etc. if wanted). We also need to add libzstd.so.&zstd-version; into online_usrlib to prevent a crash in stripping. | ||||
* | Move a caution to a better page. | Bruce Dubbs | 2023-09-04 | 3 | -28/+26 |
| | | | | | Move caution regarding building by mixing different versions of LFS to General Compilation Instructions. | ||||
* | dependencies: Add patchutils as check optional dependency | Xi Ruoyao | 2023-09-04 | 1 | -0/+3 |
| | | | | | | | | | The configure script says: configure: WARNING: filterdiff not installed; build will not be reproducible. The filterdiff program is a part of patchutils. | ||||
* | systemd: Slightly adjust the desc for -Dnobody-group | Xi Ruoyao | 2023-09-03 | 1 | -2/+2 |
| | |||||
* | currency: Remove stale lfs-latest.php and symlink lfs-latest-git.php to it | Xi Ruoyao | 2023-09-03 | 1 | -481/+1 |
| | | | | It just does not make sense to keep a completely useless script here... | ||||
* | zlib: Switch to https://zlib.net/fossils | Xi Ruoyao | 2023-09-03 | 1 | -4/+8 |
| | | | | | | | See added comment for rationale. I've "diff -Naur"ed extracted zlib-1.3.tar.xz and zlib-1.3.tar.gz and there is no difference. | ||||
* | Fix zlib download url | Pierre Labastie | 2023-09-02 | 1 | -1/+1 |
| | | | | | We may want to use either archive or github. But right now, use directly zlib.net... | ||||
* | changelog: Fix vim version string | Xi Ruoyao | 2023-09-03 | 1 | -1/+1 |
| | |||||
* | Add --no-cache-dir into pip3 wheel commands for Python modules | Xi Ruoyao | 2023-09-03 | 7 | -5/+20 |
| | |||||
* | Package updates and misc upates/typos. | Bruce Dubbs | 2023-09-02 | 12 | -172/+157 |
| | | | | | | | | | | | | | | | | | | Update to vim-1837.$ Update to zlib-1.3.$ Update to wheel-0.41.2 (Python Module).$ Update to util-linux-2.39.2.$ Update to sysvinit-3.08.$ Update to shadow-4.14.0.$ Update to Python-3.11.5.$ Update to procps-ng-4.0.4.$ Update to pkgconf-2.0.2.$ Update to mpfr-4.2.1.$ Update to kbd-2.6.2.$ Update to gzip-1.13.$ Update to coreutils-9.4.$ Specify the 'nobody-group' for systemd.$ Remove unused usb group.$ | ||||
* | Revert "openssl: Add a warning about minor version bump and OpenSSH" | Xi Ruoyao | 2023-09-02 | 1 | -15/+0 |
| | | | | | | | This reverts commit ad09ba40a1d521857bf440b093167d91e5172f04. This reverts commit bbaf00d41541380665f0b146d60d12afb44cc62b. No longer needed with OpenSSH-9.4 or later. | ||||
* | pdf: Allow breaking pages in version-check and kernel configuration | Xi Ruoyao | 2023-09-02 | 2 | -1/+2 |
| | | | | | | | | | They are very long <screen> or <note>. By default they are attributed "keep-together.within-column = always", override it to allow line break. Fixes #5336. Link: http://www.sagehill.net/docbookxsl/PageBreaking.html | ||||
* | dependencies: Fix stupid typo in BLFS elogind page URL | Xi Ruoyao | 2023-09-02 | 1 | -1/+1 |
| | | | | :( | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkr12.0 | Bruce Dubbs | 2023-09-01 | 0 | -0/+0 |
|\ | |||||
| * | whatsnew: The coming release is 12.0, not 11.4 | Xi Ruoyao | 2023-09-01 | 1 | -1/+1 |
| | | |||||
* | | Cleanup after 12.0 release | Bruce Dubbs | 2023-09-01 | 2 | -683/+93 |
|/ | |||||
* | dependencies: sync Systemd external dependency list from BLFS | Xi Ruoyao | 2023-08-31 | 1 | -6/+18 |
| | |||||
* | dependencies: Coreutils needs Autoconf and Automake | Xi Ruoyao | 2023-08-31 | 1 | -5/+6 |
| | | | | | The autoreconf command is from Autoconf, and "autoconf -fi" invokes automake. | ||||
* | hostreqs: Raise texinfo minimal version to 5.0 | Xi Ruoyao | 2023-08-30 | 1 | -2/+2 |
| | | | | | | Binutils-2.41 FTBFS with texinfo-4.x. I've tested 5.0 and it works. Link: https://sourceware.org/bugzilla/show_bug.cgi?id=30703 | ||||
* | tar: The problematic test can also be skipped if security labels disabled | Xi Ruoyao | 2023-08-28 | 1 | -1/+2 |
| | | | | | For example, if CONFIG_EXT4_FS_SECURITY (Ext4 Security Labels) not set and we are building on an ext4 file system, the test will be skipeed. | ||||
* | tar: Mention TESTSUITEFLAGS for testing | Xi Ruoyao | 2023-08-28 | 1 | -0/+7 |
| | |||||
* | gmp: On some CPUs more than 199 test can pass | Xi Ruoyao | 2023-08-27 | 1 | -1/+3 |
| |