Commit Graph

3741 Commits

Author SHA1 Message Date
Xi Ruoyao
b3d9df0bd4
useradd: add instructions for creating new user with same UID/GID on another system 2022-10-02 10:55:00 +08:00
Bruce Dubbs
743907e6b4 Update to libcap-2.66. 2022-10-01 12:31:01 -05:00
Pierre Labastie
fb3a93b301 cracklib: Fix commands and command explanations
Prompted by a report by "r1c0n3r0" on irc #lfs-support.
PYTHON=python3.10 is not needed anymore, as well as CPPFLAGS.
Document autoreconf.
2022-09-30 08:15:22 +02:00
Pierre Labastie
2c6c92d6a9 Update to gnutls-3.7.8 2022-09-29 17:47:10 +02:00
Bruce Dubbs
f59d30d08c Make gptfdisk work properly with util-linux-2.38. 2022-09-22 11:59:53 -05:00
Xi Ruoyao
b804521827
grub UEFI setup: realign kernel configurations 2022-09-22 12:33:43 +08:00
Xi Ruoyao
34e3e2d1ca
grub UEFI setup: add CONFIG_DRM_FBDEV_EMULATION
It's needed for running Linux console on top of SimpleDRM.

Fixes #17112 at BLFS side.  The issue is not limited to UEFI: if you
want to run the Linux console on any kernel modesetting driver, it's
needed.  So we need to mention it in LFS as well.
2022-09-22 12:11:00 +08:00
Douglas R. Reno
4bd4b77556 Package updates:
Update to btrfs-progs-5.19.1
Update to neon-0.32.4
Update to kdsoap-2.1.1
Update to graphviz-6.0.1
2022-09-21 18:41:19 -05:00
Douglas R. Reno
59949b6046 Update to NSS-3.83 2022-09-21 10:14:47 -05:00
Pierre Labastie
c8391c3d85 Spelling and grammar fixes to grub-setup
From the file attached to
https://wiki.linuxfromscratch.org/blfs/ticket/17085
by D Bryant.
2022-09-20 05:45:30 +02:00
Xi Ruoyao
7027897a70
grub EFI setup: Add CONFIG_VFAT_FS=y/M
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085#comment:4
2022-09-19 11:41:09 +08:00
Xi Ruoyao
27329c077d
grub EFI setup: remove CONFIG_EFI_RUNTIME_MAP
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:36:04 +08:00
Xi Ruoyao
9c44927210
grub EFI setup: "CONFIG_SIMPLEDRM" should be CONFIG_DRM_SIMPLEDRM
Buglink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:15:21 +08:00
Bruce Dubbs
4bc8fc2352 Update to emacs-28.2. 2022-09-16 15:37:42 -05:00
Bruce Dubbs
4d7adfd9e2 Update to stunnel-5.66. 2022-09-16 15:28:12 -05:00
Pierre Labastie
a4289351e1 Unconditionally use duktape for polkit
- duktape is so low overhead, that even if mozjs is later
  needed, it is not a problem...
- it simplifies our instructions, otherwise, we would have had to
  use four <screen> sections (sysd-duktape, sysv-duktape, sysd-mozjs,
  and sysv-mozjs). GNOME can also be used with sysv.
2022-09-16 08:39:31 +02:00
Tim Tassonis
f401faa609 Add duktape-2.7.0, allow polkit to use duktape instead of JS. 2022-09-15 19:15:50 +02:00
Bruce Dubbs
4852356344 Update to fuse-3.12.0. 2022-09-11 14:05:34 -05:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Xi Ruoyao
75e3e09e5f
networking: URL update
Also change all "http://sphinx-doc.org" to "https://www.sphinx-doc.org".
Without "www." I get a connection time out for some reason...
2022-09-08 15:55:46 +08:00
Xi Ruoyao
cd29bc9b3d
postlfs: URL updates 2022-09-08 12:52:53 +08:00
Bruce Dubbs
fd6676f5cc Update to shadow-4.12.3. 2022-09-07 19:51:01 -05:00
Pierre Labastie
4b3110c85a Fix autoreconf command in cracklib 2022-09-06 06:42:58 +02:00
Bruce Dubbs
056b5965ec Package updates
Update to neon-0.32.3.
Update to libwpe-1.12.3.
Update to cracklib-2.9.8.
Update to libsoup-3.0.8.
2022-09-05 18:03:13 -05:00
Pierre Labastie
7076607a6d Update url of lwn.net security database
Also change urls to https on the vulnerabilities page
2022-09-01 07:50:29 +02:00
Tim Tassonis
622d6320a6 Update to qemu-7.1.0. 2022-09-01 03:46:08 +02:00
Bruce Dubbs
01e2c90e25 Minor fixes.
Remove an inoperative ftp feference for the tree command.
Fix a minor gramma error in nss.
2022-08-30 22:25:07 -05:00
Douglas R. Reno
96923efd52 Typo fixes 2022-08-28 15:11:37 -05:00
Julien Lepiller
b38aed5077 Fix typos 2022-08-28 20:38:50 +02:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping 2022-08-28 23:01:36 +08:00
Xi Ruoyao
1977aef403
grub-efi: simplify emergency disk layout
"--boot-directory=/mnt/rescue/grub" will create "/mnt/rescue/grub/grub",
which seems a little redundant.
2022-08-28 22:21:14 +08:00
Xi Ruoyao
6db606f552
grub-efi: add minimal configuration with --removable
It's needed for e.g. setting the boot process on a 32-bit LFS with
64-bit UEFI firmware.
2022-08-28 22:19:14 +08:00
Xi Ruoyao
6851adea69
grub-efi: demote efibootmgr from required to recommended
We'll add how to configure EFI boot w/o efibootmgr later...
2022-08-28 21:24:15 +08:00
Xi Ruoyao
4f464d8efd
efivar: mark it useless on 32-bit kernel 2022-08-28 21:23:56 +08:00
Xi Ruoyao
fae75b7d8a
grub-efi: force --target=x86_64-efi for emergency boot disk
Without it, grub will create a MBR boot disk if the system is not booted
with EFI.
2022-08-28 20:44:23 +08:00
Xi Ruoyao
10311fad21
qemu: mention virtio drivers for disk and network 2022-08-28 20:43:33 +08:00
Xi Ruoyao
46a83048cb
qemu: describe an option to simulate UEFI hardware
Useful for testing BLFS UEFI section, or booting something (Windoge)
requiring UEFI.
2022-08-28 20:01:15 +08:00
Xi Ruoyao
99ae185ec3
efivar: patch for 32-bit system 2022-08-28 03:19:18 +08:00
Bruce Dubbs
3032882841 Tags 2022-08-26 16:39:32 -05:00
Bruce Dubbs
5cc198cd36 Update to vim-9.0.0228 (sync with LFS. And some tags. 2022-08-26 11:43:04 -05:00
Thomas Trepl (Moody)
9cb50666dd Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-08-26 12:19:51 +02:00
Thomas Trepl (Moody)
1bbb5ddaa5 Some more tags 2022-08-26 12:19:35 +02:00
Douglas R. Reno
8a2cb97ea3 Tag GNOME Applications and dependencies 2022-08-25 21:47:44 -05:00
Douglas R. Reno
fe33e3f2bd Tag GNOME Libraries and relevant dependencies 2022-08-25 16:50:31 -05:00
Bruce Dubbs
7263a049ae Tags 2022-08-25 16:06:42 -05:00
Douglas R. Reno
b1c0fa79df Update to WebKitGTK+-2.36.7 and other tags. 2022-08-25 11:25:40 -05:00
Douglas R. Reno
cce66dc465 Tag WebKitGTK+ dependencies prior to working on the update 2022-08-24 18:52:52 -05:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Xi Ruoyao
06f67e318c
firmware: update Intel microcode example for 11.2 release and CVE-2022-21233
Text only change.  But we'll need a SA for intel-microcode-20220809.
2022-08-24 16:29:29 +08:00