Changeset b0f39cc


Ignore:
Timestamp:
12/27/2023 05:56:17 AM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
e394cf63
Parents:
bc35d57
Message:

Update to Thunderbird-115.6.0 (Security Update)

Also undo the Python 3.12 changes for now

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbc35d57 rb0f39cc  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to Thunderbird-115.6.0 (Security Update).
     46          Fixes <ulink url="&blfs-ticket-root;19003">#19003</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Add a security patch to libssh2 to guard it against
    4650          the Terrapin attack. Fixes
  • packages.ent

    rbc35d57 rb0f39cc  
    10221022<!ENTITY rox-filer-version            "2.11">
    10231023<!ENTITY rxvt-unicode-version         "9.31">
    1024 <!ENTITY thunderbird-version          "115.5.1">
     1024<!ENTITY thunderbird-version          "115.6.0">
    10251025<!ENTITY tigervnc-version             "1.13.1">
    10261026<!ENTITY transmission-version         "4.0.5">
  • xsoft/other/thunderbird.xml

    rbc35d57 rb0f39cc  
    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        "f4bdb62a3dabdba41296f875a1e86ac0">
    10   <!ENTITY thunderbird-size          "508 MB">
    11   <!ENTITY thunderbird-buildsize     "6.4 GB (236 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "450439b766df7bbfbf077ccfab1154be">
     10  <!ENTITY thunderbird-size          "506 MB">
     11  <!ENTITY thunderbird-buildsize     "6.5 GB (236 MB installed)">
    1212  <!ENTITY thunderbird-time          "17 SBU (on a 8-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
     
    8585      <xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
    8686      the mozconfig; although it is now deprecated by mozilla),
    87       <xref linkend="python3"/> (rebuilt with the sqlite module),
    88       <xref linkend="six"/>,
     87      <xref linkend="python311"/> (rebuilt with the sqlite module),
    8988      <xref linkend="startup-notification"/>, and
    9089      <xref linkend="unzip"/>
     
    137136    </note>
    138137
     138 <!-- Restore after Python 3.12 is usable for this package again
    139139    <para>
    140140      The building system ships several internal copies of the Python 3
     
    177177sed '/import imp/d' -i netwerk/dns/prepare_tlds.py
    178178</userinput></screen>
     179-->
    179180
    180181    <para>
     
    256257<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    257258export MOZBUILD_STATE_PATH=./mozbuild               &amp;&amp;
    258 ./mach configure                                    &amp;&amp;
    259 ./mach build</userinput></screen>
     259export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
     260$PYTHON311 ./mach configure                         &amp;&amp;
     261$PYTHON311 ./mach build</userinput></screen>
    260262
    261263    <para>
     
    268270    </para>
    269271
    270 <screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
     272<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none $PYTHON311 ./mach install</userinput></screen>
    271273<!-- devs: For DESTDIR install, prepend DESTDIR=<dest> to the above -->
     274
    272275    <para>
    273276      Empty the environment variables which were set above:
    274277    </para>
    275278
    276 <screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE MOZBUILD_STATE_PATH</userinput></screen>
     279<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE &amp;&amp;
     280unset MOZBUILD_STATE_PATH                     &amp;&amp;
     281unset PYTHON311</userinput></screen>
    277282
    278283  </sect2>
Note: See TracChangeset for help on using the changeset viewer.