Commit Graph

2038 Commits

Author SHA1 Message Date
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Bruce Dubbs
172c283578 Tag all remaining System Utilities 2023-08-20 15:35:13 -05:00
Xi Ruoyao
a8163a4fc9
upower: Drop polkit dependency
Upower no longer requires polkit since 2014.

Link: https://gitlab.freedesktop.org/upower/upower/-/commit/9a2b2633095fb
2023-08-20 10:09:19 +08:00
Douglas R. Reno
30c1c726dd Tag GTK+-2, GTK+-3, and Sawfish 2023-08-18 16:30:17 -05:00
Douglas R. Reno
479979e5f9 Tags 2023-08-18 15:05:38 -05:00
Thomas Trepl
2314cd79bd Some tags 2023-08-17 07:43:52 +02:00
Douglas R. Reno
a73fc76227 Tags 2023-08-16 19:32:11 -05:00
Douglas R. Reno
c8b719a475 Tags 2023-08-16 15:00:41 -05:00
Douglas R. Reno
0feefc9f45 pm-utils: minor reword of the warning about using it on systemd. 2023-08-16 14:18:24 -05:00
Douglas R. Reno
fc9dd6eb5b at: minor spacing adjustment for the PAM instructions 2023-08-16 14:05:25 -05:00
Bruce Dubbs
ddf1885be9 Tags 2023-08-15 18:32:22 -05:00
Douglas R. Reno
ed345e70fd Tags 2023-08-15 17:21:31 -05:00
Douglas R. Reno
7170b0a7b3 Update to mc-4.8.30 2023-08-14 12:50:19 -05:00
Xi Ruoyao
bc2c990bc1
kernel-config: Add toml file for bubblewrap kernel and fix a small issue
I guess Ken forgot a "git add" here :).

And the entry for NAMESPACES should be "-*-", not "[*]".  It's because
we assume everyone is not setting EXPERT.
2023-08-13 09:33:51 +08:00
Ken Moffat
f525884421 Bubblewrap: add kernel config. 2023-08-13 00:17:00 +01:00
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