Commit Graph

3924 Commits

Author SHA1 Message Date
Bruce Dubbs
67d0ff0733 Update to tcsh-6.24.10. 2023-04-16 12:51:05 -05:00
Bruce Dubbs
8673042c0b Update to tcsh-6.24.09. 2023-04-15 10:34:00 -05:00
Bruce Dubbs
f5cfb36ca9 Update to tcsh-6.24.08. 2023-04-11 13:12:18 -05:00
Bruce Dubbs
a3be1210ad Update to parted-3.6. 2023-04-11 13:04:51 -05:00
Xi Ruoyao
d129835cfa
qemu: Comment out udev rule
It's in LFS now.  And add a note that using "bridge" device strictly
requiring the kvm group.
2023-04-12 01:14:09 +08:00
Xi Ruoyao
0fea8320f7
qemu: /dev/kvm mode is now set in LFS, and logind-based access is allowed 2023-04-10 16:51:19 +08:00
Bruce Dubbs
b1643e3b90 Put custom kvm udev rule into /etc/udev 2023-04-09 16:36:04 -05:00
Bruce Dubbs
a12730f76a Remove sdl dependeny from pages that also have sdl2 as a dependency 2023-04-07 13:13:35 -05:00
Bruce Dubbs
0b8fb2ff91 Update to cracklib-2.9.11. 2023-04-04 13:00:01 -05:00
Bruce Dubbs
7d90b1b074 Update to libcap-2.68. 2023-04-03 18:15:21 -05:00
Bruce Dubbs
e1d06c019e Remove obsolete patch from gpgme downloads 2023-04-02 17:18:17 -05:00
Bruce Dubbs
6a8a6a0d8a Update to gpgme-1.19.0. 2023-04-01 21:07:06 -05:00
Douglas R. Reno
c1be7853cf Update to fuse-3.14.1 2023-03-30 17:16:44 -05:00
Pierre Labastie
3b32f8a486 Update to btrfs-progs-6.2.2 2023-03-30 11:22:26 +02:00
Pierre Labastie
06b429e844 Update to xfsprogs-6.2.0 2023-03-30 11:09:14 +02:00
Pierre Labastie
187200ac00 Update to lvm2-2.03.20 2023-03-30 10:37:06 +02:00
Douglas R. Reno
510580fe0e Typo fix in make-ca.
Thanks goes to ruhbarbpieguy on blfs-dev
2023-03-23 15:01:09 -05:00
Xi Ruoyao
4e992e567d
nss: Remove an unneeded chmod command
Reported-by: Dragan <dk@draakict.com>
Link: https://hg.mozilla.org/projects/nss/rev/734f3d2aab2
2023-03-20 19:06:31 +08:00
Xi Ruoyao
21114f6af6
make-ca: Mark p11-kit again as runtime, and ...
add a note about running make-ca itself in the installation section.
2023-03-20 19:05:26 +08:00
Bruce Dubbs
b8a95d0d73 Clarify p11-kit dependencies 2023-03-19 13:44:15 -05:00
Pierre Labastie
3345cfea4d Remove the hint for circular dep in polkit
now elogind is not circular anymore. Also add missing "and" to the
systemd version
2023-03-19 15:55:33 +01:00
Pierre Labastie
47581826c7 make-ca: try to clarify the dependency on p11-kit 2023-03-19 15:23:08 +01:00
Bruce Dubbs
c346469519 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-03-17 15:20:42 -05:00
Bruce Dubbs
e628e0709c Update to openssh-9.3p1. 2023-03-17 15:18:30 -05:00
Bruce Dubbs
bc1c6f2611 Update to cracklib-2.9.10. 2023-03-17 13:06:50 -05:00
Xi Ruoyao
0cef3a6752
grub-efi: Fix "blind mode" issue
Move "insmod all_video" out of the "if loadfont" statement.  It's enough
for the kernel to use EFI FB.

The "terminal_output gfxterm" statement has to be guarded by "if
loadfont", or it can garble the display if unicode.pf2 not available.

"gfxmode" seems no-use on EFI.  According to upstream doc it's only
used for VGA BIOS Extension (as the name suggests, not available in EFI
environment).
2023-03-17 22:56:23 +08:00
Pierre Labastie
3733ce5b65 Update kernel config for ntfs3 (in ntfs-3g)
The layout has changed. Current as of linux-6.2
2023-03-14 21:10:47 +01:00
Pierre Labastie
4eadcde482 Update cryptsetup kernel configuration
The layout has changed. Here is the one in linux-6.2
2023-03-14 21:10:47 +01:00
Pierre Labastie
0f5515df63 Make a section for regulatory.db firmware
And tell the the cfg80211 driver needs to be loaded as a module.
See ticket #17780.
2023-03-13 18:38:33 +01:00
Pierre Labastie
91318eb9aa Add "setup" to meson commands
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Ken Moffat
b570b6aae4 Update to nss-3.89. 2023-03-13 05:14:31 +00:00
Xi Ruoyao
e2d95b97d5
uefi/grub-setup: Drop CONFIG_EFI_STUB
GRUB needs EFI stub to load the kernel on some other EFI platforms, but
not x86 (32-bit or 64-bit).
2023-03-12 21:15:21 +08:00
Xi Ruoyao
2266a90309
grub-setup: Adjust kernel config
With CONFIG_EXPERT disabled in LFS, CONFIG_FRAMEBUFFER_CONSOLE should be
forced to y.  Update the menu to reflect this.

CONFIG_NLS is also forced to y with CONFIG_ACPI and CONFIG_PCI enabled
(both should be necessary for any x86 system produced in 21st century).

Don't encourage user to be too "advanced".
2023-03-10 19:33:18 +08:00
Xi Ruoyao
cffa49c5a8
grub efi setup: Set iocharset= like codepage= 2023-03-09 19:53:38 +08:00
Xi Ruoyao
7bb0d4f355
grub efi cfg: Ensure codepage 437 enabled and use it in /boot/efi mount option
Without the codepage support, vfat can fails to mount.
2023-03-09 19:34:16 +08:00
Pierre Labastie
827154b1aa Update to btrfs-progs-6.2.1
See ticket #17734 for some details (mitigation of a btrfs-convert bug)
2023-03-08 18:53:15 +01:00
Thomas Trepl
3c09cbd0bf Upgrade to sudo-1.9.13p3 2023-03-07 13:10:45 +01:00
Bruce Dubbs
4e3dc38363 Update to stunnel-5.69. 2023-03-06 11:27:13 -06:00
Pierre Labastie
f7b346940f Install man pages in btrfs-progs
They are shipped with the tarball, but not installed by "make install"
if passing --disable-documentation to configure.
2023-03-04 09:08:28 +01:00
Bruce Dubbs
756f4609fc Update to LVM2.2.03.19. 2023-03-03 11:28:36 -06:00
Bruce Dubbs
4bd5e5987f Update to sudo-1.9.13p2. 2023-03-02 16:11:46 -06:00
Douglas R. Reno
902450de5f Update to fuse-3.14.0 2023-03-02 11:57:13 -06:00
Douglas R. Reno
69c88ff77f Update to bluefish-2.2.13 2023-03-02 11:53:09 -06:00
Xi Ruoyao
0c72a8b3b1
polkit: Remove unneeded -Djs_engine=duktape parameter
It's the default.
2023-03-02 11:00:29 +08:00
Xi Ruoyao
1121404454
polkit: Remove unnecessary configuration section
Now polkit installs a correct PAM location for LFS.  The building system
checks if /etc/lfs-release exists to know if the system is LFS.  If
/etc/lfs-release is not created, we can also specify it manually with
-Dos_type=lfs.

Link: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/117
2023-03-02 11:00:29 +08:00
Xi Ruoyao
8de6bb81c2
polkit: No need to use "-t3" now for test
The upstream has already coded a 90s timeout in the building system.
2023-03-02 11:00:29 +08:00
Ken Moffat
c5b59acc7d ptables - clarify what libpcap is used for.
Thanks to Jamenson Espindula for reporting the 'nfsyyproxy' typo,
which caused me to look at this.
2023-03-02 01:09:38 +00:00
Xi Ruoyao
8cffdfa121
qemu: Tell how to build guest kernel with Virtio 2023-02-27 15:32:06 +08:00
Xi Ruoyao
f1f151995f
qemu: Mention CONFIG_DRM_BOCHS and CONFIG_FB for the guest kernel to drive emulated "std" VGA card
Changed "vga" to "VGA" (except in commands) by the way.
2023-02-27 15:26:49 +08:00
Bruce Dubbs
6adb20630c Update to sudo-1.9.13p1. 2023-02-24 12:25:55 -06:00