Changeset fe43cca


Ignore:
Timestamp:
04/17/2024 09:54:44 PM (12 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
d05c484
Parents:
515e9e8 (diff), 3aae0dd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r515e9e8 rfe43cca  
    206206        </seg>
    207207        <seg>
    208           libboost_atomic.so, libboost_chrono.so, libboost_container.so,
    209           libboost_context.so, libboost_contract.so, libboost_coroutine.so,
    210           libboost_date_time.so, libboost_exception.a, libboost_fiber.so,
    211           libboost_filesystem.so, libboost_graph.so, libboost_iostreams.so,
    212           libboost_json.so, libboost_locale.so,
     208          libboost_atomic.so, libboost_charconv.so, libboost_chrono.so,
     209          libboost_container.so, libboost_context.so, libboost_contract.so,
     210          libboost_coroutine.so, libboost_date_time.so, libboost_exception.a,
     211          libboost_fiber.so, libboost_filesystem.so, libboost_graph.so,
     212          libboost_iostreams.so, libboost_json.so, libboost_locale.so,
    213213          libboost_log_setup.so, libboost_log.so, libboost_math_c99.so,
    214214          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
  • general/genlib/keyutils-test-kernel.xml

    r515e9e8 rfe43cca  
    1212  <emphasis role='blue'>P</emphasis>ublic-key cryptography ---&gt;
    1313    &lt;*/M&gt; <emphasis role='blue'>R</emphasis>SA (Rivest-Shamir-Adleman)                               [CRYPTO_RSA]
     14  H<emphasis role='blue'>a</emphasis>shes, digests, and MACs ---&gt;
     15    &lt;*/M&gt; <emphasis role='blue'>S</emphasis>HA-1                                                    [CRYPTO_SHA1]
    1416  [*] <emphasis role='blue'>A</emphasis>symmetric (public-key cryptographic) key type ---&gt;  [ASYMMETRIC_KEY_TYPE]
    1517    &lt;*&gt; <emphasis role='blue'>A</emphasis>symmetric public-key crypto algorithm subtype
  • general/genlib/keyutils.xml

    r515e9e8 rfe43cca  
    120120      If <xref linkend='lsb-tools'/> is not installed, the test suite will
    121121      output some lines complaining the <command>lsb_release</command>
    122       command not available but it won't affect the test result.  One test
    123       named <literal>TRY ADDING ASYMMETRIC KEYS</literal> is known to fail
    124       due to the removal of the support for SHA1 with RSA signature
    125       algorithm from Linux kernel version 6.7 <!-- commit 16ab7cb5825f -->
    126       or newer.
     122      command not available but it won't affect the test result.
    127123    </para>
    128124
  • general/genlib/spidermonkey.xml

    r515e9e8 rfe43cca  
    77  <!ENTITY spidermonkey-download-http "&mozilla-http;/firefox/releases/&spidermonkey-version;esr/source/firefox-&spidermonkey-version;esr.source.tar.xz">
    88  <!ENTITY spidermonkey-download-ftp  " ">
    9   <!ENTITY spidermonkey-md5sum        "ecd4cba403e3c60e92999ef4d0ee91c0">
    10   <!ENTITY spidermonkey-size          "485 MB">
     9  <!ENTITY spidermonkey-md5sum        "150ac3fe6200f01879148ef32c5dd16f">
     10  <!ENTITY spidermonkey-size          "484 MB">
    1111  <!ENTITY spidermonkey-buildsize     "3.6 GB (40 MB installed after removing 36MB static lib; add 34 MB for the main tests and 37 MB for the jit tests)">
    1212  <!ENTITY spidermonkey-time          "1.9 SBU (with parallelism=4; add 1.1 SBU for the main tests and 3.7 SBU for the jit tests)">
  • introduction/welcome/changelog.xml

    r515e9e8 rfe43cca  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>April 17th, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Update to thunderbird-115.10.0 (Security Update).
     47          Fixes <ulink url="&blfs-ticket-root;19671">#19671</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[renodr] - Update to firefox-115.10.0esr (Security Update).
     51          Fixes <ulink url="&blfs-ticket-root;19664">#19664</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to spidermonkey-115.10.0 (Security Update).
     55          Fixes <ulink url="&blfs-ticket-root;19666">#19666</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[renodr] - Update to pipewire-1.0.5. Fixes
     59          <ulink url="&blfs-ticket-root;19665">#19665</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
    4164    <listitem>
    4265      <para>April 16th, 2024</para>
  • kernel-config/general/genlib/keyutils-test.toml

    r515e9e8 rfe43cca  
    99ASYMMETRIC_PUBLIC_KEY_SUBTYPE='*'
    1010CRYPTO_RSA='*M'
     11CRYPTO_SHA1='*M'
    1112
    1213[X509_CERTIFICATE_PARSER]
  • kernel-config/kernel.version

    r515e9e8 rfe43cca  
    1 6.8.2
     16.8.5
  • multimedia/libdriv/pipewire.xml

    r515e9e8 rfe43cca  
    77  <!ENTITY pipewire-download-http "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.bz2">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "d6b9ba58751c70a8d6b134cad89b33b3">
     9  <!ENTITY pipewire-md5sum        "c60c630dd31d0213a78bcebf06dfc6ed">
    1010  <!ENTITY pipewire-size          "1.6 MB">
    11   <!ENTITY pipewire-buildsize     "67 MB (with tests)">
     11  <!ENTITY pipewire-buildsize     "75 MB (with tests)">
    1212  <!ENTITY pipewire-time          "0.6 SBU (with tests, both using parallelism=4)">
    1313]>
     
    6969    </itemizedlist>
    7070
     71<!--
    7172    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7273    <itemizedlist spacing="compact">
     
    8081      </listitem>
    8182    </itemizedlist>
     83-->
    8284
    8385    <bridgehead renderas="sect3">Pipewire Dependencies</bridgehead>
     
    130132    <title>Installation of Pipewire</title>
    131133
     134<!--
    132135    <para>
    133136      If building <xref linkend='snapshot'/>, apply a patch to fix an issue
     
    137140
    138141    <screen><userinput>patch -Np1 -i ../pipewire-&pipewire-version;-upstream_fix-1.patch</userinput></screen>
     142-->
    139143
    140144    <para>
  • packages.ent

    r515e9e8 rfe43cca  
    192192<!ENTITY qcoro-version                "0.10.0">
    193193<!ENTITY spidermonkey-major           "115">
    194 <!ENTITY spidermonkey-version         "&spidermonkey-major;.9.1">
     194<!ENTITY spidermonkey-version         "&spidermonkey-major;.10.0">
    195195<!ENTITY spirv-headers-version        "1.3.280.0">
    196196<!ENTITY spirv-tools-version          "1.3.280.0">
     
    10411041  x/installing/tuning-fontconfig to point to wherever the
    10421042  font settings can now be found -->
    1043 <!ENTITY firefox-version              "115.9.1">
     1043<!ENTITY firefox-version              "115.10.0">
    10441044<!ENTITY seamonkey-version            "2.53.18.2">
    10451045<!ENTITY setuptools-version           "68.2.2"> <!-- for seamonkey -->
     
    10601060<!ENTITY rox-filer-version            "2.11">
    10611061<!ENTITY rxvt-unicode-version         "9.31">
    1062 <!ENTITY thunderbird-version          "115.9.0">
     1062<!ENTITY thunderbird-version          "115.10.0">
    10631063<!ENTITY tigervnc-version             "1.13.1">
    10641064<!ENTITY transmission-version         "4.0.5">
     
    11201120<!ENTITY mlt-version                  "7.22.0">
    11211121<!ENTITY opus-version                 "1.5.2">
    1122 <!ENTITY pipewire-version             "1.0.4">
     1122<!ENTITY pipewire-version             "1.0.5">
    11231123<!ENTITY pulseaudio-major-version     "17.0">
    11241124<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
  • xsoft/graphweb/firefox.xml

    r515e9e8 rfe43cca  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "ecd4cba403e3c60e92999ef4d0ee91c0">
    10   <!ENTITY firefox-size          "485 MB">
     9  <!ENTITY firefox-md5sum        "150ac3fe6200f01879148ef32c5dd16f">
     10  <!ENTITY firefox-size          "484 MB">
    1111
    1212  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1313    But the extra cached cargo files, if any, seem to be minimal -->
    14   <!ENTITY firefox-buildsize     "6.1 GB (199 MB installed) without tests">
     14  <!ENTITY firefox-buildsize     "5.7 GB (199 MB installed) without tests">
    1515  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1616   most practical way to get a timing on a machine with more cores, if taking
  • xsoft/other/thunderbird.xml

    r515e9e8 rfe43cca  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "a76e2d8449708c1cb2f5bee46ae07d2c">
    10   <!ENTITY thunderbird-size          "511 MB">
     9  <!ENTITY thunderbird-md5sum        "cea70900af575d37668860428381db53">
     10  <!ENTITY thunderbird-size          "505 MB">
    1111  <!ENTITY thunderbird-buildsize     "6.5 GB (229 MB installed)">
    1212  <!ENTITY thunderbird-time          "12 SBU (on a 8-core machine)">
Note: See TracChangeset for help on using the changeset viewer.