Commit Graph

28020 Commits

Author SHA1 Message Date
Douglas R. Reno
b20e01ae47 Update to gtk-4.12.4 2023-11-20 14:25:38 -06:00
Douglas R. Reno
3976f50a4c Update to c-ares-1.22.1 2023-11-20 14:16:29 -06:00
Douglas R. Reno
9af8c3efbc Update to SCons-4.6.0 2023-11-20 14:05:29 -06:00
Douglas R. Reno
9ccad1931b Update to Pygments-2.17.1 (Python Module) 2023-11-20 13:42:34 -06:00
Douglas R. Reno
a9575074e6 Update to lsof-4.99.0 2023-11-20 13:34:30 -06:00
Douglas R. Reno
4de66bc72d Add some more dependencies on Qt6.
I've marked most of these as 'role=nodep' so that jhalfs doesn't pick up
multiples in cases where it's not needed.

Transmission, Libreoffice, CMake, Poppler, and Appstream now have Qt6
ports working well.

I have left Qca, gpgme, polkit-qt, and other KDE-related packages alone.
They do have support for Qt6, but we should not list them as they are
incompatible with the Qt5 versions and we could end up causing
unintentional breakage by doing this.
2023-11-20 13:16:18 -06:00
Douglas R. Reno
e556b0369b log4cplus: minor tweaks to the page
- Make some grammar improvements to the description
- Use &qt5-deps instead of just Qt5, since this package uses qt5-base.
  This package will build with the alternate version as well
2023-11-20 13:06:19 -06:00
Pierre Labastie
fded572ae1 Add -system-sqlite for qt6
It does not seem to be found automatically. Also fix a typo and a
switch name in command explanations
2023-11-20 18:34:04 +01:00
Pierre Labastie
fb109fd953 wireshark: qt5 and qt6 shouldn't be both required
The problem is that qt6 is not strictly required, qince qt5 can
be used. But an option has to be added for using qt5. Furthermore,
we have an established layout of describing options in a "Command
explanations" paragraph. So:
- Move qt5 to optional
- Add a note telling that qt6 is not strictly required referring
  to command explanations.
- Add the said command explanation
2023-11-20 07:58:41 +01:00
Bruce Dubbs
bc99c9d98d Update to log4cplus-2.1.1. 2023-11-19 18:32:07 -06:00
Bruce Dubbs
331efa7d82 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-11-19 17:18:51 -06:00
Bruce Dubbs
0c73385b78 Update to libxml2-2.12.0. 2023-11-19 17:17:57 -06:00
Xi Ruoyao
96e0c17161
mozilla: Drop SHELL=/bin/bash
Note that if you build something relying on $SHELL, it may still fail to
build in chroot.

In the chroot we first use "env -i" to clean the environment variables.
When bash starts with no $SHELL set, it *sets* SHELL=(the login shell
of current user specified in /etc/passwd), but it *does not export this
variable*.

For example:

    $ cat > t.c << EOF
    #include <stdio.h>
    #include <stdlib.h>
    int main() { puts (getenv ("SHELL") ?: "(nullptr)"); }
    $ ./a.out
    /bin/zsh/
    $ cc t.c
    $ env -i bash -c "echo $SHELL"
    /bin/zsh
    $ env -i bash -c "./a.out"
    (nullptr)

We can remove this now only because Mozilla has added a workaround into
their building system at
https://hg.mozilla.org/mozilla-central/rev/5afe7b911f61 for some Mac
builder, inadvertently fixing our issue.

Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2014-11/msg00050.html
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-dev/2023-11/msg00136.html
2023-11-20 07:01:36 +08:00
Bruce Dubbs
3636c57e46 Update to pipewire-0.3.85. 2023-11-19 16:03:23 -06:00
Bruce Dubbs
d80235bfa4 Update to libksba-1.6.5. 2023-11-19 15:59:14 -06:00
Xi Ruoyao
9bfa6854dc
mozilla: Adjust comments in mozconfig <screen>s
If a newline is inside the comment, it won't be rendered.  So we can
avoid an excessive amount of empty lines in seamonkey, and break the
long comments about RELR into multiple lines.
2023-11-20 04:38:28 +08:00
Xi Ruoyao
3622b852df
gtk4: doc: Use -Ddocumentation instead of gtk_doc
-Dgtk_doc produces a warning telling to use -Ddocumentation instead.
2023-11-19 18:39:28 +08:00
Tim Tassonis
5c3dc6ea6d bootscripts update 2023-11-19 01:30:59 +01:00
Tim Tassonis
48b6fef669 Update to nfs-utils-2.6.4. 2023-11-19 00:45:41 +01:00
Xi Ruoyao
d8ffa01669
librsvg: Remove bugs_bug668_small_caps_svg failure
It seems fixed with harfbuzz-8.3.0.
2023-11-18 23:49:23 +08:00
Bruce Dubbs
9cfda837d7 Add changelog entry fir qt6 2023-11-17 19:46:06 -06:00
Bruce Dubbs
1978830457 Update text and instructions for qt6 2023-11-17 19:43:38 -06:00
Bruce Dubbs
4a1ba314d6 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-11-17 14:42:12 -06:00
Bruce Dubbs
891ab0d1a1 Mention wirshark's preference for qt6 2023-11-17 14:41:59 -06:00
Douglas R. Reno
870f680055 Update to gnome-bluetooth-42.7 2023-11-17 12:55:08 -06:00
Douglas R. Reno
89e82a9281 Update to libavif-1.0.2 2023-11-17 12:51:36 -06:00
Douglas R. Reno
15dfef2d48 Update to libxslt-1.1.39 2023-11-17 12:48:41 -06:00
Douglas R. Reno
39113e7f30 Raptor2: Fix a build failure when libxml2-2.11.x is installed
Thanks goes to Joe Locash for the report
2023-11-17 12:38:40 -06:00
Tim Tassonis
c3f382431d Update to exim-4.97. 2023-11-17 19:03:43 +01:00
Bruce Dubbs
0e60ff709e Add File::FcntlLock-0.22 (Perl module) in support of exim. 2023-11-17 10:30:17 -06:00
Bruce Dubbs
9cd23686c9 Add qt6
This is a rough version of the new Qt6 page.  The installation
instructions should be OK, but the Dependencies, Contents, and
Short Descriptions need to be checked.

The instructions have not yet been checked on a systemd system.

There is no ChangeLog entry yet. It will be added when the page
has been validated.
2023-11-17 00:24:00 -06:00
Bruce Dubbs
cb9052358b Update to mupdf-1.23.6. 2023-11-16 19:27:18 -06:00
Bruce Dubbs
7c4770f5ba Update to wireshark-4.2.0. 2023-11-16 19:16:04 -06:00
Bruce Dubbs
949aa82efa Update to bind 9.18.20. 2023-11-16 17:40:41 -06:00
Bruce Dubbs
a23620a62d Update to cmake-3.27.8. 2023-11-16 17:15:16 -06:00
Douglas R. Reno
ae82ff37e1 Update to Thunderbird-115.4.3 2023-11-16 15:55:08 -06:00
Douglas R. Reno
74388116f3 Fix crashes in gnome-shell-extensions when using the Workspace Indicator
extension.
2023-11-16 15:47:41 -06:00
Douglas R. Reno
6280f75250 Update to Encode-JIS2K-0.03 (Perl Module) 2023-11-16 15:47:41 -06:00
Douglas R. Reno
22614d43d1 Update to p11-kit-0.25.3 2023-11-16 15:47:41 -06:00
Douglas R. Reno
892c41bd0b Update to gnutls-3.8.2 (Security Update) 2023-11-16 15:47:41 -06:00
Bruce Dubbs
f553200eed Add changelog entry removing lxde 2023-11-16 15:47:25 -06:00
Douglas R. Reno
7167f30774 Cyrus-sasl: Use LMDB instead of Berkeley DB. 2023-11-16 14:07:22 -06:00
Douglas R. Reno
e5579aece3 Changelog: mark WebKit as a security update 2023-11-16 14:00:23 -06:00
Xi Ruoyao
540854ca89
balsa: Change "WebKitGTK+" to "WebKitGTK"
GTK+ was renamed to GTK in GTK 4, and WebKitGTK+ was renamed to WebKitGTK
correspondingly.

I've not touched the ChangeLog but we should avoid "+" in the future
ChangeLog entries.

Link: https://bugs.webkit.org/show_bug.cgi?id=264161
2023-11-17 01:32:53 +08:00
Xi Ruoyao
375113cd87
bogofilter: Switch to Sqlite from Berkeley DB
Berkeley DB is some deathware (unless we switch to the Oracle
implementation which may have legal issues) and slated for removal in
the next BLFS release.
2023-11-16 21:49:15 +08:00
Bruce Dubbs
b42497aa10 Update to libgcrypt-1.10.3. 2023-11-15 14:33:46 -06:00
Pierre Labastie
10a1fecf96 Fix the intel microcode version 2023-11-15 20:59:04 +01:00
Bruce Dubbs
ca51396d15 Update to faad2-2.11.1. 2023-11-15 11:23:08 -06:00
Tim Tassonis
6ed02d022d Update to faad2-2.11.1. 2023-11-15 04:26:00 +01:00
Xi Ruoyao
93cf2dc2d1
firmware: Update to Intel microcode-20231114 2023-11-15 06:51:26 +08:00