Commit Graph

2023 Commits

Author SHA1 Message Date
Bruce Dubbs
b67111c8a4 Update to unrar-6.2.10. 2023-08-04 22:25:24 -05:00
Bruce Dubbs
3040325d8d Update to sg3_utils-1.48. 2023-08-04 20:02:41 -05:00
Xi Ruoyao
ddf89fff24
kernel-config: Separate toplevel menus with empty lines 2023-08-01 09:22:41 +08:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
Align with recent LFS change.  Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
e7cd19a120
general: Use new rendering method for kernel configuration
It's almost a plain "conversion".  Exceptions:

- In elogind, [CGROUPS] is dropped because it's in LFS now.
- In libusb, move the kernel configuration to match the layout of other
  packages.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
08c3c25204
pm-utils: Discourage using it on systemd
Not sure if we should hide this page at all if REV=systemd.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
c1beec5499
lm_sensors: Modernize, and use new rendering for kernel configuration
I believe the book documented how to configure the sensors in 1990s.
Let's document some modern thing instead.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
dfb8390cea
systemd: Update to systemd-254 2023-07-29 10:34:02 +08:00
Douglas R. Reno
467436e3de Update to unrar-6.2.9 2023-07-23 11:01:58 -05:00
Xi Ruoyao
32c1b7796b
Archive MarkupSafe and Jinja2
They are now a part of LFS for both sysv and systemd.
2023-07-17 21:33:08 +08:00
Xi Ruoyao
b980f67961
elogind: Fix the desc for -Dcgroup-controller
The value of this switch only makes a difference with cgroupv1.  But we
are using Linux 6.x, and elogind is built with
-Ddefault_hierarchy=unified (the default), so it actually uses cgroupv2
and it seems we don't really need this switch.

But after a closer look at the building system I realized if the kernel
is not built with CONFIG_CGROUPS enabled (for example in a chroot
environment where the host does not enable this), the building system
will refuse to build the package w/o an explicit setting here.  So
update the description.
2023-07-13 03:38:38 +08:00
Xi Ruoyao
06a0a0a82c
dbus: Tell how to start dbus-daemon w/o rebooting 2023-07-13 01:39:24 +08:00
Xi Ruoyao
eb9f0efccc
elogind: Document two tests depending on /etc/machine-id 2023-07-12 20:34:18 +08:00
Douglas R. Reno
fe04ab5597 Update to upower-1.90.2. Patch by Rahul Chandra.
This update needs libgudev-238 to go in alongside it as it depends on
the newline stripping fix.
2023-07-11 10:20:08 -05:00
Xi Ruoyao
92981242bd
systemd: Update test suite status
PATH+=:/usr/bin is now coded in the test script, so we no longer need to
add it.  And I've noticed test-netlink failure on one of my systems.
2023-07-05 01:08:10 +08:00
Bruce Dubbs
51259ad757 Update to bluez-5.68. 2023-07-03 12:48:05 -05:00
Xi Ruoyao
6af6704d84
udisks2: Make runtime dependencies optional 2023-07-02 15:57:09 +08:00
Xi Ruoyao
d5e4de79d3
Udisks2 dependency chain clean up 2023-07-02 04:16:35 +08:00
Bruce Dubbs
f0454b5734 Update to udisks-2.10.0. 2023-06-30 15:50:09 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
cb594b6ca3
general: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:17:52 +08:00
Xi Ruoyao
6b86812e74
dbus: [sysv] Remove --enable-user-session explanation 2023-06-27 19:04:40 +08:00
Douglas R. Reno
c89c2823e5 Fix some documentation alignment inconsistencies
Reported by rhubarbpieguy on blfs-dev
2023-06-10 20:20:01 -05:00
Bruce Dubbs
d241861f92 Update to dbus-1.14.8. 2023-06-09 16:30:36 -05:00
Bruce Dubbs
5867c6d623 Update to unrar-6.2.8. 2023-06-06 19:17:52 -05:00
Bruce Dubbs
545b6d0a70 Update to unrar-6.2.7. 2023-05-19 14:52:25 -05:00
Pierre Labastie
702c50c7d8 Add Jinja2 as required for elogind
It's a new dependency in 252.9. I had not seen it when upgrading.
2023-05-18 07:54:16 +02:00
Pierre Labastie
1db852a550 Update to elogind-252.9
ALso add forgotten changelog entry for sphinx
2023-05-17 19:04:49 +02:00
Xi Ruoyao
a17f6a03ab
systemd: Sync grammar fix from LFS 2023-05-16 14:24:42 +08:00
Xi Ruoyao
f935d0dec0
systemd: Note some test failures
Just tried the test suite in a VM with minimal kernel configuration and
the root user, and noticed some failures.
2023-05-10 15:44:55 +08:00
Xi Ruoyao
7c421371ce
systemd: Fix runtime issue exploited by GCC 13 2023-05-10 15:23:55 +08:00
Bruce Dubbs
cc610062b8 Update to pciutils-3.10.0. 2023-05-03 19:27:48 -05:00
Bruce Dubbs
791f98630a Update to cpio-2.14. 2023-05-03 19:19:17 -05:00
Xi Ruoyao
66e22c9b8c
dbus: Update test suite info
The test suite can be ran w/o dbus-python and pygobject, but many tests
are just disabled (they even do not show up as "SKIPPED").  For
editors, see the added comments for details.

LFS dbus page will be updated too.
2023-04-16 20:21:06 +08:00
Douglas R. Reno
61f1219f35 pm-utils: Fix a few bugs and incompatibilities with newer kernels.
Credit goes to the University of Illinois LUG for reporting this during
their last session.
2023-04-10 11:35:47 -05:00
Xi Ruoyao
c1ad464df4
systemd: Add -Ddev-kvm-mode=0660
Sync with LFS.
2023-04-10 16:19:51 +08:00
Pierre Labastie
211a01937c Fix detection of dbusmock in accountsservice
https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/112
2023-04-08 23:08:07 +02:00
Pierre Labastie
e725e77d19 Fix accountsservice deps again
dbus-python is a dependency of dbusmock, so no need to mention it
here
2023-04-07 23:05:47 +02:00
Pierre Labastie
1996a17afe Fix accountsservice dependencies
Vala is now recommended, and three python modules are needed for
tests. Prompted by a report by "revkarol" on blfs-support.
2023-04-07 22:04:48 +02:00
Pierre Labastie
b751256749 Update to accountsservice-23.13.9 2023-04-06 22:06:59 +02:00
Xi Ruoyao
0fab41a9df
accountsservice: Make systemd dependency runtime 2023-03-24 15:51:50 +08:00
Xi Ruoyao
4a00a6dac5
udisks2: Make systemd dependency runtime 2023-03-24 15:48:28 +08:00
Xi Ruoyao
b125bbf2ab
colord: Make systemd dependency runtime, and add elogind dependency
It uses logind API in libsystemd.so/libelogind.so.  Not sure if it's
strong enough to be "recommended", we may demote it later.

Q: Why systemd dependency is runtime, but elogind not?
A: LFS systemd provides libsystemd.so, which contains the logind APIs.
But these APIs will fail at runtime because systemd-logind is missing in
LFS, so we need a runtime dependency.  LFS sysv does not provide
libsystemd.so, and libsystemd.so is a symlink to libelogind.so which is
a part of elogind, so it's a build time dependency.
2023-03-24 15:48:28 +08:00
Xi Ruoyao
30b01dbd10
dbus: Demote systemd dependency and clarify what it is for 2023-03-24 15:48:27 +08:00
Xi Ruoyao
bb4bb1db9a
systemd: PAM is not strictly required, but also something "higher than recommended"
Make PAM recommended and add a big note about it.
2023-03-24 15:48:27 +08:00
Pierre Labastie
70d6ea499f Sysv: fix deps between dbus, X libs, and elogind
also remove a useless switch on dbus configure for sysv
2023-03-20 14:12:09 +01:00
Pierre Labastie
992c9e7238 Fix elogind dependencies
- dbus is not needed for building (and strictly speaking, it is
not needed for running, but strongly recommended)
- polkit was said to be runtime but role="runtime" was missing
- only valgrind is needed for tests
- there is no trace of gobject-introspection in the deps.
2023-03-19 14:15:21 +01:00
Bruce Dubbs
f8b4f14d63 Minor changes.
Remove unzipi ftp url.
Add jemalloc as an optional external dependency for bind.
2023-03-18 18:48:39 -05:00
Pierre Labastie
c667e1e5fa Update kernel config for elogind
The layout for cryptographic api has changed. This one is for
linux-6.2
2023-03-14 21:10:47 +01:00