Commit Graph

28758 Commits

Author SHA1 Message Date
Bruce Dubbs
6f380084fd Typo 2024-02-05 19:14:28 -06:00
Bruce Dubbs
97adbed917 Update to mousepad-0.6.2. 2024-02-05 19:12:37 -06:00
Bruce Dubbs
9d88b1df67 Update to libgsf-1.14.52. 2024-02-05 19:04:46 -06:00
Bruce Dubbs
ff5c889484 Update to imlib2-1.12.2. 2024-02-05 18:57:04 -06:00
Douglas R. Reno
452af2e954 Update to WebKitGTK-2.42.5 (Security Update) 2024-02-05 18:19:59 -06:00
Douglas R. Reno
504cdb3aca TigerVNC: Use LXQt instead of LXDE. 2024-02-05 15:18:48 -06:00
Rahul Chandra
e746ac6942 Update to openldap-2.6.7 (Security Update) 2024-02-05 15:59:56 -05:00
Rahul Chandra
34a96c3f57 Update to neon-0.33.0 2024-02-05 15:22:00 -05:00
Rahul Chandra
cb7d0f08ab Update to cmake-3.28.2 2024-02-05 15:20:50 -05:00
Rahul Chandra
d57fcad3dc Update to talloc-2.4.2 2024-02-05 15:19:55 -05:00
Douglas R. Reno
8f20e66684 LSB-Tools: remove the install_initd and remove_initd commands on
systemd.
2024-02-05 13:48:18 -06:00
Douglas R. Reno
d5aa7386f6 obconf-qt: Remove a section of the libxml2 sed that is no longer needed.
The header problem was resolved in a recent version of libxml2, but the
'xmlError' change is still required.
2024-02-05 13:39:38 -06:00
Douglas R. Reno
ead46579aa Change libxml2 to use ICU.
Also adapt QtWebEngine now that it uses the system copy of libxml2.
2024-02-05 13:36:29 -06:00
Douglas R. Reno
18381fd0b0 Update to libxml2-2.12.5 (Security Update) 2024-02-05 13:35:08 -06:00
Bruce Dubbs
88c2c256a9 Update to xkeyboard-config-2.41. 2024-02-05 13:18:08 -06:00
Bruce Dubbs
ee92a07746 Update xorg libraries.
libXvMC-1.0.14
libxkbfile-1.1.3
libXext-1.3.6
libpciaccess-0.18
2024-02-05 13:07:21 -06:00
Bruce Dubbs
801085480d Update to xorg-apps xkbcomp-1.4.7, xkbutils-1.0.6, and xprop-1.2.7. 2024-02-05 12:15:37 -06:00
Douglas R. Reno
a5e021b955 Update to gc-8.2.6 2024-02-05 11:11:57 -06:00
Douglas R. Reno
2081c3156e Update to glad-2.0.5 2024-02-05 11:03:34 -06:00
Douglas R. Reno
aa31f2996d Update to enchant-2.6.6 2024-02-05 10:53:45 -06:00
Xi Ruoyao
72e4033cbc
lsb-tools: Fix the reference to LFS
In LFS systemd page we do nothing about /etc/lsb_release.
2024-02-05 19:11:18 +08:00
Pierre Labastie
142f288f5e lsb-tools: remove lsbinstall
It should not be installed. Upstream has fixed that. It will appear
at next release...
2024-02-04 22:08:00 +01:00
Pierre Labastie
101873e155 Update to LSB-Tools-0.12 2024-02-04 21:45:51 +01:00
Bruce Dubbs
b859f299d1 Update to SDL2-2.30.0. 2024-02-03 18:57:40 -06:00
Bruce Dubbs
0ef09874d9 Update to libusb-1.0.27. 2024-02-03 18:55:20 -06:00
Xi Ruoyao
d472e22c32
zsh: Fix up configuration file paths in doc
When I tried to make some system-wide configuration for zsh I created
/etc/zprofile following the man page, but it's incorrect due to we are
passing --with-etcdir=/etc/zsh.  Fix up the doc so people won't be
puzzled.
2024-02-04 06:31:13 +08:00
Xi Ruoyao
19cebb2b85
curl: Remove "missing files" test failures
As renodr said, they are due to running tests after removing man pages
and a sentence has been added to note this fact.
2024-02-04 04:55:30 +08:00
Xi Ruoyao
76133fbdd5
networkmanager: Remove -Dlibpsl=false, move jansson to optional 2024-02-04 03:05:18 +08:00
Bruce Dubbs
2a20f9c8e8 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-02-03 09:39:39 -06:00
Bruce Dubbs
32c69217d4 Update to cachecontrol-0.14.0 (Python module). 2024-02-03 09:39:27 -06:00
Bruce Dubbs
28de585e96 Update to URI-5.26 (Perl Module). 2024-02-03 09:29:13 -06:00
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