aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bootscripts: change "halt stop" to "halt start"Pierre Labastie2023-10-043-4/+9
| | | | | | | | | Commit 27d23b1d has changed the convention that scripts with Sxxx symlinks should be run with "stop" parameter in runlevels 0 and 6. They should now be called with the more intuitive "start" parameter. But a few scripts still call "/etc/init.d/halt stop". Fortunately, this occurs in code paths that are rarely run (unrecoverable errors). So it was not noticed until now. Anyway, this is fixed in this commit.
* glibc: Fix CVE-2023-4911Xi Ruoyao2023-10-042-2/+12
|
* createfiles: Remove doubled punctuationXi Ruoyao2023-10-021-1/+1
|
* whatsnew: Align OpenSSL package name with the <title> in its pageXi Ruoyao2023-10-021-1/+1
|
* glibc: Remove nscd from contentsXi Ruoyao2023-10-021-13/+2
|
* Package updates and one fix.Bruce Dubbs2023-10-016-47/+115
| | | | | | | | | | | | | | Disable building nscd in glibc. Update to iana-etc-20230929. Update to vim-9.0.1968. Update to openssl-3.1.3. Update to meson-1.2.2. Update to man-db-2.12.0. Update to linux-6.5.5. Update to kmod-31. Update to kbd-2.6.3. Update to gettext-0.22.2. Update to bc-6.7.0.
* shadow: Remove lastlog from contentsXi Ruoyao2023-09-301-12/+1
| | | | | It's deprecated because of Y2038 issue and no longer being built by default.
* createfiles: Add Y2038 info about the traditional {b,u,w}tmp and lastlog filesXi Ruoyao2023-09-301-3/+18
| | | | And utmp does not exist on systemd-based LFS.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkThomas Trepl2023-09-252-3/+13
|\
| * changelog: Fix a dateXi Ruoyao2023-09-251-1/+1
| |
| * glibc: Update upstream fixes patch to plug a memory leakXi Ruoyao2023-09-252-3/+13
| | | | | | | | | | The CVE-2023-4806 fix unintentionally caused a memory leak, now update the patch to include the fix for the leak.
* | Remove textual description of an arg no loger in instructionsThomas Trepl2023-09-251-7/+0
|/
* afterlfs: "Work remotely via SSH" does not strictly need wgetXi Ruoyao2023-09-241-2/+12
|
* /etc/os-release: Add HOME_URL fieldXi Ruoyao2023-09-191-0/+1
| | | | | It's used by AppStream in BLFS for calculating the ID of the operating system.
* Use GB for kernel build sizeBruce Dubbs2023-09-181-1/+1
|
* Update Linux kernel SBU and DUXi Ruoyao2023-09-181-5/+8
| | | | | The old values were measured with -j1, it's out of sync with our conventions now.
* Package updatesxry111/update-20230917Xi Ruoyao2023-09-172-8/+26
| | | | | | - Update to linux-6.5.3 (#5343) - Update to iana-etc-20230912 (#5006) - Update to iproute2-6.5.0 (#5342)
* hostreqs: Raise GCC minimal version to 5.2Xi Ruoyao2023-09-171-3/+5
| | | | | | | Pass 1 GCC FTBFS with system GCC 5.1. Link: https://gcc.gnu.org/PR65801 Link: https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2023-09/msg00005.html
* chapter05/libstdc++: Remove one more .la fileXi Ruoyao2023-09-151-1/+1
|
* systemd: Use NSS modules provided by systemd in nsswitch.confXi Ruoyao2023-09-143-37/+58
| | | | | It allows a simplification to /etc/hosts. Also correct some info about FQDN in both sysv and systemd.
* Glibc: Fix CVE-2023-4806Xi Ruoyao2023-09-145-41/+34
|
* git-version: Always skip creating version.ent if LFS-RELEASE existsXi Ruoyao2023-09-131-5/+4
|
* stripping: Compress the kept debug info with ZlibXi Ruoyao2023-09-131-4/+7
|
* glibc: Fix CVE-2023-4527Xi Ruoyao2023-09-131-0/+12
|
* build: Add "make dist"Xi Ruoyao2023-09-133-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/bashXi Ruoyao2023-09-131-1/+1
| | | | There is some bash-ism in the script.
* Make /dev/shm mount and umount verbosePierre Labastie2023-09-122-2/+2
| | | | | Almost all commands in lfs are verbose. Don't know why these ones were not.
* Do not retrieve yr from sysdateThomas Trepl2023-09-111-1/+1
|
* Fix hardcoded copyright yearThomas Trepl2023-09-111-1/+1
|
* binutils-pass2: Minor rewordXi Ruoyao2023-09-101-1/+1
|
* chapter08: Make Installed "program(s)/library(ies)/directory(ies)" ↵Xi Ruoyao2023-09-095-9/+9
| | | | consistently lowercase
* perl: Move some explanations from Chapter 8 to Chapter 7Xi Ruoyao2023-09-092-29/+32
| | | | Explain switches once they show up first time.
* util-linux: minor grammar rewordDouglas R. Reno2023-09-091-1/+1
|
* mpfr: 4.2.1 has 198 testsXi Ruoyao2023-09-091-1/+1
|
* binutils-pass2: Reword the paragraph about libtool workaroundXi Ruoyao2023-09-081-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 overrideXi Ruoyao2023-09-081-5/+1
| | | | It's not needed anymore with 9.4.
* whatsnew: Align package names with <title>s in package pagesXi Ruoyao2023-09-081-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 pageXi Ruoyao2023-09-081-1/+1
|
* Add some missed whatsnew and changelog entriesXi Ruoyao2023-09-072-4/+15
|
* pkgconf: Hotfix for a regression breaking BLFS packagesXi Ruoyao2023-09-071-9/+6
| | | | Link: https://github.com/pkgconf/pkgconf/issues/317
* changelog: Fix typoXi Ruoyao2023-09-061-1/+1
|
* dependencies: Zstd should be in binutils-rundeps tooXi Ruoyao2023-09-061-1/+1
|
* util-linux: Use 2^128 instead of "340 trillion trillion trillion"Xi Ruoyao2023-09-051-1/+2
|
* Package updatesxry111/update-20230905Xi Ruoyao2023-09-052-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 binutilsXi Ruoyao2023-09-054-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 Dubbs2023-09-043-28/+26
| | | | | Move caution regarding building by mixing different versions of LFS to General Compilation Instructions.
* dependencies: Add patchutils as check optional dependencyXi Ruoyao2023-09-041-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-groupXi Ruoyao2023-09-031-2/+2
|
* currency: Remove stale lfs-latest.php and symlink lfs-latest-git.php to itXi Ruoyao2023-09-031-481/+1
| | | | It just does not make sense to keep a completely useless script here...
* zlib: Switch to https://zlib.net/fossilsXi Ruoyao2023-09-031-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.