Changeset 72230702


Ignore:
Timestamp:
08/13/2021 11:55:07 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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:
ba9f84c
Parents:
51a7abb7
Message:

Package update:

Update to thunderbird-91.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r51a7abb7 r72230702  
    4545      <para>August 13th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to thunderbird-91.0 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;15279">#15279</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to postgresql-13.4. Fixes
  • xsoft/other/thunderbird.xml

    r51a7abb7 r72230702  
    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        "fdab4c936a7b61378365a3bddda30f32">
    10   <!ENTITY thunderbird-size          "337 MB">
    11   <!ENTITY thunderbird-buildsize     "5.1 GB (178 MB installed)">
    12   <!ENTITY thunderbird-time          "31 SBU (on a 4-core machine)">
     9  <!ENTITY thunderbird-md5sum        "b128813e8d4ba1216bd0246adf9a2bfb">
     10  <!ENTITY thunderbird-size          "387 MB">
     11  <!ENTITY thunderbird-buildsize     "6.9 GB (202 MB installed)">
     12  <!ENTITY thunderbird-time          "29 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 -->
     
    7272      </listitem>
    7373    </itemizedlist>
    74     <!--
     74
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    7878        <para>
    7979          Required patch:
    80           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-rustc1470-1.patch"/>
     80          <ulink url="&patch-root;/thunderbird-&thunderbird-version;-glibc234-1.patch"/>
    8181        </para>
    8282      </listitem>
    8383    </itemizedlist>
    84     -->
     84
    8585    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
    8686
     
    216216EOF</userinput></screen>
    217217
    218 <!--
    219     <para>
    220       Apply a patch to allow this to be compiled with <xref linkend="rust"/>:
    221     </para>
    222 
    223 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-rustc1470-1.patch</userinput></screen>
    224 -->
     218    <para>
     219      Apply a patch which allows compilation on systems running glibc-2.34:
     220    </para>
     221
     222<screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-glibc234-1.patch</userinput></screen>
    225223
    226224    <para>
     
    239237
    240238<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
     239./mach create-mach-environment &amp;&amp;
    241240./mach configure      &amp;&amp;
    242241./mach build</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.