Commit Graph

26930 Commits

Author SHA1 Message Date
Douglas R. Reno
cefe20df32 js102: Fix building on i686 again.
The default build configuration in 102.13 appears to have moved back to
GCC. Rather than change it, let's just modify math_private.h again with
a simpler tweak to allow it to build properly again (wrapped in a case
statement).

This particular problem resurfacing is quite odd. I can confirm that
js-102.12.0 does work though, but updated due to the JS CVE.

Firefox 115.x works well on i686 and builds without any tweaks, so
whenever we move to js115, this should not be a problem anymore.
2023-07-21 11:43:01 -05:00
Bruce Dubbs
9a23f3ee40 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-20 20:40:08 -05:00
Bruce Dubbs
f36264b2d5 Update to bind-9.18.17. 2023-07-20 20:39:51 -05:00
Xi Ruoyao
e678daee71
samba: Demote lmdb to optional
According to upstream doc, lmdb is not used by default and it needs to
be enabled with custom configuration.

Link: https://wiki.samba.org/index.php/Using_the_lmdb_database_backend
2023-07-21 06:30:25 +08:00
Xi Ruoyao
5113dee72a
samba: Remove stale FLAGS for tirpc
I'm now pretty sure these are not needed.  Note that in SysV instruction
they are already removed.
2023-07-21 06:27:26 +08:00
Bruce Dubbs
0caf2d2d11 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-20 14:46:00 -05:00
Bruce Dubbs
ad3de2355d Update to xfsprogs-6.4.0. 2023-07-20 14:45:47 -05:00
Bruce Dubbs
44ca200bc2 Update to openssh-9.3p2. 2023-07-20 14:35:35 -05:00
Douglas R. Reno
fd42bb3881 Changelog: mark nghttp2, krb5, and Wireshark as security updates.
Still no details on the CVE for krb5 though yet
2023-07-20 14:01:19 -05:00
Bruce Dubbs
5699c63846 Update to cmake-3.27.0. 2023-07-20 13:49:40 -05:00
Bruce Dubbs
79cf80f5d8 Update to node-18.17.0. 2023-07-20 12:56:59 -05:00
Xi Ruoyao
141e445095
qt5-alternate: Add editor note link
I'm too frustrated to continue playing with Qt5 now.  But I'll add some
editor notes for this little (failed) shake-down course...
2023-07-20 13:29:46 +08:00
Xi Ruoyao
d949cb08c8
qt5-alternate: Add xcb-util-* for Qt5
Or any Qt5 app will complain:

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

Let's recommended them.  On Wayland-based DEs we can export
QT_QPA_PLATFORM=wayland to avoid depending on xcb though.
2023-07-20 11:57:38 +08:00
Xi Ruoyao
441801a487
qt5 (and alternative): Add some dependencies
It looks like we've forgotten some dependencies for Qt5 all the time.
And many dependencies of Qt5 are also needed by the alternative.  I
gathered them via

    readelf -d $(find -name \*.so) | grep NEEDED | grep -o '\[.*\]' |
      sort | uniq | grep -v Qt 2>/dev/null

in the Qt5 alternative build directory.
2023-07-20 11:22:05 +08:00
Xi Ruoyao
d18a047b32
qt5-alternate: Remove a stale command explanation
-skip-qtwebengine is now included in tempconf, so it's not a separate
option anymore.
2023-07-20 10:45:07 +08:00
Xi Ruoyao
07067aaff2
qt5-alternate: sed -ir should be sed -i -r
In the regex we use `|` which is extended regex.  So the `-r` (or `-E`,
or `--regexp-exteneded`) option is needed.  We cannot squash them into
`-ir` because `-i[PREFIX]` has a special meaning: make a backup named
`tempconf[PREIX]`.
2023-07-20 09:27:12 +08:00
Bruce Dubbs
ac7dd63901 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-19 19:54:11 -05:00
Bruce Dubbs
842049f91d Update to libarchive-3.7.0. 2023-07-19 19:52:44 -05:00
Xi Ruoyao
14771c47a3
qt5 (and alternate): Don't pathappend /usr/bin
When QT5DIR is /usr, we don't need to pathappend $QT5DIR/bin.
2023-07-20 08:43:31 +08:00
Bruce Dubbs
6cea08714b Update to PyYAML-6.0.1. 2023-07-19 19:42:20 -05:00
Bruce Dubbs
a4f374d804 Update to highlight-4.7. 2023-07-19 19:36:36 -05:00
Bruce Dubbs
500d0cc4ad Update to sudo-1.9.14p2. 2023-07-19 19:14:07 -05:00
Bruce Dubbs
50d8a863ea Update to stunnel-5.70. 2023-07-19 19:07:11 -05:00
Bruce Dubbs
07321a166f Update to nghttp2-1.55.1. 2023-07-19 18:44:14 -05:00
Bruce Dubbs
bdd8adc9d9 Update to wireshark-4.0.7. 2023-07-19 15:53:00 -05:00
Bruce Dubbs
6a1f71ac77 Update to libva-2.19.0. 2023-07-19 14:47:46 -05:00
Bruce Dubbs
067e27ffc5 Rename intel-media-dirver to intel-media.
Make the page match the tarball name.
2023-07-19 14:11:34 -05:00
Bruce Dubbs
5eeb3a1762 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-18 22:02:55 -05:00
Bruce Dubbs
6332c2b457 Update to LWP (libwww-perl-6.72). 2023-07-18 15:40:47 -05:00
Xi Ruoyao
f4d129763c
/usr/libexec/Xorg does not exist anymore
With -Dsuid_wrapper=true removed from xorg-server, /usr/bin/Xorg is the
Xorg server itself.
2023-07-19 03:54:44 +08:00
Xi Ruoyao
b952db2ee8
xorg-server: "a even" -> "an even" 2023-07-19 03:54:44 +08:00
Bruce Dubbs
1726340d71 Update changelog after merge 2023-07-18 14:45:35 -05:00
Bruce Dubbs
2a096db14e Update to krb5-1.21.1. 2023-07-18 14:41:40 -05:00
Douglas R. Reno
733abec59b Update to cheese-44.1 2023-07-18 12:38:35 -05:00
Douglas R. Reno
bbcb12d77a Update to epiphany-44.5 2023-07-18 12:38:35 -05:00
Douglas R. Reno
a78da9f043 Update to intel-media-driver-23.3.0 2023-07-18 12:38:35 -05:00
Douglas R. Reno
6dfe4ab71d Update to intel-gmmlib-22.3.9 2023-07-18 12:38:35 -05:00
Bruce Dubbs
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00:00
Bruce Dubbs
5af5876404 Fix LWP-Protocol-https md5sum 2023-07-18 11:13:58 -05:00
Bruce Dubbs
4048bc73fb Typo 2023-07-17 23:06:26 -05:00
Douglas R. Reno
597a879c28 Use CPLUS_INCLUDE_PATH instead of setting CXXFLAGS 2023-07-17 23:00:40 -05:00
Douglas R. Reno
b6e536d26b lxqt-config: use the proper terminology for configuration center 2023-07-17 22:54:03 -05:00
Douglas R. Reno
60320480a3 Final Instructions: Mention visiting the LXQt Configuration Center. 2023-07-17 22:53:07 -05:00
Douglas R. Reno
16bfa72765 sddm: changes for systemd and typos/rewords 2023-07-17 22:46:12 -05:00
Douglas R. Reno
f9c0972ed4 lxqt tree-wide: Remove periods (.) from the end of short descriptions.
This is for consistency with the rest of the book since these aren't
sentences.
2023-07-17 22:22:13 -05:00
Douglas R. Reno
98452adde9 screengrab: work around a build failure if KDE Frameworks 5 is installed
fully in /opt.

This happens because, similar to lxqt-panel, it doesn't know how to find
the headers in /opt/kf5 and assumes they'll be found in /usr. Work
around this with CXXFLAGS.

Also updated the short description for screengrab itself
2023-07-17 22:16:19 -05:00
Douglas R. Reno
7543482a13 qterminal: minor cleanups 2023-07-17 22:10:28 -05:00
Douglas R. Reno
c4a1e8a062 qtermwidget: minor reword/reformat in description 2023-07-17 22:08:09 -05:00
Douglas R. Reno
301adbcde5 qps: Update the short description 2023-07-17 22:05:10 -05:00
Douglas R. Reno
fc857a6a2d pavucontrol-qt: minor typos and rewords 2023-07-17 22:02:17 -05:00