Xi Ruoyao
d64d2255f5
dependencies: zstd can use LZ4
2022-02-05 17:03:36 +08:00
Xi Ruoyao
bf6c6f8180
tcl: update to tcl-8.6.12 ( #5001 )
...
tdbc 1.1.2 -> 1.1.3
itcl 4.2.1 -> 4.2.2
2022-02-05 17:03:36 +08:00
Xi Ruoyao
21dd2f064f
glibc: Makefile is not generated
2022-02-05 17:03:33 +08:00
Douglas R. Reno
0a75d62658
Minor tweaks to systemd
2022-02-04 19:54:13 -06:00
Bruce Dubbs
1f8c0b947e
Fix currency for tcl
2022-02-04 13:29:55 -06:00
Xi Ruoyao
bca4876ac5
Revert "binutils: use -j1 for make install"
...
This reverts commit 03a41fd0cd
.
It's no longer needed after binutils-gdb commit "install dependencies for
ld -> bfd and libctf -> bfd" (755ba58e).
2022-02-04 17:55:05 +08:00
Thomas Trepl (Moody)
651c74bef9
Remove unnecessary sed in glibc-2.35
2022-02-04 10:51:57 +01:00
Bruce Dubbs
a5d31dd654
Package updates and a patch.
...
Add coreutils-9.0 chmod patch.
Update to glibc-2.35.
Update to linux-5.16.5.
Update to findutils-4.9.0.
Update to expat-2.4.4.
Update to iana-etc-20220128.
2022-02-03 13:02:19 -06:00
Xi Ruoyao
1966b8db8f
network cfg: mention that LFS and the host may name interfaces differently
2022-01-31 19:42:18 +08:00
Xi Ruoyao
4d323c324f
dependencies: coreutils-9.0 uses openssl-3 for cryptography
2022-01-31 19:42:18 +08:00
Bruce Dubbs
0aeb9f39a2
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-01-29 14:10:14 -06:00
Bruce Dubbs
d8038b2e4f
Update to linux-5.16.4.
2022-01-29 14:10:04 -06:00
Pierre Labastie
60933b952f
iproute2: remove a now useless sed
...
Upstream do not try anymore to build the *m_ipt modules if
iptables is not found.
2022-01-28 14:04:57 +01:00
Bruce Dubbs
e1ebbef46a
Package updates.
...
Update to vim-8.2.4236.
Update to zstd-1.5.2.
Update to util-linux-2.37.3 (security fix).
Update to Python-3.10.2.
Update to linux-5.16.2.
Update to libcap-2.63.
Update to iproute2-5.16.0.
Update to iana-etc-20220120.
2022-01-27 21:29:56 -06:00
Xi Ruoyao
8c3872af6c
dependencies: systemd uses zstd
...
It's used for compressing journals and coredumps.
2022-01-28 02:36:45 +08:00
Xi Ruoyao
02d0c359bb
dependencies: systemd does not depends on Intltool now
2022-01-27 20:59:42 +08:00
Xi Ruoyao
7b370c55d7
util-linux: remove the description of "raw" command
...
Since Linux-5.13, <linux/raw.h> has been removed from API headers. So
this command won't be built by util-linux.
2022-01-25 03:30:05 +08:00
Bruce Dubbs
d141d67546
Update to expat-2.4.3 (security fixes).
2022-01-20 13:35:28 -06:00
Pierre Labastie
18c1947298
Update to meson-0.61.1
2022-01-20 08:18:43 +01:00
Pierre Labastie
b83366b1b4
Use soversion for libreadline in "stripping" page
...
Report on #lfs-support by "r1c0n3r0": the libhistory and libreadline
filenames have been wrong on the "stripping" page since realine
version bump. Fix taken (with slight modification) from William
Harrington's port to arm:
05a2cd35aa
2022-01-20 08:11:31 +01:00
Thomas Trepl (Moody)
63ef88536a
Add a fix of type to meson patch (new patch file)
2022-01-17 16:56:06 +01:00
Xi Ruoyao
cd0ca9371c
shadow: fix a typo
2022-01-16 00:42:27 +08:00
Pierre Labastie
7ad105665e
Add missing installed program in shadow
...
getsubids has been added in shadow-4.10
2022-01-15 04:45:33 -08:00
Bruce Dubbs
ade3efafc6
Package updates.
...
Update to shadow-4.11.1.
Update to readline-8.1.2.
Update to meson-0.61.0.
Update to libpipeline-1.5.5.
Update to bash-5.1.16.
2022-01-14 13:43:28 -06:00
Douglas R. Reno
5ff21a47f9
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-01-13 18:28:30 -06:00
Douglas R. Reno
194e133dc0
Use the corrected systemd patch
2022-01-13 15:24:10 -06:00
Douglas R. Reno
c8df034e5f
Fix CVE-2021-3997 in systemd.
2022-01-13 15:16:37 -06:00
Pierre Labastie
7fba0753d1
Add a note telling to reenter chroot after making a backup
2022-01-09 19:18:24 +01:00
Pierre Labastie
b029aa8bfb
Remove ending space in shadow
2022-01-04 19:23:38 +01:00
Bruce Dubbs
da7949dfb6
Minor reworing of reason for GID 999
2022-01-04 11:43:19 -06:00
Xi Ruoyao
e7f0fa1fa6
shadow: "users" is a groupname, not a parameter
2022-01-05 01:12:58 +08:00
Pierre Labastie
2b3f5219bc
Reword explanation of GROUP parameter in /etc/default/useradd
...
Tell that 999 comes from the --gid parameter, and that we already have
a group "users" with this gid to prevent messages when first using useradd.
2022-01-04 17:53:09 +01:00
Pierre Labastie
7f13657de1
shadow: move /etc/default/useradd creation to "Configuration"
...
This is needed so that /etc/default/useradd is not removed by package
managers when rebuilding shadow in BLFS. Change the explanations in
the text accordingly.
2022-01-04 12:38:18 +01:00
Douglas R. Reno
d21ec2fcbb
systemd: Add CONFIG_PSI to the kernel configuration to get systemd-oomd
...
to work.
Note that it just skips bringing systemd-oomd up when not present, and
does not fail the startup process.
2022-01-03 12:03:45 -06:00
Xi Ruoyao
cd99aff683
Revert "shadow: remove explicit --disable-{su,runuser}"
...
This reverts commit 6ecd06927b
.
Continue to use shadow su, until it's really dead.
2022-01-03 23:28:24 +08:00
Xi Ruoyao
cea24f504c
systemd: correct the description of systemd#21896
2021-12-31 21:26:31 +08:00
Bruce Dubbs
ad89f7b0d6
Package updates.
...
Update to e2fsprogs-1.46.5.
Update to zstd-1.5.1.
Update to expat-2.4.2.
Update to shadow-4.10.
Update to sysvinit-3.01.
Update to linux-5.15.12.
Update to iana-etc-20211224.
Update to openssl-3.0.1.
Update to eudev-3.2.11.
Update lfs-latest-git.php currency for new eudev location.
2021-12-31 07:10:48 -06:00
Douglas R. Reno
6d19228191
Package Updates:
...
Update to systemd-250 (BLFS coming shortly)
Update to meson-0.60.3
Kernel Configuration: Enable the framebuffer since it's disabled by
default in Linux-5.15.
Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on
systemd.
2021-12-30 11:39:08 -06:00
Xi Ruoyao
6ecd06927b
shadow: remove explicit --disable-{su,runuser}
...
for sync with BLFS. They are automatically disabled when PAM is
unavailable.
2021-12-27 20:54:46 +08:00
Xi Ruoyao
20e30e42e2
dependencies: list Linux-PAM as an optional dependency of util-linux
2021-12-27 16:40:40 +08:00
Xi Ruoyao
e0f124e741
chapter 6 ncurses: disable stripping (invoking host strip)
2021-12-18 01:32:45 +08:00
Bruce Dubbs
39bc7c48df
Move Python to LFS in Standards section (again)
2021-12-17 10:26:36 -06:00
Bruce Dubbs
1c3c1fda64
Move Python to LFS in Standards section
2021-12-17 10:17:02 -06:00
Bruce Dubbs
05dcee7980
Package updates.
...
Update to python3-3.10.1.
Update to openssl-1.1.1m.
Update to linux-5.15.7.
Update to libcap-2.62.
2021-12-14 17:33:39 -06:00
Pierre Labastie
4b4f934b9c
Update the command explanations in findutils
2021-12-14 13:48:09 +01:00
Pierre Labastie
a844ebe965
Update the changelog for findutils
...
The preceding cherry-picked commit did not have a changelog entry
2021-12-14 13:46:50 +01:00
Thomas Trepl
f2ab0c5d05
Fix issue building findutils on a 32bit system
...
Cherry picked from the multilib branch
2021-12-14 13:39:01 +01:00
Bruce Dubbs
1ca22874d3
Fix currency for psmisc
2021-12-12 08:25:34 -06:00
Xi Ruoyao
88bbf22f8b
ncursesw: do not in-place overwrite library being used by bash
2021-12-04 16:53:16 +08:00
Xi Ruoyao
0fc98a07ff
gcc-pass1: set --with-glibc-version to target glibc version
...
"info gccinstall" says:
'--with-glibc-version=MAJOR.MINOR'
Tell GCC that when the GNU C Library (glibc) is used on the target
it will be version MAJOR.MINOR or later. Normally this can be
detected from the C library's header files, but this option may be
needed when bootstrapping a cross toolchain without the header
files available for building the initial bootstrap compiler.
So it can, and should be set to the version of glibc which will be built
for the chroot environment.
On x86_64, currently it does not make any difference with values >=
2.13. But it may make a difference if a new feature is added to glibc,
or on other platforms.
2021-12-03 03:06:18 +08:00