aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * glibc: remove libc_cv_rtlddir override for nowXi Ruoyao2021-05-142-4/+2
| | | | | | | | Back to use the sed. Need to investigate later.
| * Use /usr/lib for libc_cv_rtlddirThomas Trepl (Moody)2021-05-142-8/+8
| |
| * Use a configuration option to set the loader pathes in lddThomas Trepl (Moody)2021-05-132-6/+24
| |
* | Tweak mail address for missing patchesBruce Dubbs2021-05-141-1/+1
|/
* Remove unnecessary command for systemd. Nice eye, Xi!Douglas R. Reno2021-05-131-0/+2
|
* glibc: fix ldd scriptXi Ruoyao2021-05-132-0/+10
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-05-123-4/+3
|\
| * systemd: fix systemd-sysext descriptionXi Ruoyao2021-05-131-2/+1
| | | | | | | | Technically it's not a daemon, copy the desc from man page.
| * typos fixXi Ruoyao2021-05-132-2/+2
| |
* | Remove python tests in Chapter 8Bruce Dubbs2021-05-122-13/+24
|/
* Merge Xi's changes into trunkDouglas R. Reno2021-05-1159-406/+250
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* xsl: fix copy-lfs-patch.sh generationXi Ruoyao2021-05-061-1/+1
|
* add new shadow homepageXi Ruoyao2021-05-062-5/+2
|
* git-version: fix trunk branch detectionXi Ruoyao2021-05-021-1/+1
|
* git-version: simplify the versioning schemeXi Ruoyao2021-05-011-6/+8
| | | | | | | | | | | | | | | Now the version for trunk head is simply rx.y-z. x.y is the last release, and z is the number of commits after x.y. For other commits, the version is rx.y-z-g{sha}. An abbreviated sha hash is added to distinguish commits with same x, y, and z on different branches. If there are uncommited changes, a "+" is appended to the version, indicating the version is "unclean". To make it works correctly, a tag "rx.y" have to be created on the last commit on trunk of x.y release.
* Add ipv6 localhost in Chapter 7 hosts fileBruce Dubbs2021-04-291-1/+4
|
* Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14Douglas R. Reno2021-04-283-4/+9
| | | | and higher.
* Add manual locales needed for tests if using alternate locale installationBruce Dubbs2021-04-285-8/+40
| | | | | | instructions. Minor changes to boot scripts.
* Changelog: Reflect 5.11.16 instead of 5.10.16Douglas R. Reno2021-04-261-1/+1
|
* Update to vim-8.2.2812.Bruce Dubbs2021-04-264-35/+73
| | | | | | | | | | Update to iana-etc-20210407. Update to Python3-3.9.4. Update to meson-0.57.2. Update to linux-5.10.16. Update to less-581. Update to file-5.40. Update to bc-4.0.1.
* mention make-ca in rebootingXi Ruoyao2021-04-241-0/+6
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-04-235-14/+14
|\
| * secure LFS URLXi Ruoyao2021-04-235-14/+14
| |
* | Update mail address in currency check.Bruce Dubbs2021-04-231-3/+3
|/
* add a paragraph for "downgrading issue" in package management pageXi Ruoyao2021-04-231-1/+21
|
* Revert "Fix a header file in python, so that #include <python3.9/Python.h> ↵Xi Ruoyao2021-04-222-4/+10
| | | | | | | | | | works." This reverts commit 2772bb9c30d8bc9fe97405cf6135c7b43ac0aa16. Python maintainers rejects the proposed fix in https://bugs.python.org/issue39026. We'll need to make a correct fix, or patch the downstream packages instead.
* Update lfs-latest to work with git and send to new server mailing list.Bruce Dubbs2021-04-141-17/+42
|
* Just a testDouglas R. Reno2021-04-131-0/+1
|
* Another test for mailing list setup.Bruce Dubbs2021-04-121-0/+1
|
* Remove the test comment.Bruce Dubbs2021-04-121-1/+0
|
* A dummy update for email tist testing.Bruce Dubbs2021-04-121-1/+1
|
* modify the reference to lfs-uefi hint to BLFS insteadXi Ruoyao2021-04-093-28/+23
|
* Correct file location for git repoBruce Dubbs2021-04-081-2/+2
|
* Initial file to check lfs package currency.Bruce Dubbs2021-04-081-0/+484
| | | | | | Currently it will send mail to a hardcoded local user and will need to be updated when the new lfs-book mailing list is available.
* 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
|
* Quiet git status check. Make sed more readable.Bruce Dubbs2021-04-061-2/+2
|
* remove leading zero for dayXi Ruoyao2021-04-071-1/+1
|
* add a changelog entry for Git migrationXi Ruoyao2021-04-071-0/+10
|
* automatically generate version info from git HEADXi Ruoyao2021-04-075-8/+67
|
* add .gitignorexry111/git-transitionXℹ Ruoyao2021-03-311-0/+1
| | | | | It will effectively prevent commiting lfs-bootscripts tarball into the repo anymore.
* remove $Date$ and $LastChangedBy$Xℹ Ruoyao2021-03-3130-148/+0
| | | | They are unsupported by Git.
* remove an old note for fileXi Ruoyao2021-03-281-9/+0
| | | | | | | | | It was introduced in r3047 (17 years ago!), and since file-5.00 (12 years ago) it seems no tarballs are removed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* file: secure the URL, add libseccomp as external dep, and move libmagic.so ↵Xi Ruoyao2021-03-284-2/+20
| | | | | | | | | | to /lib /bin/more links to libmagic.so (found on gimli and rivendell with a script) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* update util-linux homepageXi Ruoyao2021-03-271-1/+1
| | | | | | | | | | | | The old homepage is abandoned: not updated since 2014. Wikipedia gives two URLs for util-linux "homepage". One is just a directory list, and another is cgit. I think cgit is more like a homepage. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 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
* Really update acl to 2.3.1.Ken Moffat2021-03-261-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to OpenSSL-1.1.1kDouglas R. Reno2021-03-264-28/+65
| | | | | | | | | | | 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
* Clarify some explanations about the minimal directory layout in chap 4Pierre Labastie2021-03-242-3/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* restore a note about ln command from LFS 9.xXi Ruoyao2021-03-241-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689