Commit Graph

27091 Commits

Author SHA1 Message Date
Xi Ruoyao
f9a6ca2d41
building-notes: Drop "qmake" from "using parent flags" examples
AFAIK to make Qt respect {C,CXX}FLAGS, you need to patch it.

Link:https://wiki.linuxfromscratch.org/blfs/wiki/qt5#CustomOptimizations
2023-07-22 12:27:01 +08:00
Xi Ruoyao
ec3211006d
building-notes: mention -Wl,-z,pack-relative-relocs 2023-07-22 12:26:23 +08:00
Douglas R. Reno
1685f477ab Revert my earlier js102 change - it turns out that my script was using
CC=gcc CXX=g++ and I didn't notice.

Sorry for the noise, and good catch Xi!
2023-07-21 20:25:57 -05:00
Douglas R. Reno
810935e2b5 Xorg-config: Add a section about configuring Tearfree.
We might want to consider reviewing that page now that we don't carry
any of the other Xorg drivers now.
2023-07-21 20:15:47 -05:00
Douglas R. Reno
053e0a13af Update to WebKitGTK+-2.41.6 2023-07-21 19:58:51 -05:00
Douglas R. Reno
4825f68488 Samba: add Markdown as an optional dependency. 2023-07-21 13:20:22 -05:00
Douglas R. Reno
5dfe9527b9 Changelog: mark OpenSSH as a security update. 2023-07-21 13:14:12 -05:00
Douglas R. Reno
030dc9f97c Update to samba-4.18.5 (Security Update) 2023-07-21 13:13:53 -05:00
Douglas R. Reno
a62dc41bb6 Update to dhcpcd-10.0.2 2023-07-21 12:36:59 -05:00
Douglas R. Reno
0087231bb7 Update to fuse-3.15.1 2023-07-21 12:26:02 -05:00
Douglas R. Reno
a1ea6d4e94 Add the TearFree option back to Xorg-Server. Patch by Rahul Chandra 2023-07-21 11:51:31 -05:00
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