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
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
Xi Ruoyao
aa3a5e04fb
Update to systemd-253
2023-03-07 12:38:46 +08:00
Bruce Dubbs
585091034d
Update to raptor2-2.0.16.
2023-03-03 13:01:13 -06:00
Douglas R. Reno
237cc59ec5
Update to bubblewrap-0.8.0
2023-03-02 12:29:30 -06:00
Bruce Dubbs
4365e4d1f0
Fix ln command in dbus
2023-02-26 15:24:04 -06:00
Bruce Dubbs
e9237c36cb
Update to unrar-6.2.6.
2023-02-24 15:01:46 -06:00
Xi Ruoyao
3a8cdb193b
pax: Reword the comment so I won't change http to https again :(
2023-02-24 23:45:36 +08:00
Pierre Labastie
9ff9d3b0e7
use http:// for mirbsd site
...
Their https seems to use a too old version of tls
2023-02-24 16:30:18 +01:00
Bruce Dubbs
ae20e9a7f0
Use --exit-with-x11 for dbus-launch
2023-02-22 10:43:22 -06:00
Xi Ruoyao
7844a4ae09
colord: Apply the upstream fix for a double free
...
As it's causing a FTBFS on 32-bit x86, make it into 11.3.
2023-02-22 16:35:58 +08:00
Bruce Dubbs
acd88fc231
Tags and move 2 unneeded files
2023-02-18 23:21:52 -06:00
Douglas R. Reno
b464299292
Tag WebKit dependencies
2023-02-18 14:22:38 -06:00
Bruce Dubbs
790d2916e5
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-02-17 22:35:59 -06:00
Bruce Dubbs
dc1a45e9de
Lots of tags
2023-02-17 22:35:46 -06:00
Ken Moffat
bd550c1b12
Some tags.
2023-02-18 02:35:51 +00:00
Xi Ruoyao
8cf92e149b
bluez: Update kernel configuration section
...
1. I'm pretty sure MD5, SHA1, and KEY_DH_OPERATIONS are not needed
because I've tried testing bluez w/o them.
2. Some options mentioned by the package's README should be added.
3. The menu hierarchy of Cryptographic API section has been changed in
recent kernel releases so we need to adapt.
4. Let's not encourage people to use CONFIG_EXPERT.
2023-02-18 04:22:00 +08:00
Thomas Trepl
edbc1762eb
A few tags (mostly on xfce)
2023-02-17 18:10:37 +01:00
Douglas R. Reno
03c0def241
Tags for GTK+-3
2023-02-16 21:37:27 -06:00
Douglas R. Reno
18aa933933
Lots of tags for X
2023-02-16 14:17:59 -06:00
Douglas R. Reno
15445abd8c
Lots of tags
2023-02-15 23:24:25 -06:00
Ken Moffat
2a7cafaf97
Tags
2023-02-15 21:53:49 +00:00
Douglas R. Reno
09a464aa5f
Lots of tags and a typo fix in Nettle
2023-02-15 15:23:24 -06:00
Douglas R. Reno
9c87711c52
Tags
2023-02-14 20:49:41 -06:00
Douglas R. Reno
d0c42be1cf
Initial tags for 11.3
2023-02-14 18:44:18 -06:00
Bruce Dubbs
404943c6d4
Update to dbus-1.14.6.
2023-02-13 12:50:49 -06:00
Xi Ruoyao
c47e5255c9
Revert "udisks2: add a configuration for kernel NTFS3 driver"
...
This reverts commit e9dfbc0c26
and
6fa16a5033
.
No longer needed: udisks-2.9.4 already knows NTFS3 and prefers it over
ntfs-3g.
2023-02-13 02:41:13 +08:00
Xi Ruoyao
d4236e0e66
upower: Man pages need xsltproc, not gtk-doc
2023-02-13 00:26:56 +08:00
Xi Ruoyao
972a98559f
dbus: Drop dependency on dbus-glib for test
...
According to the NEWS file, the dependency has been removed years ago. I
also ran "make check" w/o it and no test failed.
2023-02-11 15:25:42 +08:00
Bruce Dubbs
bb3c618aba
Update to sysstat-12.7.2.
2023-01-30 00:59:13 -06:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
...
Mostly plain http -> https replace, if https works. If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/ ").
Some non-trivial change:
* www.mnogosearch.org is dead. Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
link.
2023-01-29 14:35:01 +08:00
Douglas R. Reno
2c0a093843
Update to unrar-6.2.5
2023-01-25 11:39:58 -06:00
Douglas R. Reno
666c01b061
Update to unrar-6.2.4
2023-01-24 16:23:20 -06:00
Douglas R. Reno
ca0df6f95b
Update to mc-4.8.29
2023-01-24 16:21:31 -06:00
Pierre Labastie
c10acfe844
Change ulink to xref for sphinx
2023-01-18 17:02:55 +01:00
Bruce Dubbs
7396855695
Fix url for p7zip. Upstream moved it.
2022-12-29 21:13:06 -06:00
Douglas R. Reno
e6940abbdf
systemd: Patch systemd against CVE-2022-4415
2022-12-28 09:59:01 -06:00
Bruce Dubbs
8b4a7295b9
Update to unrar-6.2.3.
2022-12-27 19:48:42 -06:00
David Bryant
a0e08b2176
Standardized the spelling of "userspace".
...
Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.
2022-12-24 14:14:57 -06:00
Thomas Trepl
ff9dc8e74f
Update to logrotate-3.21.0
2022-12-15 17:18:17 +01:00
David Bryant
48771ae06f
Unless it's a directory name, or something like that, "test suite"
...
should be spelled as two words.
2022-12-13 12:19:29 -06:00
David Bryant
b59e5eb3ea
Fixed a common misspelling. "setup" is a noun. When "set up" is a
...
phrasal verb, it is spelled as two words. This commit fixes most of
the misspelled "set up" instances in the BLFS book.
2022-12-12 14:17:31 -06:00
Pierre Labastie
65164ed75c
Try to clarify dependencies for usbutils
...
wget is recommended for building (used in the instructions)
git is required if running autogen.sh on the github tarball.
the kernel tarball has teh necessary files and autogen.sh is not
needed. Also, if usbhid-dump is not needed, git is not needed either.
2022-12-08 13:20:39 +01:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Bruce Dubbs
256eac6ea5
Update to pciutils-3.9.0.
2022-11-26 11:37:17 -06:00
Bruce Dubbs
a4682b8444
Update to usbutils-015.
2022-11-26 11:27:08 -06:00
Douglas R. Reno
963a486dcd
Bubblewrap: tweak spacing
2022-11-22 12:06:47 -06:00
Bruce Dubbs
7756281c69
Update to sysstat-12.7.1.
2022-11-17 16:16:30 -06:00
Bruce Dubbs
0d7ff48032
Update to bluez-5.66.
2022-11-16 18:13:09 -06:00
Bruce Dubbs
fc255ea1f1
Update to bubblewrap-0.7.0.
2022-11-15 14:53:26 -06:00
Douglas R. Reno
3947fa9bec
Four package updates.
...
Update to network-manager-applet-1.30.0
Update to libnma-1.10.4
Update to highlight-4.4
Update to unrar-6.2.2
2022-11-14 10:23:53 -06:00
Douglas R. Reno
eb07735db7
Two security updates:
...
Update to sysstat-12.6.1
Update to xfce4-settings-4.16.5
2022-11-14 09:35:21 -06:00
Douglas R. Reno
6c164c6b3c
Update to systemd-252.
2022-11-03 14:56:45 -05:00
David Bryant
76a6005a54
Removed redundant verbiage; edited for clarity.
2022-10-27 17:04:01 -05:00
Bruce Dubbs
13d0ae8bef
Package updates.
...
Update to alsa-lib alsa-utils 1.2.8.
Update to unrar-6.2.1.
Update to gtk-4.8.2.
2022-10-26 17:33:38 -05:00
Bruce Dubbs
02e5535941
Update to dbus-1.14.4.
2022-10-14 23:09:43 -05:00
Bruce Dubbs
b66e67e047
Update to dbus-1.14.2.
2022-10-01 12:50:18 -05:00
Bruce Dubbs
2faedff557
Update to acpid-2.0.34.
2022-09-19 14:31:47 -05:00
Douglas R. Reno
f07f654786
Four package updates
...
Update to NetworkManager-1.40.0
Update to gnome-bluetooth-42.4
Update to samba-4.17.0
Update to ModemManager-1.18.12
2022-09-16 10:35:09 -05:00
Xi Ruoyao
1b46bd8c90
systemd: use -Dpam=true
...
The main point to rebuild systemd in BLFS is for logind. Add -Dpam=true
so meson will fail if PAM is not installed correctly, instead of
silently producing a systemd build w/o logind again.
2022-09-16 10:37:14 +08:00
Douglas R. Reno
54a9539bc2
hdparm: Remove obsolete build tweak that was fixed in hdparm-9.65
2022-09-15 10:43:28 -05:00
Pierre Labastie
d914e3589f
Revert www.mirbsd.org to http
...
The site does not support TLS 1.2 which is the minimum supported
version for newer openssl, nss, and gutls.
2022-09-13 19:55:08 +02:00
Pierre Labastie
4e207bb418
Replace tabs with spaces (except in Makefile :)
2022-09-11 18:22:44 +02:00
Bruce Dubbs
cc1b7f1967
Update to hdparm-9.65.
2022-09-10 16:53:09 -05:00
Xi Ruoyao
6e2eb5cf0b
sysutils: URL update
2022-09-08 14:47:19 +08:00
Bruce Dubbs
17116121b7
Spelling
2022-09-07 18:41:01 -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
Pierre Labastie
03acb5866b
Fix building autofs with glibc-2.36
2022-08-24 08:04:46 +02:00
Bruce Dubbs
b984aaa12f
More tags
2022-08-23 21:44:16 -05:00
Douglas R. Reno
09422244a6
Tags for gtk3 and friends
2022-08-23 12:24:03 -05:00
Douglas R. Reno
aa0b625099
Tag Xorg and dependencies
2022-08-22 21:55:59 -05:00
Douglas R. Reno
ce1dd9df4e
Several tags
2022-08-22 15:41:07 -05:00
Douglas R. Reno
9b8ff698ec
Fix building hdparm-9.64 with glibc-2.36
...
Tags up to that point
2022-08-22 14:37:51 -05:00
Bruce Dubbs
48cb482af9
Just tags
2022-08-22 14:13:52 -05:00
Douglas R. Reno
ecc23863e9
libevent: Typo fix
...
llvm: Document new test failures
Tags
2022-08-22 14:03:54 -05:00
Douglas R. Reno
dca2b43ecd
Adapt CMake to use Boost-1.80.0 with FindBoost.
...
Tags
2022-08-22 11:33:42 -05:00
Douglas R. Reno
046d740a29
Some more tags
2022-08-22 00:11:24 -05:00
Bruce Dubbs
05299f4f48
Some initial 11.2 tags
2022-08-21 20:40:45 -05:00
Douglas R. Reno
24f4ee9163
Package Updates:
...
Update to gjs-1.72.2
Update to gnome-desktop-42.4
Update to geocode-glib-3.26.4
Update to tracker3-3.3.3
Update to cups-pk-helper-0.2.7
2022-08-18 13:38:34 -05:00
Pierre Labastie
a6d199dae6
Add glibc-2.36 patch for systemd in BLFS
2022-08-17 12:04:03 +02:00
Xi Ruoyao
bc099923a4
colord: update test command and result
...
"-k 2" is not needed because "ninja test" will simply invoke
"meson test", and the -k option of ninja won't affect test process.
2022-08-08 15:43:31 +08:00
Xi Ruoyao
66736d0dee
Revert "bluez: for systemd, create /var/lib/bluetooth at installation"
...
This reverts commit 58ad7bcaa6
.
No longer needed with bluez-5.65.
2022-07-25 15:43:26 +08:00
Bruce Dubbs
0b2a1fa8f0
Update to bluez-5.65.
2022-07-24 23:39:56 -05:00
Bruce Dubbs
23adab88da
Update to upower-v1.90.0.
2022-07-22 13:59:05 -05:00
Pierre Labastie
cca17d96ec
Minor updates and fixes for lm_sensors
2022-07-21 16:43:18 +02:00
Pierre Labastie
52944cb3d1
Update to LSB-Tools-0.10
2022-07-21 13:52:12 +02:00
Douglas R. Reno
4a86f18a79
Package Updates:
...
Update to mercurial-6.2
Update to upower-0.99.20
Update to libnotify-0.8.1
Update to xf86-input-wacom-1.1.0 (Xorg Driver)
2022-07-19 11:11:25 -05:00
Xi Ruoyao
58ad7bcaa6
bluez: for systemd, create /var/lib/bluetooth at installation
...
In the systemd unit file of bluez-5.64, there is:
ProtectSystem=full
ReadWritePaths=/var/lib/bluetooth
The combination of these two options make systemd to bind mount /
recursively and read-only to /run/systemd/unit-root in a new mount
namespace, then bind mount /var/lib/bluetooth to
/run/systemd/unit-root/var/lib/bluetooth, then run bluez in the chroot
at /run/systemd/unit-root in the separate namespace.
This helps to reduce the potential damage if a bluez security
vulnerability is exposed. But, if /var/lib/bluetooth does not exist,
systemd will fail to bind mount it and complain:
bluetooth.service: bluetooth.service: Failed to set up mount
namespacing: /run/systemd/unit-root/var/lib/bluetooth: No such
file or directory
As a simple workaround, just create this directory at installation. A
more elegant solution will be shipped in bluez-5.65:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=0905a06
Q: Why -m700?
A: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=edc69d2
2022-07-15 23:59:17 +08:00
Xi Ruoyao
09951b18c8
upower: LC_ALL=C is for test, not for install
...
How did I misplaced it ?!
2022-07-14 13:07:51 +08:00
Douglas R. Reno
a1a652ad15
Package Updates:
...
Update to URI-5.12 (Perl Module)
Update to xf86-input-synaptics-1.9.2 (Xorg Driver)
Update to hdparm-9.64
Update to wayland-protocols-1.26
Update to libdrm-2.4.112
2022-07-13 19:46:02 -05:00
Douglas R. Reno
156e1887fa
Package updates
...
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
c42d20552d
Move 'at' url to anduin
2022-06-22 22:50:23 -05:00
Xi Ruoyao
71c70d1ac8
dbus: remove --with-console-auth-dir
...
Sync with LFS @ r11.1-134.
2022-06-10 15:49:21 +08:00
Xi Ruoyao
b266362e91
upower: update to upower-v0.99.19 ( #16644 )
2022-06-09 16:22:32 +08:00
Xi Ruoyao
fc7f3a51bb
upower: make dbusmock dependency optional
...
Reported-by: Joe Locash <jlocash@gmail.com>
2022-06-07 16:41:53 +08:00
Bruce Dubbs
696d7c5a35
Update to sysstat-12.6.0.
2022-05-30 13:55:44 -05:00
Xi Ruoyao
46ac366355
update to systemd-251 (sync with LFS, #16566 )
2022-05-29 13:30:09 +08:00
Pierre Labastie
bbb35d2eb4
Update to logrotate-3.20.1
2022-05-26 20:32:10 +02:00
Bruce Dubbs
d9c3a6d524
Update to upower-v0.99.18.
2022-05-18 09:28:17 -05:00
Xi Ruoyao
19119f784e
update to bubblewrap-0.6.2 ( #16531 )
2022-05-13 20:15:43 +08:00
Bruce Dubbs
d0fbf51458
Update to unrar-6.1.7.
2022-05-08 13:21:53 -05:00
Pierre Labastie
7123e39ef5
Update to ModemManager-1.18.8
2022-04-30 17:04:42 +02:00
Xi Ruoyao
3d8a5921d6
bubblewrap: add --buildtype=release for meson
2022-04-24 18:56:25 +08:00
Xi Ruoyao
0df1e2d304
colord: remove unnecessary fixup
...
The "100 warnings" do not show up on my build without these commands. I
guess they are fixed at intltool -> gettext transition.
2022-04-22 12:18:33 +08:00
Pierre Labastie
7a9a7b2665
Remove spaces at the end of lines
2022-04-20 15:36:11 +02:00
Pierre Labastie
1c37eb5d5f
Update to pciutils-3.8.0
...
Also update changelog for parted
2022-04-19 20:34:15 +02:00
Pierre Labastie
fde1abe32d
Don't reference MarkupSafe and Jinja2 in systemd book
2022-04-17 09:50:50 +02:00
Pierre Labastie
6406b296af
systemd: add patch for kernel 5.17 headers
2022-04-06 17:25:29 +02:00
Bruce Dubbs
25ae8b8123
Typos
2022-04-06 10:19:42 -05:00
Bruce Dubbs
2edd90496f
Update to mc-4.8.28.
2022-03-28 17:36:50 -05:00
Tim Tassonis
0beb4e76ee
Update to at-3.2.5.
...
Fix changelog date
2022-03-28 21:30:58 +02:00
Bruce Dubbs
62d4a2391a
Update to bluez-5.64 and reformating kernel config
...
In grub-setup, change the order of kernel configureation items
to match the current kernel.
2022-03-20 11:48:09 -05:00