Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gawk: "rm -f ..." is a command, not an envar | Xi Ruoyao | 2023-11-03 | 1 | -1/+1 |
| | |||||
* | gawk: Fix "gawk-&gawk-version; is a remnant from Chapter 7" again | Xi Ruoyao | 2023-11-03 | 1 | -4/+7 |
| | | | | | | | | | | | We'd fixed #5180 by forcing LN='ln -f'. But this has stopped to work with gawk-5.2.2 (and 5.3.0) because now the building system explicitly checks the existence of gawk-&gawk-version; and refuses to update it if it exists. Now removing the file before "make install" seems the easiest solution. Link: https://git.savannah.gnu.org/cgit/gawk.git/commit/?id=11762f4c0685 | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2023-11-01 | 3 | -17/+47 |
|\ | |||||
| * | python: Remove --with-system-ffi | Xi Ruoyao | 2023-11-01 | 1 | -9/+0 |
| | | | | | | | | | | | | This option is removed by upstream in 3.12. Link: https://github.com/python/cpython/pull/100544 | ||||
| * | dependencies: Remove useless <phrase> | Xi Ruoyao | 2023-11-01 | 1 | -1/+1 |
| | | |||||
| * | dependencies: Add Setuptools | Xi Ruoyao | 2023-11-01 | 1 | -6/+43 |
| | | | | | | | | By the way, complete the dependencies on Wheel too. | ||||
| * | setuptools: Fix installed directory list | Xi Ruoyao | 2023-11-01 | 1 | -2/+4 |
| | | |||||
* | | Update currency for setuptools | Bruce Dubbs | 2023-11-01 | 1 | -0/+4 |
|/ | |||||
* | Update shadow home page | Bruce Dubbs | 2023-10-31 | 1 | -1/+1 |
| | |||||
* | PAckage updates. | Bruce Dubbs | 2023-10-31 | 6 | -31/+170 |
| | | | | | | | | | | | | | Update to iana-etc-20231019. Update to wheel-0.41.3. Update to shadow-4.14.2. Update to openssl-3.1.4. Update to texinfo-7.1. Update to meson-1.2.3. Update to bc-6.7.2. Update to linux-6.5.9. Update to Python-3.12.0. Add setuptools-68.2.2. | ||||
* | pkgmgt: Sync the naming of SpiderMonkey with BLFS | Xi Ruoyao | 2023-10-24 | 1 | -1/+1 |
| | |||||
* | pdf book: fix page numbering in part III | Pierre Labastie | 2023-10-18 | 1 | -0/+18 |
| | | | | | | | | | By default page numbering in <preface> is in roman numeral. This is ok for the book preface, but not for the part III preface. So copy the page.number.format template from docbook stylesheets to stylesheets/lfs-xsl/pdf/lfs-pagesetup.xsl, and modify it. Reported by: Vladimir Pertsev on lfs-dev list | ||||
* | PAckage updates. | Bruce Dubbs | 2023-10-15 | 2 | -9/+27 |
| | | | | | | Update to linux-6.5.7. Update to shadow-4.14.1. Update to gettext-0.22.3. | ||||
* | dependencies: MarkupSafe and Jinja2 dependencies should be rendered for sysv too | Xi Ruoyao | 2023-10-11 | 1 | -12/+12 |
| | |||||
* | currency: Do not run strip_tags on api.github.com output | Xi Ruoyao | 2023-10-08 | 1 | -2/+3 |
| | | | | | | The output of api.github.com is JSON, thus we should not remove every <...> for it. For example, strip_tags had trimmed the JSON for shadow-4.14.1, leading to "Attempt to read property "tag_name" on null". | ||||
* | packages: Remove empty sha256 fields | Xi Ruoyao | 2023-10-07 | 2 | -4/+0 |
| | |||||
* | man-db: Remove outdated test failure notice | Xi Ruoyao | 2023-10-05 | 1 | -5/+1 |
| | |||||
* | pkgmgt: Reinstall the same version of Glibc should be safe | Xi Ruoyao | 2023-10-05 | 1 | -0/+11 |
| | |||||
* | bootscripts: change "halt stop" to "halt start" | Pierre Labastie | 2023-10-04 | 3 | -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-4911 | Xi Ruoyao | 2023-10-04 | 2 | -2/+12 |
| | |||||
* | createfiles: Remove doubled punctuation | Xi Ruoyao | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | whatsnew: Align OpenSSL package name with the <title> in its page | Xi Ruoyao | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | glibc: Remove nscd from contents | Xi Ruoyao | 2023-10-02 | 1 | -13/+2 |
| | |||||
* | Package updates and one fix. | Bruce Dubbs | 2023-10-01 | 6 | -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 contents | Xi Ruoyao | 2023-09-30 | 1 | -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 files | Xi Ruoyao | 2023-09-30 | 1 | -3/+18 |
| | | | | And utmp does not exist on systemd-based LFS. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Thomas Trepl | 2023-09-25 | 2 | -3/+13 |
|\ | |||||
| * | changelog: Fix a date | Xi Ruoyao | 2023-09-25 | 1 | -1/+1 |
| | | |||||
| * | glibc: Update upstream fixes patch to plug a memory leak | Xi Ruoyao | 2023-09-25 | 2 | -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 instructions | Thomas Trepl | 2023-09-25 | 1 | -7/+0 |
|/ | |||||
* | afterlfs: "Work remotely via SSH" does not strictly need wget | Xi Ruoyao | 2023-09-24 | 1 | -2/+12 |
| | |||||
* | /etc/os-release: Add HOME_URL field | Xi Ruoyao | 2023-09-19 | 1 | -0/+1 |
| | | | | | It's used by AppStream in BLFS for calculating the ID of the operating system. | ||||
* | Use GB for kernel build size | Bruce Dubbs | 2023-09-18 | 1 | -1/+1 |
| | |||||
* | Update Linux kernel SBU and DU | Xi Ruoyao | 2023-09-18 | 1 | -5/+8 |
| | | | | | The old values were measured with -j1, it's out of sync with our conventions now. | ||||
* | Package updatesxry111/update-20230917 | Xi Ruoyao | 2023-09-17 | 2 | -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.2 | Xi Ruoyao | 2023-09-17 | 1 | -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 file | Xi Ruoyao | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | systemd: Use NSS modules provided by systemd in nsswitch.conf | Xi Ruoyao | 2023-09-14 | 3 | -37/+58 |
| | | | | | It allows a simplification to /etc/hosts. Also correct some info about FQDN in both sysv and systemd. | ||||
* | Glibc: Fix CVE-2023-4806 | Xi Ruoyao | 2023-09-14 | 5 | -41/+34 |
| | |||||
* | 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. |