Changeset 65f507b7


Ignore:
Timestamp:
07/16/2024 09:06:58 PM (6 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
gimp3, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
25c7b8d
Parents:
f389422
Message:

Update to Thunderbird-128.0esr (Security Update)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf389422 r65f507b7  
    4242      <para>July 16th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to Thunderbird-128.0esr (Security Update).
     46          Fixes <ulink url="&blfs-ticket-root;19717">#19717</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[xry111] - Archive typing_extensions
  • packages.ent

    rf389422 r65f507b7  
    10791079<!ENTITY rox-filer-version            "2.11">
    10801080<!ENTITY rxvt-unicode-version         "9.31">
    1081 <!ENTITY thunderbird-version          "115.12.0">
     1081<!ENTITY thunderbird-version          "128.0">
    10821082<!ENTITY tigervnc-version             "1.13.1">
    10831083<!ENTITY transmission-version         "4.0.6">
  • xsoft/other/thunderbird.xml

    rf389422 r65f507b7  
    55  %general-entities;
    66
    7   <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
     7  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;esr/source/thunderbird-&thunderbird-version;esr.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "699134531dc31e9e7e62c47b82773508">
    10   <!ENTITY thunderbird-size          "515 MB">
    11   <!ENTITY thunderbird-buildsize     "6.1 GB (224 MB installed)">
    12   <!ENTITY thunderbird-time          "12 SBU (on a 8-core machine)">
     9  <!ENTITY thunderbird-md5sum        "f20899eb706a94076ac88dfe97cc7a88">
     10  <!ENTITY thunderbird-size          "642 MB">
     11  <!ENTITY thunderbird-buildsize     "7.8 GB (256 MB installed)">
     12  <!ENTITY thunderbird-time          "16 SBU (on a 8-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
    1414       the C/C++ code appears to obey it.
     
    1818]>
    1919
    20 <sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
     20<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;esr">
    2121  <?dbhtml filename="thunderbird.html" ?>
    2222
    2323
    24   <title>Thunderbird-&thunderbird-version;</title>
     24  <title>Thunderbird-&thunderbird-version;esr</title>
    2525
    2626  <indexterm zone="thunderbird">
     
    248248
    249249    <!-- https://github.com/rust-lang/rust-bindgen/pull/2689 -->
     250<!--
    250251    <para>
    251252      Adapt the shipped <application>rust-bindgen</application> copy for
     
    268269sed -r '/name = "bindgen"/,+5 s/^source|^checksum/#&amp;/' \
    269270    -i Cargo.lock</userinput></screen>
     271-->
    270272
    271273    <!-- https://hg.mozilla.org/mozilla-central/rev/ba6abbd36b49 -->
     274<!--
    272275    <para>
    273276      Adapt the WebRTC code to use 64-bit timestamp to fix a build
     
    289292
    290293    <screen><userinput>sed '/cfg_attr/,/)]/d' -i gfx/qcms/src/lib.rs</userinput></screen>
     294-->
    291295
    292296    <para>
     
    301305
    302306<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    303 export MOZBUILD_STATE_PATH=./mozbuild               &amp;&amp;
     307export MOZBUILD_STATE_PATH=$(pwd)/mozbuild          &amp;&amp;
    304308./mach build</userinput></screen>
    305309
     
    383387      <para>
    384388        First, open the configuration dialog by opening the <quote>Edit</quote>
    385         drop-down menu. Choose <quote>Preferences</quote> and then scroll down
     389        drop-down menu. Choose <quote>Settings</quote> and then scroll down
    386390        to the bottom of the page. Then, click the <quote>Config Editor</quote>
    387391        button. Click on the <quote>I accept the risk!</quote> button.
     
    398402      </para>
    399403
     404 <!-- Doesn't seem to be present anymore in 128.0
    400405      <para>
    401406        The configuration preference item you need to check so that
     
    404409        set to the path of the desired browser, e.g.
    405410        <option>/usr/bin/firefox</option>.
    406       </para>
     411     </para>
     412-->
    407413<!--  Bad URL
    408414      <tip>
Note: See TracChangeset for help on using the changeset viewer.