Commit Graph

29355 Commits

Author SHA1 Message Date
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
Bruce Dubbs
22ab1ba3a0 Fix inkscape patch name 2024-04-02 12:21:41 -05:00
Thomas Trepl
624fb84617 Upgrade c-ares-1.28.1 2024-04-02 00:18:21 +02:00
Douglas R. Reno
ab49d1e0f9 libva: spacing adjustment 2024-04-01 15:07:11 -05:00
Douglas R. Reno
9a1524757a xorgproto: fix typo 2024-04-01 15:02:40 -05:00
Douglas R. Reno
c2bbe031cc Changelog: mark cURL as a security update 2024-04-01 12:32:11 -05:00
Douglas R. Reno
e6a74ce451 Inkscape: fix building with Poppler-24.03.0 2024-04-01 12:31:52 -05:00
Bruce Dubbs
9d990a5a86 Remove duplicate lightdm user/group entry 2024-04-01 12:31:02 -05: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
Bruce Dubbs
101ab9738b Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-03-29 16:52:26 -05:00
Bruce Dubbs
1d3650b78b Typos 2024-03-29 16:49:44 -05: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
1e4c908f3b Fix xorgproto stats 2024-03-29 09:45:28 -05:00
Tim Tassonis
466b894372 Update to libva-2.21.0 2024-03-28 18:58:54 +01: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
Thomas Trepl
85ab8517d5 Fix a config issue on i686 machines 2024-03-27 18:02:12 +01:00
Tim Tassonis
e4f4182136 Force vlc to compile against lua52 2024-03-27 08:43:29 +01:00
Douglas R. Reno
8e39579e49 Update to Vulkan-Headers and Vulkan-Loader 1.3.281. 2024-03-26 16:24:23 -05:00
Ken Moffat
66a8904811 Biber: expand a comment for editors.
Hopefully, the next time someone looks at this they won't have to
search for why LWP::UserAgent is not mentioned.
2024-03-26 20:08:25 +00:00