Commit Graph

3880 Commits

Author SHA1 Message Date
Bruce Dubbs
5809826800 Package updates.
Update to bash-5.1.8.
Update to dejagnu-1.6.3.
Update to gdbm-1.20.
Update to libcap-2.51.
Update to man-pages-5.1.
2021-06-27 12:54:09 -05:00
Bruce Dubbs
577ac46eea Ensure capsh in installed from the libcap package. 2021-06-18 09:23:28 -05:00
Douglas R. Reno
f1f9fbefad Use the correct month for the changelog 2021-06-16 18:22:39 -05:00
Bruce Dubbs
7fe99c2ca7 Package Updates.
Update to iana-etc-20210611.
Update to vim-8.2.3001.
Update to util-linux-2.37.
Update to meson-0.58.1.
Update to linux-5.12.10.
Update to m4-1.4.19.
Update to grub-2.06.
2021-06-15 22:31:48 -05:00
Ken Moffat
9c3ce2ac8b For consistency, make the cpp link in /usr/lib. 2021-06-09 19:34:33 +01:00
Ken Moffat
c36301e75a For consistency, install iproute2 progs in /usr/sbin
(merged /usr) - from Joe Locash.
2021-06-09 18:49:02 +01:00
Bruce Dubbs
25596ffb1d Make stopping the network interfaces more robust.
SysV only.

When stopping or rebooting the system, the network boot script is run and looks
at all the /etc/sysconfig/ifconfig.* files. Some of the devices these files
refer to may not be active or even refer to interfaces that are not defined on
the current system. This change ignores non-existant interfaces and any
interfaces that are not UP. This change also avoids bogus warning or error
error messages when the system is shutting down.
2021-06-08 12:31:17 -05:00
Douglas R. Reno
9c53f9d20f Changelog: Make the bootscripts change SysV only 2021-06-03 12:16:34 -05:00
Thomas Trepl (Moody)
6a11766e6e Avoid killing mdmon at shutdown/reboot 2021-06-02 22:12:59 +02:00
Ken Moffat
82366ae3f0 Update to linux-5.12.8. 2021-06-01 03:46:49 +01:00
Bruce Dubbs
af4f4bfa8c Package updates.
Update to iana-etc-20210526.
Update to vim-8.2.2890.
Update to zstd-1.5.0.
Update to perl-5.34.0.
Update to inux-5.12.7.
Update to libcap-2.50.
Update to kmod-29.
Update to expat-2.4.1.
Update to elfutils-0.185.
Update to bc-4.0.2.
2021-05-28 15:00:26 -05:00
Thomas Trepl (Moody)
8d5f7c7557 Tweak install in iproute2 (rmv DOCDIR) 2021-05-26 08:04:51 +02:00
Douglas R. Reno
1432cda119 Point IRC to Libera.chat 2021-05-24 11:13:02 -05:00
Bruce Dubbs
9901d50d9a Tweak install directories for eudev and e2fsprogs 2021-05-17 14:34:48 -05:00
Ken Moffat
6df63e484f OpenSSL: add a note about upgrading. 2021-05-14 16:41:52 +01:00
Bruce Dubbs
5d0219fdad Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2021-05-12 18:34:57 -05:00
Bruce Dubbs
5ed37b354c Remove python tests in Chapter 8 2021-05-12 18:34:34 -05:00
Xi Ruoyao
c03457342d
typos fix 2021-05-13 01:43:09 +08:00
Douglas R. Reno
d7a942197e Merge Xi's changes into trunk
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!
2021-05-11 23:24:11 -05:00
Douglas R. Reno
99ee345ad6 Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14
and higher.
2021-04-28 20:29:58 -05:00
Bruce Dubbs
49e360b9b5 Add manual locales needed for tests if using alternate locale installation
instructions.

Minor changes to boot scripts.
2021-04-28 16:40:51 -05:00
Douglas R. Reno
c461bd9011 Changelog: Reflect 5.11.16 instead of 5.10.16 2021-04-26 19:32:25 -05:00
Bruce Dubbs
7b2439a5df Update to vim-8.2.2812.
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.
2021-04-26 19:26:06 -05:00
Xi Ruoyao
61707b171e
secure LFS URL 2021-04-23 18:57:29 +08:00
Xi Ruoyao
24c34df04f
Revert "Fix a header file in python, so that #include <python3.9/Python.h> works."
This reverts commit 2772bb9c30.

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.
2021-04-22 01:32:11 +08:00
Xi Ruoyao
7e80757c0d
add a changelog entry for Git migration 2021-04-07 01:04:10 +08:00
Xi Ruoyao
5948380997
automatically generate version info from git HEAD 2021-04-07 01:01:01 +08:00
Douglas R. Reno
6f6e362ab2 Update to OpenSSL-1.1.1k
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
2021-03-26 06:52:29 +00:00
Xi Ruoyao
03a41fd0cd binutils: use -j1 for make install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-17 16:30:50 +00:00
Bruce Dubbs
fa510ae7f4 Update to vim-8.2.2604.
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
2021-03-14 20:42:56 +00:00
Xi Ruoyao
35e0479cb7 systemd: simplify systemd man page installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-05 19:43:12 +00:00
Douglas R. Reno
06addba1bf Add systemd patch to allow systemd-rfkill to work on Linux-5.11+
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-05 01:10:02 +00:00
Pierre Labastie
2772bb9c30 Fix a header file in python, so that #include <python3.9/Python.h> works.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-02 22:02:06 +00:00
Bruce Dubbs
a688582a21 Cleanup after LFS-10.1 release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-01 15:35:00 +00:00
Bruce Dubbs
96e3aa699b Update to meson-0.57.1.
Update to Python-3.9.2. 



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-21 05:12:56 +00:00
Pierre Labastie
5595514967 fix grub to prevent generation of a huge binary blob for lzma compression
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-20 21:02:59 +00:00
Bruce Dubbs
d15bbff7a3 Fix a glibc bug that causes issues with chrooted applications.
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
2021-02-19 04:04:03 +00:00
Douglas R. Reno
f9a430a19d Add a command explanation for 'pwait'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-14 22:37:55 +00:00
Bruce Dubbs
0b52f7babf Update to util-linux-2.36.2.
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
2021-02-14 21:27:29 +00:00
Bruce Dubbs
0cbc052aff Update to iana-etc-20210202.
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
2021-02-07 01:10:56 +00:00
Pierre Labastie
97d5e7499c Mention that Xi Ruoyao is the author of the fix for libctf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12124 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 10:53:51 +00:00
Xi Ruoyao
4fb90e1ec9 changelog: edit pierre's changes to be more clear
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 02:52:42 +00:00
Pierre Labastie
df2e99e94d Really apply various fixes for building with glibc-2.33,
and change the order in chapter 8 so that everything is built against
chapter 8 glibc.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-02 21:35:59 +00:00
Bruce Dubbs
305ab2a4fa Update to bc-3.2.6.
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
2021-02-02 16:15:16 +00:00
Bruce Dubbs
0f8a1b64f8 Update to vim-8.2.2433.
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
2021-01-31 21:48:14 +00:00
Douglas R. Reno
beaca0e3e5 Update to tcl-8.6.11
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
2021-01-16 07:59:34 +00:00
Xi Ruoyao
704e800fcb util-linux: runstatedir=/run is also needed by sysv
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-13 09:00:22 +00:00
Xi Ruoyao
02776dffe1 use /run for runtime state directories
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-13 08:44:28 +00:00
Bruce Dubbs
bb31c129bb Happy New Year.
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
2020-12-31 17:20:49 +00:00
Bruce Dubbs
e8bdec57fa Update to libcap-2.46.
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
2020-12-14 21:45:13 +00:00