Xi Ruoyao
d3146ca393
kernel-config: Add USB_PCI to config for USB devices
...
It seems needed to use USB on *all* of my PC-like systems...
2024-02-03 22:10:31 +08:00
Xi Ruoyao
50d35ab35d
nspr: Make sed more clear and remove unneeded "-r"
...
Quote from Rainer Fiebig via blfs-dev:
<quote>
I think that the "-r" in the first of the following seds is not
necessary and so may be a bit confusing as the next one uses just a
plain "-i":
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
Personally, I also find the use of "#" in the second sed somewhat
unfortunate, as it used in the first one with a totally different
meaning.
</quote>
So let's remove -r and solve the "one symbol for different meanings"
issue. Note that in '/^RELEASE/s/^/#/' the first two '/'s have a
different meaning than others too, so use "|" instead of "/" for the
separator in sed "s" commands.
Suggested-by: Rainer Fiebig <jrf@mailbox.org>
2024-02-03 19:48:02 +08:00
Xi Ruoyao
20aab88f91
kernel-config: Adjust config needed by keyutils test
...
CRYPTO_DH is automatically set if KEY_DH_OPERATIONS is set, so there is
no need to mention it. CRYPTO_LIB_CHACHA20POLY1305 is needed to be y
or BIG_KEYS won't show up.
2024-02-03 19:23:10 +08:00
Xi Ruoyao
cd45da767f
Update to blfs-systemd-units-20240128
2024-02-03 18:37:58 +08:00
Bruce Dubbs
e8074fd2b5
Update to pipewire-1.0.3.
2024-02-02 21:01:59 -06:00
Bruce Dubbs
50ceb0651f
Typo in libreoffice version.
2024-02-02 20:51:55 -06:00
Douglas R. Reno
7b231190a6
Promote libpsl to recommended in wget, curl, and NetworkManager.
...
This is to protect against the "global cookie" issue outlined in
https://daniel.haxx.se/blog/2024/01/10/psl-in-curl/
After some discussion we've decided to promote these to recommended, and
in cURL I've added a note that while the package can technically be
built without psl support, it's not recommended due to the security
implications.
2024-02-02 19:23:14 -06:00
Douglas R. Reno
51347047a0
Update to libreoffice-24.2.0.3
2024-02-02 19:08:58 -06:00
Douglas R. Reno
4aa2043dc6
Tracker-miners: Fix some crashes due to gstreamer-1.22.9.
2024-02-02 11:44:24 -06:00
Bruce Dubbs
9b37524d4a
Update to poppler-24.02.0.
2024-02-02 11:28:20 -06:00
Bruce Dubbs
7c796f6c65
Update to icu4c-74_2.
2024-02-02 11:12:45 -06:00
Douglas R. Reno
1e6dbeb38b
Update to Vulkan-Headers / Vulkan-Loader 1.3.276
2024-02-02 10:38:00 -06:00
Douglas R. Reno
cfed4efa3e
Update to sendmail-8.18.1 (Security Update)
2024-02-02 10:19:41 -06:00
Douglas R. Reno
971ba17eef
Update to fetchmail-6.4.38
2024-02-02 10:09:32 -06:00
Douglas R. Reno
b41433bc95
Update the URL for LCOV in libgee, totem-pl-parser, gnome-keyring, and
...
libseccomp.
2024-02-01 17:02:24 -06:00
Douglas R. Reno
afb30af916
curl: Make libpsl required and document that the test suite fails if you
...
run it after the package has been installed.
2024-02-01 15:41:31 -06:00
Bruce Dubbs
b60a77fba4
Save pth.xml as archived
2024-02-01 12:46:39 -06:00
Bruce Dubbs
82e9d3190b
Update to pipewire-1.0.2.
2024-02-01 12:40:20 -06:00
Bruce Dubbs
1aa19207ee
Update to curl-8.6.0.
2024-02-01 12:36:22 -06:00
Bruce Dubbs
a7b14417cd
Update to libpng-1.6.42.
2024-01-31 16:40:09 -06:00
Bruce Dubbs
2e18390073
Update to sqlite-autoconf-3450100 (3.45.1).
2024-01-31 16:35:18 -06:00
Bruce Dubbs
caf3220463
Update to Mako-1.3.2 (Python module).
2024-01-31 16:30:58 -06:00
Bruce Dubbs
b0158edf81
Update to alsa-lib-1.2.11, alsa-utils-1.2.11, and alsa-tools-1.2.11.
2024-01-31 16:25:50 -06:00
Xi Ruoyao
17414e5f77
aalib: Get rid of xorg7-legacy
2024-01-31 21:19:57 +08:00
Xi Ruoyao
496ad8e163
texlive: Remove ldconfig command
...
It's not needed which embedded rpath.
2024-01-31 20:53:56 +08:00
Bruce Dubbs
f66a2038ee
Update to pytest-8.0.0 (Python module).
2024-01-29 14:05:00 -06:00
Bruce Dubbs
c65b4640e5
Update to pluggy-1.4.0 (Python module).
2024-01-29 14:01:35 -06:00
Bruce Dubbs
8348b2b7f0
Update to URI-5.25 (Perl Module).
2024-01-29 13:55:53 -06:00
Bruce Dubbs
83f3feb915
Update to mc-4.8.31.
2024-01-29 13:53:25 -06:00
Bruce Dubbs
483a2f494b
Update to pixman-0.43.2.
2024-01-29 13:49:20 -06:00
Douglas R. Reno
9a00b49a33
Update to libwpe-1.14.2
2024-01-29 10:43:06 -06:00
Douglas R. Reno
6a644454e6
Update to pangomm-2.46.4
2024-01-29 10:39:06 -06:00
Douglas R. Reno
92605ba50a
Update to atkmm-2.28.4
2024-01-29 10:24:41 -06:00
Douglas R. Reno
289fd16294
Fix building Gwenview with kImageAnnotator-0.7.0
2024-01-29 10:13:56 -06:00
Douglas R. Reno
4f970a2bfc
libmusicbrainz5: Refine the sed for the libxml2 fix:
...
- the xmlError change is still needed
- The libxml/parser.h addition was taken care of in a recent
libxml2-2.12.x release
2024-01-28 12:07:55 -06:00
Xi Ruoyao
dde4d385c8
profile: Sync with LFS again
2024-01-29 01:49:17 +08:00
Xi Ruoyao
8a8a7dc33c
profile: Sync i18n settings from LFS
2024-01-28 21:39:00 +08:00
Rahul Chandra
18ab7c2530
Update to gtk+3-3.24.41
2024-01-27 21:18:26 -05:00
Rahul Chandra
ec78b8295f
Update to nss-3.97
2024-01-27 21:09:29 -05:00
Bruce Dubbs
467137517b
Archive pth.
2024-01-27 15:46:53 -06:00
Bruce Dubbs
715add111b
Update to libpng-1.6.41.
2024-01-27 15:36:17 -06:00
Bruce Dubbs
66ad22f6c4
Update to btrfs-progs-v6.7.
2024-01-27 15:21:34 -06:00
Douglas R. Reno
5c91d04a27
Fix a rendering error caused by a previous commit
2024-01-27 14:02:24 -06:00
Douglas R. Reno
807423be25
Snapshot: remove an unneeded workaround now that we've updated Pango
2024-01-27 14:00:03 -06:00
Douglas R. Reno
a458252d66
Update to pango-1.51.0
2024-01-27 13:58:29 -06:00
Douglas R. Reno
1251eb31bf
Update to libidn2-2.3.7
2024-01-27 13:54:27 -06:00
Douglas R. Reno
12e0a8ec87
Update to c-ares-1.26.0
2024-01-27 13:54:27 -06:00
Douglas R. Reno
5d4acd512b
Update to Net-DNS-1.43 (Perl Module)
2024-01-27 13:54:27 -06:00
Xi Ruoyao
26095fefd3
systemd: Drop pam_unix from PAM /etc/pam.d/systemd-user
...
It's already pulled in via system-account, so no need to specify it
again.
2024-01-28 03:39:08 +08:00
Bruce Dubbs
e4119b5b9e
Update to taglib-2.0.
2024-01-27 13:26:50 -06:00