Commit Graph

7872 Commits

Author SHA1 Message Date
Thomas Trepl
7478665ef7 Upgrade cmake-3.29.1 2024-04-04 18:05:19 +02:00
Douglas R. Reno
6ec12a92a8 Update to libadwaita-1.5.0 2024-04-03 14:51:39 -05:00
Douglas R. Reno
e60854837b Update the gstreamer stack to 1.24.1 2024-04-03 14:24:05 -05:00
Bruce Dubbs
6bcef0a08f Update to libreoffice-24.2.2.2. 2024-04-02 17:12:52 -05:00
Bruce Dubbs
6f147f1239 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-04-02 15:01:52 -05:00
Bruce Dubbs
54e28e6e3c kirigami-addons-1.1.0. 2024-04-02 14:44:29 -05:00
Bruce Dubbs
1bd63ac5bd Update to gobject-introspection-1.80.1. 2024-04-02 14:31:44 -05:00
Ken Moffat
12594c262d Update to Alien-Build-2.80 (Perl Module Dependency).
2.80      2023-05-11 16:31:46 -0600
  - Documentation improvements (gh#399, gh#400, gh#401, gh#402)
  - Do not generate .../Install/Files.pm if one is provided by the
    Alien (gh#393, gh#397)

2.79      2023-05-05 15:08:46 -0600
  - Updated non-binding support for Perls to match the policy
    of the Perl toolchain (Perls older than 10 years old are
    unsupported, with a one-time exception of Perl 5.16).  The
    intent is not to suddenly drop support for older Perls, but
    the Alien-Build team may take advantage of features in
    supported Perls that will effectively remove compatability
    with unsupported Perls.

2.78      2023-03-07 11:49:27 -0700
  - Test fix to handle Perls with space in the path (gh#391, mohawk++)
2024-04-02 19:18:54 +01:00
Ken Moffat
50e04c0d55 Update to biber-2.20 with biblatex-3.20. 2024-04-02 19:18:54 +01:00
Ken Moffat
52bdd9c26e XML-LibXML-2.0210 (perl dep).
2.0210  2024-01-24
    - Fix copying external entity from an ext_ent_handler handler
        - https://github.com/shlomif/perl-XML-LibXML/issues/81
        - thanks to Petr
    - libxml-mm: Fix function prototypes in function pointers
        - thanks to Khem Raj

2.0209  2023-07-15
    - t/35huge_mode.t: fix test with libxml2 2.11
        - thanks to Dominique Martinet
    - Add clearer reference to using cloneNode to extract node with namespaces
        - thanks to Timothy Legge
    - initialize xmlValidCtxt
        - thanks to Alexander Bluhm
2024-04-02 19:18:54 +01:00
Ken Moffat
da2d48b041 Update to Variable-Magic-0.64 (perl dep).
0.64    2024-03-18 23:20 UTC
        This is a maintenance release. The code contains no functional change.
        Satisfied users of version 0.63 can skip this update.
        + Add : Contributing guidelines are now listed in the new
                CONTRIBUTING file.
        + Fix : [RT #151104] : fix for t/18-opinfo.t broken under blead
                Some optimization in core made t/18-opinfo.t fail since perl
                5.39.7, but that was reverted before 5.40 was released.
                This fix will make this test pass even when the optimization
                is reinstantiated after release freeze.
                Thanks David Mitchell for reporting and providing a fix.
2024-04-02 19:18:54 +01:00
Ken Moffat
ec5d3a5545 Update to Tie-Cycle-1.228 (perl dep).
* refresh distro, update email address
2024-04-02 19:18:54 +01:00
Ken Moffat
82a2cbb7df Update to Test-Warnings-0.033 (perl dep).
0.033     2024-01-23 03:31:29Z
          - add Test2 compatibility in the test triggered by done_testing();
          - new long-awaited feature (!!!) "allow_patterns", to either
            temporarily or globally exempt particular warning patterns.

0.032     2023-09-30 23:36:50Z
          - new config variable, $ENV{PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS},
          for temporarily turning failures into reports.
2024-04-02 19:18:54 +01:00
Ken Moffat
6742247068 Update to Net-SSLeay-1.94 (perl dep).
Reported by Stephen Berman, diagnosed by Bruce.  Thanks!

1.94 2024-01-08
        - New stable release incorporating all changes from developer releases 1.93_01
          to 1.93_05.
        - Summary of major changes since version 1.92:
          - Net::SSLeay now officially supports all stable releases of OpenSSL 3.1 and
            3.2, and LibreSSL 3.5 - 3.8.
          - Many noisy compiler warnings have been silenced - if SSLeay.xs fails to
            compile, it should now be much easier to identify the cause.
          - libcrypto's OPENSSL_init_crypto() function and libssl's OPENSSL_init_ssl()
            function are now exposed, enabling fine-grained control over the
            initialisation and configuration of both libraries.
          - libssl functions implementing TLS 1.3 PSK authentication are now exposed,
            in particular SSL_CTX_set_psk_find_session_callback() (on the server side)
            and SSL_CTX_set_psk_use_session_callback() (on the client side).
          - libssl functions implementing server-side TLS 1.2 PSK authentication are
            now exposed, in particular SSL_CTX_set_psk_server_callback().
          - libssl's SSL_CTX_set_client_hello_cb() function is now exposed, allowing a
            TLS server to set a callback function that is executed when the server
            processes a ClientHello message.
          - Many more libcrypto/libssl constants and functions are now exposed; see the
            release notes for the 1.93 developer releases for a full list
2024-04-02 19:18:54 +01:00
Ken Moffat
9b8e6790db Update to Module-Build-0.4234 (Perl Module).
Found while checking versions of the deps.

0.4234 - Fri 28 Apr 2023 10:46:26 CEST
  - PodParser now respects =encoding directives

  - Don't use libraries in t/bundled for Build.PL

  - make_tarball: workaround for broken tar on Darwin

  - Respect $Config{man1ext}/$Config{man3ext}

  - Do not require a compiler if c_source is an empty list

0.42_33 - Wed Mar 29 10:38:56 PM CEST 2023

  - PodParser now respects =encoding directives

  - Don't use libraries in t/bundled for Build.PL

  - make_tarball: workaround for broken tar on Darwin

  - Respect $Config{man1ext}/$Config{man3ext}

  - Do not require a compiler if c_source is an empty list
2024-04-02 19:18:54 +01:00
Ken Moffat
4510db8e43 Update to HTTP-Message-6.45 (perl dep).
Allow for file ownership conflicts with Docker and GitHub Actions.

Add the 'status_code' function for getting all status codes as hash.
2024-04-02 19:18:54 +01:00
Ken Moffat
43b621c0c2 Update to HTTP-Date-6.06 (perl dep).
Replace "Test" with "Test::More".
Remove the executable bit from the test.
Add support for Windows four-digit year format.
2024-04-02 19:18:54 +01:00
Ken Moffat
f208914d1c Update to HTTP-Cookies-6.11 (perl dep).
Replace "Test" with "Test::More"
2024-04-02 19:18:54 +01:00
Ken Moffat
e86fa1531c Update to HTML-Tagset-3.24 (perl dep).
Added <ins> and <del> to %isPhraseMarkup

Fixed docs about %isBodyElement calling it %isBodyMarkup

Cleaned up metadata and version requirements

No changes have been made to handle HTML5. That is a bigger issue
than "just add the tags to the hashes," because that would change
functionality for existing users who are expecting HTML::Tagset to
be HTML4.
2024-04-02 19:18:54 +01:00
Ken Moffat
c44948505f Update to File-Listing-6.16 (perl dependent module).
Support dosftp listings with four-digit years.
2024-04-02 19:18:54 +01:00
Ken Moffat
b5b78f3724 Update to Exporter-Tiny-1.006002 (perl dep)
Documentation and Packaging changes.
2024-04-02 19:18:54 +01:00
Ken Moffat
a4d8e638d2 Update to Devel-StackTrace-2.05 (perl dep).
Added explicit boolean overloading for trace objects. Without this,
Perl will use the object's string overloading and then check the
truthiness of the returned string, which is a lot of extra work.
This can produce significant slowdowns in some cases (where large
data is being passed around as a string and then ignored).
2024-04-02 19:18:54 +01:00
Ken Moffat
54f0884ff3 Update to DateTime-TimeZone-2.62 (perl dep).
This is based on version 2024a of the Olson database.
2024-04-02 19:18:54 +01:00
Ken Moffat
7a6f1da490 Update to DateTime-Locale-1.40 (perl dep).
This updates all locale data to CLDR 44.0.1.
2024-04-02 19:18:54 +01:00
Ken Moffat
276085b01c Update to DateTime-1.65 (perl dep). 2024-04-02 19:18:54 +01:00
Ken Moffat
22b78bb080 Update to CPAN-Meta-Check-0.018 (perl dep). 2024-04-02 19:18:54 +01:00
Ken Moffat
3713262378 Update to B-Hooks-EndOfScope-0.28.
In 0.27 the XS switched from Variable::Magic to
Variable::OnDestruct, but that was reverted for 0.28 because
Variable::Magic will start workign again in perl-5.39.9.

All the remiining perl dependency updates do not change their
dependencies.
2024-04-02 19:18:54 +01:00
Ken Moffat
c98cfb212f Perl deps- reduce dependencies:
Update to Term-Table-0.018, version 0.017 dropped Importer.

Update to Test2-Suite-0.000159, version 0.000151 dropped both
Scope-Guard and Term-Table and made Module-Pluggable optional.

Scope-Guard is still current and needed by Test-File-ShareDir
but Importer and Module-Pluggable are no-longer needed, and
archived.

Apart from B-Hooks-EndOfScope (to follow), all the remainder
have unchanged dependencies.
2024-04-02 19:18:54 +01:00
Thomas Trepl
624fb84617 Upgrade c-ares-1.28.1 2024-04-02 00:18:21 +02:00
Bruce Dubbs
9a3d519c25 Update to libical-3.0.18. 2024-04-01 10:37:49 -05:00
Bruce Dubbs
8141191b37 Update to jasper-4.2.3. 2024-04-01 10:25:39 -05:00
Bruce Dubbs
4b31b63c3a Update to soundtouch-2.3.3. 2024-04-01 10:21:06 -05:00
Bruce Dubbs
a738222f07 Update to mercurial-6.7.2. 2024-04-01 10:04:04 -05:00
Bruce Dubbs
1d4c2a7ed6 Update to harfbuzz-8.4.0. 2024-04-01 09:57:10 -05:00
Douglas R. Reno
bd0fec3ef5 Update to librsvg-2.58.0 2024-03-31 20:54:15 -05:00
Bruce Dubbs
4af3cb8c5e Update to wireshark-4.2.4 (Security update). 2024-03-30 18:26:21 -05:00
Bruce Dubbs
92a94e91db Update to sentry-sdk-1.44.0 (Python module). 2024-03-30 17:58:44 -05:00
Thomas Trepl
ec1994eaa2 Upgrade to c-ares-1.28.0 2024-03-30 10:33:53 +01:00
Thomas Trepl
86a5545eb0 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-29 22:11:41 +01:00
Thomas Trepl
050977264a Upgrade shadow-4.15.1 2024-03-29 22:10:55 +01:00
Bruce Dubbs
73c17c2512 Update to qt6-6.6.3 and qtwebengine-6.6.3. 2024-03-29 14:17:50 -05:00
Bruce Dubbs
6df435ba17 Update to bubblewrap-0.9.0. 2024-03-28 12:10:52 -05:00
Bruce Dubbs
3a83fdb49b Update to URI-5.28 (Perl Module). 2024-03-28 12:08:07 -05:00
Bruce Dubbs
d4c10acd38 libblockdev-3.1.1. 2024-03-28 12:00:32 -05:00
Bruce Dubbs
f484ed336a Update to btrfs-progs-v6.8. 2024-03-28 11:41:00 -05:00
Bruce Dubbs
d0a57b0689 Update to xorgproto-2024.1. 2024-03-28 10:53:54 -05:00
Tim Tassonis
6bd5fae243 Update to curl-8.7.1 2024-03-27 22:37:01 +01:00
Douglas R. Reno
8e39579e49 Update to Vulkan-Headers and Vulkan-Loader 1.3.281. 2024-03-26 16:24:23 -05:00
Bruce Dubbs
06a19a44d9 Update to icewm-3.4.7. 2024-03-26 12:10:20 -05:00
Bruce Dubbs
37057adbd5 Update to emacs-29.3 (Security Update). 2024-03-26 11:29:29 -05:00
Bruce Dubbs
bf66dfc331 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-26 06:15:01 -05:00
Tim Tassonis
abcd596394 Update to cryptsetup-2.7.1 2024-03-26 02:37:34 +01:00
Bruce Dubbs
561987f395 Update to umockdev-0.18.1. 2024-03-25 16:57:36 -05:00
Bruce Dubbs
2563594f9d Added Python modules in support of plasma.
Added certifi, psutil, pygdbmi, and sentry-sdk.
2024-03-25 13:49:17 -05:00
Bruce Dubbs
a3e69b9bff Added perl modules html5lib and webencodings
These packages are needed in suport of qtwebengine.

Also changed phinxcontrib-htmlhelp and sphinx dependency references
for external ulinks to internal xrefs.
2024-03-25 11:28:32 -05:00
Bruce Dubbs
7a7b3900cf Update to libxkbcommon-1.7.0. 2024-03-24 13:03:26 -05:00
Bruce Dubbs
08f60b62d2 Update to SPIRV-Tools-1.3.280.0. 2024-03-24 12:20:07 -05:00
Bruce Dubbs
884f473b1a Update to enchant-2.6.8. 2024-03-24 12:04:50 -05:00
Xi Ruoyao
e1fe4a217e
Update to rustc-1.77.0 (#19527) 2024-03-24 02:33:22 +08:00
Thomas Trepl
5c72ebde61 Upgrade gnutls-3.8.4 2024-03-23 07:39:16 +01:00
Rahul Chandra
e4b9d6ece2 Update to cmake-3.29.0 2024-03-23 00:40:46 -04:00
Rahul Chandra
d275cec265 Update to gtk4-4.14.1 2024-03-23 00:03:26 -04:00
Rahul Chandra
921bc98f91 Update to pipewire-1.0.4 2024-03-23 00:03:26 -04:00
Douglas R. Reno
27d7de87f3 Update to spidermonkey-115.9.1 (Security Update) 2024-03-22 19:17:07 -05:00
Ken Moffat
8f30526ca3 Update to firefox-115.9.1. 2024-03-23 00:09:44 +00:00
Bruce Dubbs
2f5071a60c Update to mercurial-6.7.1. 2024-03-22 18:50:08 -05:00
Bruce Dubbs
17f6553ef7 Update to bind utilities/bind-9.18.25. 2024-03-21 11:51:01 -05:00
Bruce Dubbs
8bfda7a23a Update to wayland-protocols-1.34. 2024-03-21 11:33:58 -05:00
Bruce Dubbs
821ebb2922 Update to libcloudproviders-0.3.6. 2024-03-21 11:29:42 -05:00
Bruce Dubbs
0a889d4597 Update to SPIRV-Headers-1.3.280.0. 2024-03-21 11:16:07 -05:00
Bruce Dubbs
c9d29e2434 Update to mupdf-1.24.0 and fix some typos. 2024-03-21 10:56:57 -05:00
Bruce Dubbs
94b71bb07f Update to adwaita-icon-theme-46.0. 2024-03-21 09:45:13 -05:00
Bruce Dubbs
76dcbfdb62 Update to pinentry-1.3.0. 2024-03-21 09:26:03 -05:00
Bruce Dubbs
aa48fcf569 Update to glad-2.0.6. 2024-03-21 09:00:46 -05:00
Bruce Dubbs
85b49c6500 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-20 18:26:36 -05:00
Bruce Dubbs
88f6e30c48 Update to elogind-252.23. 2024-03-20 18:22:56 -05:00
Bruce Dubbs
667aff277e Update to harfbuzz-8.3.1. 2024-03-20 17:56:35 -05:00
Bruce Dubbs
e972eb7e20 Update to mercurial-6.7. 2024-03-20 17:06:48 -05:00
Ken Moffat
6c89deff99 Merge branch 'ken/TL2024' into trunk 2024-03-20 19:27:56 +00:00
Bruce Dubbs
8c90e62abd Update to bluefish-2.2.15. 2024-03-20 11:22:35 -05:00
Bruce Dubbs
25c324ecad Update to wireplumber-0.5.0. 2024-03-20 08:58:22 -05:00
Tim Tassonis
53d31c6953 Update to thunderbird-115.9.0. 2024-03-20 14:24:55 +01:00
Thomas Trepl
858aa302d0 Upgrade libpaper-2.2.5 2024-03-20 08:40:47 +01:00
Bruce Dubbs
e052e1c075 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-19 14:03:10 -05:00
Bruce Dubbs
2a0e02ee30 Update to tk8.6.14. 2024-03-19 14:01:15 -05:00
Bruce Dubbs
d0892b4112 Update to SCons-4.7.0. 2024-03-19 13:54:28 -05:00
Bruce Dubbs
0f3a7d975a Update to glib-networking-2.80.0. 2024-03-19 13:41:37 -05:00
Ken Moffat
8ee74231a6 Update to firefox-115.9.0esr. 2024-03-19 18:31:05 +00:00
Bruce Dubbs
790eb8a1fe Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-19 13:19:31 -05:00
Bruce Dubbs
7a6a43b567 Update to nss-3.99. 2024-03-19 13:17:25 -05:00
Thomas Trepl
ff8737968d Upgrade libpaper-2.2.3 2024-03-19 18:48:13 +01:00
Bruce Dubbs
0f31f7501b Update to vala-0.56.16. 2024-03-19 12:31:19 -05:00
Bruce Dubbs
4c24bf3ba0 Update to libaom-3.8.2. 2024-03-19 12:28:28 -05:00
Bruce Dubbs
d7d659d60a Update to tcsh-6.24.11. 2024-03-19 12:03:07 -05:00
Bruce Dubbs
f5b2c6cae1 Update to jasper-4.2.2. 2024-03-19 11:57:16 -05:00
Bruce Dubbs
9a96475776 Update to libqalculate-5.0.0. 2024-03-19 11:52:10 -05:00
Bruce Dubbs
6af1cb6f1b Update to xapian-core-1.4.25. 2024-03-18 18:55:17 -05:00
Bruce Dubbs
2366dadaf8 Update to packaging-24.0 (Python module). 2024-03-18 15:30:03 -05:00
Bruce Dubbs
b09ae7acbd Update to pygobject3-3.48.1 (Python module). 2024-03-18 15:09:50 -05:00
Bruce Dubbs
d78bc3897a Update to pytest-8.1.1 (Python module). 2024-03-18 14:58:01 -05:00
Bruce Dubbs
d5985757e6 Update to HTML-Parser-3.82 (Perl module). 2024-03-18 12:04:50 -05:00
Bruce Dubbs
2180980d91 Update to libwww-perl-6.77 (Perl module). 2024-03-18 12:00:44 -05:00
Bruce Dubbs
83fc27c210 Update to LWP-Protocol-https-6.14 (Perl module). 2024-03-18 09:20:59 -05:00
Bruce Dubbs
609a765818 Update to asciidoctor-2.0.22. 2024-03-18 09:13:26 -05:00
Bruce Dubbs
81a4209b46 Update to shadow-4.15.0. 2024-03-18 09:01:51 -05:00
Thomas Trepl
6b1513a93e Upgrade glslang-14.1.0 2024-03-18 12:40:31 +01:00
Thomas Trepl
2a211ce4a5 Upgrade php-8.3.4 2024-03-18 09:34:51 +01:00
Thomas Trepl
afc9baf09f Upgrade wget-1.24.5 2024-03-18 09:27:39 +01:00
Thomas Trepl
c07de26b76 Upgrade at-spi2-core-2.50.2 2024-03-18 09:02:03 +01:00
Bruce Dubbs
f86d98e020 Update to sddm-0.21.0. 2024-03-17 19:45:28 -05:00
Bruce Dubbs
2ea2a44534 Add xdotool-3.20211022.1 in supoprt of plasma6. 2024-03-17 15:22:04 -05:00
Bruce Dubbs
c24a5da0db Add libdisplay-info-0.1.1 in supoprt of plasma6. 2024-03-17 14:58:59 -05:00
Bruce Dubbs
4fa7705910 Add hwdata-0.380 in supoprt of plama6 2024-03-17 13:53:49 -05:00
Bruce Dubbs
3c9ec7c579 Add kirigami-addons-1.0.1 2024-03-17 13:04:23 -05:00
Bruce Dubbs
5b14f5bc82 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-17 12:16:35 -05:00
Xi Ruoyao
9acdb9d4ba
Update to webkitgtk-2.44.0 (#19478) 2024-03-17 19:11:24 +08:00
Thomas Trepl
73f3b99b07 Upgrade libxml2-2.12.6 2024-03-17 10:07:34 +01:00
Bruce Dubbs
005a770044 Add qcoro-0.10.0 in supoprt of plasma6 2024-03-16 23:44:18 -05:00
Tim Tassonis
1453bb62cb Update to mesa-24.0.3 2024-03-16 06:49:12 +01:00
Rahul Chandra
8383896259 Update to icewm-3.4.6 2024-03-15 22:20:29 -04:00
Rahul Chandra
5c9d134ecb Update to unbound-1.19.3 (Security Update) 2024-03-15 22:03:03 -04:00
Rahul Chandra
3131ae7988 Update to bluez-5.73 2024-03-15 22:02:04 -04:00
Rahul Chandra
a10119c7ef Update to gnupg-2.4.5 2024-03-15 21:38:09 -04:00
Thomas Trepl
fbaad54b61 Upgrade sqlite-3.45.2 2024-03-15 07:09:41 +01:00
Ken Moffat
adfe27c281 Texlive 2024 initial commit.
Texlive source: Fix up the tarball names, year, tarball names,
md5sums, sizes.  Do not patch the source.

The links have not neen tested, and I have not yet attempted to
build this.
2024-03-15 02:28:12 +00:00
Xi Ruoyao
0d1a1f9d08
Add dtc for qemu 2024-03-14 22:12:41 +08:00
Ken Moffat
8d220a504f Update to mutt-2.2.13. 2024-03-12 21:52:16 +00:00
Thomas Trepl
da5da7ae13 Upgrade openssh-9.7p1, ssh-askpass-9.7p1 2024-03-12 10:03:46 +01:00
Ken Moffat
b7ef5a12f5 Update to asymptote-2.88. 2024-03-10 21:51:31 +00:00
Xi Ruoyao
c0bc0a9eac
Update to glib-2.80.0 and gobject-introspection-1.80.0
Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.
2024-03-10 23:41:04 +08:00
Ken Moffat
e12b9ec531 Update to dvisvgm-3.2.2.
Like other texlive "extras", this overwrites various files on
texmf-dist.  I'm now showing the net change (for this version of
this package in 2023 it is essentially only adding the program),
with a comment about the space used for a DESTDIR install.
2024-03-10 00:35:04 +00:00
Ken Moffat
469426fed3 Update to ghostscript-10.03.0. 2024-03-09 21:31:14 +00:00
Thomas Trepl
69e8650580 Upgrade postfix-3.9.0 2024-03-09 19:23:13 +01:00
Thomas Trepl
c6514f574e Upgrade libxfce4ui-4.18.6 2024-03-09 18:21:44 +01:00
Bruce Dubbs
b1add97c36 Stats updates 2024-03-08 16:03:29 -06:00
Bruce Dubbs
d1bdcf7ec8 Revert to pytest-8.0.2 (Python Module). 2024-03-07 18:15:49 -06:00
Douglas R. Reno
070448eec8 Update to pyparsing-3.1.2 (Python Module) 2024-03-07 15:30:43 -06:00
Douglas R. Reno
c9c8e98f0f Update to libassuan-2.5.7 2024-03-07 15:24:54 -06:00
Douglas R. Reno
05b1221bce Update to SDL2-2.30.1 2024-03-07 15:20:58 -06:00
Douglas R. Reno
8064055b30 Update to umockdev-0.18.0 2024-03-07 15:15:27 -06:00
Douglas R. Reno
ce0522ddd3 Update to opus-1.5.1 2024-03-07 15:09:10 -06:00
Douglas R. Reno
4f696d278a Update to uhttpmock-0.10.0 2024-03-07 14:34:53 -06:00
Douglas R. Reno
9c5827f175 Update to vala-0.56.15 2024-03-07 14:27:25 -06:00
Douglas R. Reno
715f3920f1 Update to gdb-14.2 2024-03-07 13:29:58 -06:00
Xi Ruoyao
3b5de19b15
Merge branch 'xry111/llvm18' into trunk 2024-03-07 12:13:48 +08:00
Xi Ruoyao
525ba58488
Update to SeaMonkey-2.53.18.1 (#19420) 2024-03-07 12:10:05 +08:00
Douglas R. Reno
42f5a7b00b Update to thunderbird-115.8.1 (Security Update) 2024-03-06 17:25:14 -06:00
Douglas R. Reno
6306f35819 Update to gtk-doc-1.34.0. 2024-03-06 16:44:29 -06:00
Douglas R. Reno
286430c226 Update to libadwaita-1.4.4 2024-03-06 15:59:01 -06:00
Xi Ruoyao
670ac4fc54
Update to llvm-18.1.0 (#19413) 2024-03-07 04:46:08 +08:00
Douglas R. Reno
383c5a2af5 Update to pytest-8.1.0 (Python Module) 2024-03-06 12:12:18 -06:00
Bruce Dubbs
fee60762a4 Finish updating to kf6-apps. 2024-03-06 11:21:47 -06:00
Bruce Dubbs
5bfcd23e85 Internal cleanup kf5->kf6 2024-03-06 10:12:21 -06:00
Xi Ruoyao
39eac9218c
Archive PCRE1 2024-03-06 20:00:57 +08:00
Bruce Dubbs
5e614d4765 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-06 00:40:39 -06:00
Bruce Dubbs
f806bbf299 Update most of kde-gear
There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.
2024-03-06 00:34:58 -06:00
Douglas R. Reno
364b3e0525 Update to libreoffice-24.2.1.2 2024-03-05 16:14:32 -06:00
Bruce Dubbs
81575bed13 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-05 14:55:48 -06:00
Bruce Dubbs
9bb439ea53 Update to poppler-24.03.0. 2024-03-05 14:55:35 -06:00
Tim Tassonis
8aed1dcba8 Update to qemu-8.2.2. 2024-03-05 18:09:07 +01:00
Bruce Dubbs
856c389bc2 Update to kImageAnnotator-0.7.1. 2024-03-04 20:23:42 -06:00
Bruce Dubbs
cd28297499 Update to kColorPicker-0.3.1. 2024-03-04 20:17:14 -06:00
Bruce Dubbs
b60f1cebb0 Preliminry update to kf6-6.0.0.
This update replaces kf5.  In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth.  For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions,  These include qca, polkit-qt, and
phonon.  A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.
2024-03-04 18:38:49 -06:00
Bruce Dubbs
d8d87ec274 Update to libxcb-1.16.1. 2024-03-03 17:09:09 -06:00
Bruce Dubbs
30360eb7f9 Update to nghttp2-1.60.0. 2024-03-03 16:44:13 -06:00
Bruce Dubbs
a13351b39c Update to mdadm-4.3. 2024-03-03 15:46:51 -06:00
Bruce Dubbs
84398f0779 Update to pixman-0.43.4. 2024-03-03 15:34:19 -06:00
Bruce Dubbs
40d7761fac Update to mesa-24.0.2. 2024-03-03 15:26:54 -06:00
Bruce Dubbs
0839092aeb Update to a52dec-0.8.0. 2024-03-03 14:38:26 -06:00
Bruce Dubbs
f78c3c32f6 Update to swig-4.2.1. 2024-03-03 14:16:28 -06:00
Bruce Dubbs
dcf7fa27e1 Package updates.
Update to qpdf-11.9.0.
Update to libunistring-1.2.
Update to libpng-1.6.43.
2024-03-03 13:48:30 -06:00
Bruce Dubbs
9e13afa8f5 Update to mupdf-1.23.11. 2024-03-03 13:11:40 -06:00
Bruce Dubbs
cc70c5d33b Update to polkit-qt-1-0.200.0. 2024-03-03 12:33:39 -06:00
Bruce Dubbs
2c9b2d752a Update to python-dbusmock-0.31.1 (Python module). 2024-03-03 12:27:55 -06:00
Bruce Dubbs
d18ac42d26 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-03 11:48:28 -06:00
Bruce Dubbs
d5f7330043 Update to npth-1.7. 2024-03-03 11:45:22 -06:00
Bruce Dubbs
f0225ad102 Update to libksba-1.6.6. 2024-03-03 11:41:06 -06:00
Thomas Trepl
f18673ff02 Upgrade pciutils-3.11.1 2024-03-03 18:09:46 +01:00
Bruce Dubbs
c653bcbe80 Update to libgpg-error-1.48. 2024-03-03 10:01:36 -06:00
Xi Ruoyao
bc5264a16a
Update to shadow-4.14.6 2024-03-03 17:40:24 +08:00
Douglas R. Reno
34a3f5b1d6 Update to epiphany-45.3 2024-03-02 15:52:43 -06:00
Douglas R. Reno
76484b5765 Update to glib-networking-2.78.1 2024-03-02 15:48:56 -06:00
Douglas R. Reno
6987105340 Update to AppStream-1.0.2 2024-03-02 15:48:56 -06:00
Bruce Dubbs
b0e1059761 Package updatees.
Update to asciidoctor-2.0.21.
Update to mpg123-1.32.5.
Update to pytest-8.0.2 (Python module).
Update to pcre2-10.43.
2024-03-02 15:47:14 -06:00
Douglas R. Reno
7b09736383 Update to glm-1.0.1 2024-03-02 15:24:50 -06:00
Douglas R. Reno
47f4ae7505 Update to OpenJPEG-2.5.2 (Security Update) 2024-03-02 15:21:28 -06:00
Douglas R. Reno
5d3a53adf2 Update to c-ares-1.27.0 2024-03-02 15:09:40 -06:00
Douglas R. Reno
9dc6fdb27a Update to NetworkManager-1.46.0 2024-03-02 15:06:49 -06:00
Douglas R. Reno
1b598075f4 Update to spidermonkey-115.8.0 2024-03-02 14:58:27 -06:00
Douglas R. Reno
4b4a9b5ad1 Update to jasper-4.2.1 2024-03-02 13:18:55 -06:00
Douglas R. Reno
83db4d3499 Update to Vulkan-Headers and Vulkan-Loader 1.3.279 2024-03-02 13:15:06 -06:00
Douglas R. Reno
e4e1474bed Update to giflib-5.2.2 (Security Update) 2024-03-02 13:04:49 -06:00
Bruce Dubbs
3923e4efed Update to unrar-7.0.7. 2024-03-02 11:36:00 -06:00
Tim Tassonis
7e3400eb44 Update to xfce4-panel-4.18.6.
Update to xarchiver-0.5.4.23.
Update to xfce4-terminal-1.1.3.
2024-03-02 01:15:18 +01:00
Bruce Dubbs
730f162bfe Update to gparted-1.6.0. 2024-02-26 23:16:39 -06:00
Bruce Dubbs
62d081d8a7 Update to lightdm-gtk-greeter-2.0.9. 2024-02-25 20:53:19 -06:00
Bruce Dubbs
85ea15e75a Update to pidgin-2.14.13. 2024-02-25 12:53:51 -06:00
Bruce Dubbs
d370aa216c Update to git-2.44.0. 2024-02-24 11:20:08 -06:00
Bruce Dubbs
b9f3673da2 Update to qemu-8.2.1. 2024-02-22 11:25:16 -06:00
Bruce Dubbs
7411d86b68 Update to lxqt-archiver-0.9.1. 2024-02-22 11:03:41 -06:00