Changeset e97fa8c


Ignore:
Timestamp:
09/10/2021 08:02:13 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eb448ba
Parents:
88523c51
Message:

Update to thunderbird-91.1.0 (Security Update)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r88523c51 re97fa8c  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>September 10th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to thunderbird-91.1.0 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;15513">#15513</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>September 9th, 2021</para>
  • packages.ent

    r88523c51 re97fa8c  
    954954<!ENTITY rox-filer-version            "2.11">
    955955<!ENTITY rxvt-unicode-version         "9.26">
    956 <!ENTITY thunderbird-version          "91.0.3">
     956<!ENTITY thunderbird-version          "91.1.0">
    957957<!ENTITY tigervnc-version             "1.11.0">
    958958<!ENTITY transmission-version         "3.00">
  • xsoft/other/thunderbird.xml

    r88523c51 re97fa8c  
    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        "f08dd55b8b1b0baf2c38a88aa3734cf8">
    10   <!ENTITY thunderbird-size          "390 MB">
    11   <!ENTITY thunderbird-buildsize     "6.9 GB (201 MB installed)">
    12   <!ENTITY thunderbird-time          "29 SBU (on a 4-core machine)">
     9  <!ENTITY thunderbird-md5sum        "4954fa2b4c55e475e4d3533ac03f6f1f">
     10  <!ENTITY thunderbird-size          "385 MB">
     11  <!ENTITY thunderbird-buildsize     "6.9 GB (202 MB installed)">
     12  <!ENTITY thunderbird-time          "30 SBU (on a 4-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 -->
     
    7373    </itemizedlist>
    7474
     75<!-- keeping this for next patch :)
    7576    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7677    <itemizedlist spacing="compact">
     
    8283      </listitem>
    8384    </itemizedlist>
    84 
     85-->
    8586    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
    8687
     
    216217ac_add_options --with-system-zlib</literal>
    217218EOF</userinput></screen>
    218 
     219<!--
    219220    <para>
    220221      Apply a patch which allows compilation on systems running glibc-2.34:
     
    222223
    223224<screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-glibc234-1.patch</userinput></screen>
    224 
     225-->
    225226    <para>
    226227      Now invoke the Python <command>mach</command> script to compile
     
    253254
    254255<screen role="root"><userinput>MACH_USE_SYSTEM_PYTHON=1 ./mach install</userinput></screen>
    255 
     256<!-- devs: For DESTDIR install, prepend DESTDIR=<dest> to the above -->
    256257    <para>
    257258      Empty the environment variables which were set above:
Note: See TracChangeset for help on using the changeset viewer.