aboutsummaryrefslogtreecommitdiffstats
path: root/general.ent
Commit message (Collapse)AuthorAgeFilesLines
* Add --no-cache-dir into pip3 wheel commands for Python modulesXi Ruoyao2023-09-031-0/+1
|
* housekeeping after min-kernel bumpXi Ruoyao2023-06-051-0/+4
| | | | | | Update the rationale for min-kernel in hostreqs. Add a note in general.ent about the EOL of current min-kernel. Realign the backslashes in glibc instructions.
* Package updates.Bruce Dubbs2023-06-031-1/+1
| | | | | | | | | | Update to iana-etc-20230524. Update to MarkupSafe-2.1.3 (Python Module) Update to linux-6.3.5. Update to openssl-3.1.1. Update to meson-1.1.1. Update to diffutils-3.10. Update to bc-6.6.0.
* qBruce Dubbs2023-03-041-3/+3
|
* wheel: switch download URLXi Ruoyao2022-11-111-0/+2
| | | | | Avoid the necessity to upload a tarball onto anduin. The URL does not contain long checksum and it produces a tarball with the same md5sum.
* kernfs: modernize the explanation for bind mounting /devXi Ruoyao2022-10-011-0/+1
| | | | | | | | | | | | | If you are using a "modern" distro (with devtmpfs and a modern udev implementation), a bind mounting is actually not needed because you can mount devtmpfs anyway. The only reason for bind mounting is to be compatible with old host distros where /dev is a directory containing many static device nodes, or is a tmpfs (not same as devtmpfs) popluated by bootscript or an old udev (modern udev implementations, including eudev and systemd-udev used by LFS, strictly requires a devtmpfs on /dev). So update the explanation to match the status quo.
* libstdc++ "stage 3" is not rebuilt for the same reason as "stage 2"Xi Ruoyao2022-09-301-0/+3
| | | | | | | | | | | I'm pretty sure "stage 2" libstdc++ (installed in ch6) is already fully featured. The reason to rebuild the stage 3 libstdc++ (or entire stage 3 gcc) is same as the reason to rebuild every packages in multiple chapters: to "settle down" it. Merge the content of https://www.linuxfromscratch.org/lfs/faq.html#rebuild-ch8 into the book as an explanation.
* kernel: adjust the instruction for mounting /bootXi Ruoyao2022-09-251-0/+1
| | | | | | LFS and the host may use different /boot configuration, so do not assume they'll share a /boot partition (two different /boot partition or only one with separate /boot are possible).
* mounting: create &fstab; conventional entity and use itXi Ruoyao2022-09-241-0/+1
|
* provide revision-specific wget-list-$(REV) fileXi Ruoyao2022-06-211-0/+7
| | | | | | | | It's irrational to force a sysv builder to download systemd, or vice versa. But we cannot simply make wget-list specific for revision: IIRC the wget-list file with all packages in either revision is used by some scripts on rivendell. So we keep wget-list as is, and provide a new wget-list-$(REV) file which only contains the packages for one revision.
* add convenience entities for users root and lfsXi Ruoyao2022-04-211-0/+3
|
* Set general.ent for developmentPierre Labastie2021-09-221-2/+2
| | | | I had set it to release for testing only
* short-version for systemd release is "stable-systemd"Pierre Labastie2021-09-221-1/+1
|
* general.ent: Add conditionals for release, rc, devPierre Labastie2021-09-221-21/+59
| | | | | WIP, needs some testing. But committing to be able to checkout trunk and back...
* Remove eol spaces not caught by mergePierre Labastie2021-09-221-1/+1
|
* Make generic-version the same on both booksPierre Labastie2021-09-221-2/+6
| | | | Needs to make a conditional for errata
* Remove a duplicated entity in general.entPierre Labastie2021-09-221-1/+0
|
* Add a conditional entity for sysv/systemdPierre Labastie2021-09-221-9/+20
| | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
* Remove a false comment in general.entPierre Labastie2021-09-201-1/+0
| | | | | jhalfs does not need anything in "copyrightdate", so that – can be used if desired
* Remove eol spacesPierre Labastie2021-09-071-3/+3
|
* Point Section 11,4 to right version of BLFSBruce Dubbs2021-08-311-1/+2
| | | | | | When we point to BLFS, we need to point to the right version: sysV or systemd. That's done with <phrase> and some symlinks on rivendell.
* mark automake as new, and fix an example in general.entXi Ruoyao2021-08-181-1/+1
|
* Add text regarding security advisories.Douglas R. Reno2021-07-191-0/+1
|
* Clean up of dependencies.xml and add runtime deps.DJ Lucas2021-07-101-0/+1
|
* use https for anduinXi Ruoyao2021-05-241-1/+1
|
* secure LFS URLXi Ruoyao2021-04-231-2/+2
|
* use https for rivendell, to skip a redirectionXi Ruoyao2021-04-081-1/+1
|
* Change patches locations from www to rivendell.Bruce Dubbs2021-04-071-1/+1
|
* automatically generate version info from git HEADXi Ruoyao2021-04-071-6/+15
|
* use HTTPS for most downloads (again)Xi Ruoyao2021-03-271-4/+4
| | | | | | | The previous HTTPS commit is reverted unintentionally :( git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to OpenSSL-1.1.1kDouglas R. Reno2021-03-261-3/+3
| | | | | | | | | | | Update to attr-2.5.1 Uodate to acl-2.5.1 Update to linux-5.11.10 Update to bc-3.3.4 Update to man-pages-5.11 Update to expat-2.3.0 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* binutils: use -j1 for make installXi Ruoyao2021-03-171-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2604. Bruce Dubbs2021-03-141-6/+7
| | | | | | | | | | | | | | | | | | Update to iana-etc-20210304. Update to zstd-1.4.9. Update to sysvinit-2.99. Update to linux-5.11.6. Update to libcap-2.49. Update to iproute2-5.11.0. Update to e2fsprogs-1.46.2. Update to bison-3.7.6. Update to bc-3.3.3. Update to attr-2.5.0. Update to acl-2.3.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a header file in python, so that #include <python3.9/Python.h> works.Pierre Labastie2021-03-021-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* URLs updateXi Ruoyao2021-03-021-4/+3
| | | | | | | | | | | | | | | | | | | | In generals.ent, all "common" URLs are changed to HTTPS. Bzip2 homepage is added. Elfutils, kbd, and util-linux homepage are modified to a "real" homepage, instead of a downloading directory. http://psmisc.sourceforge.net/ redirects to GitLab. Now most URLs are HTTPS. The remaining "unsafe" download locations: file-5.39.tar.gz (it can be downloaded from GitHub, but the package from GH needs autoreconf -fi), self-hosted packages at anduin, and patches at http://www.linuxfromscratch.org/ (should be fixed after gimli migration). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix dateBruce Dubbs2021-03-011-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix grub to prevent generation of a huge binary blob for lzma compressionPierre Labastie2021-02-201-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a glibc bug that causes issues with chrooted applications. Bruce Dubbs2021-02-191-3/+3
| | | | | | | | | | | | Update to bc-3.3.0. Update to openssl-1.1.1j. Update to meson-0.57.0. Update to linux-5.10.17. Update build times and sizes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to util-linux-2.36.2. Bruce Dubbs2021-02-141-3/+3
| | | | | | | | | | | | | | | Update to tar-1.34. Update to psmisc-23.4. Update to procps-ng-3.3.17. Update to man-db-2.9.4. Update to eudev-3.2.10. Update to elfutils-0.183. Update to e2fsprogs-1.46.1. Update to bc-3.2.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to iana-etc-20210202.Bruce Dubbs2021-02-071-3/+3
| | | | | | | | | | | Update to inetutils-2.0. Update to libcap-2.48. Update to binutils-2.36.1. Update to linux-5.10.13. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* systemd: fix versiondXi Ruoyao2021-02-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bc-3.2.6. Bruce Dubbs2021-02-021-3/+3
| | | | | | | | | Update to glibc-2.33. Minor change to mountfs boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct the versiond numberDouglas R. Reno2021-01-311-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2433. Bruce Dubbs2021-01-311-3/+3
| | | | | | | | | | | | | | | | | Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tcl-8.6.11Douglas R. Reno2021-01-161-3/+3
| | | | | | | | | | | | | Update to meson-0.56.2 Update to linux-5.10.7 Update to tar-1.33 Update to kmod-28 Update to findutils-4.8.0 In kmod, add zstd support for compressed kernel modules Typo fix for Cleaning Up Document GDBM test failure git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* use /run for runtime state directoriesXi Ruoyao2021-01-131-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Happy New Year.Bruce Dubbs2020-12-311-4/+4
| | | | | | | | | | | | | | | | Update to vim-8.2.2253. Update to iana-etc-20201229. Update to gdbm-1.19. Update to tzdata-2020f. Update to man-pages-5.10. Update to iproute2-5.10.0. Update to zstd-1.4.8. Update to kbd-2.4.0. Update to linux-5.10.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to libcap-2.46. Bruce Dubbs2020-12-141-3/+3
| | | | | | | | | | | | | Update to bc-3.2.4. Update to autoconf-2.70. Update to openssl-1.1.1i. Update to Python3-3.9.1. Update to linux-5.9.14. Update to bash-5.1 and readline-8.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to systemd-247Douglas R. Reno2020-12-041-3/+3
| | | | | | | | Update to bc-3.2.3 Update to linux-5.9.12 Incorporate kernel changes from rhubarbpieguy git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12065 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to ninja-1.10.2. Bruce Dubbs2020-12-011-3/+3
| | | | | | | | | | | | | | Update to bc-3.2.1. Update to linux-5.9.11. Update to automake-1.16.3. Update to sysvinit-2.98. Update to util-linux-2.36.1. Update to iana-etc-20201124. Update to vim-8.2.2070. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689