Changeset 64351cb


Ignore:
Timestamp:
01/14/2022 12:44:17 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c3e2b0e
Parents:
b5db236
Message:

Package update and a fix for systemd

Update to thunderbird-91.5.0
Fix CVE-2021-3997 in systemd.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    rb5db236 r64351cb  
    7878    </itemizedlist>
    7979
    80 <!--
     80
    8181    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8282    <itemizedlist spacing="compact">
     
    8888      </listitem>
    8989    </itemizedlist>
    90 -->
     90
    9191
    9292    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    153153    <title>Installation of systemd</title>
    154154
    155 <!--
    156     <para>
    157       Apply a patch to fix a security vulnerability:
     155
     156    <para>
     157      Apply a patch to fix a security vulnerability and fix issues with the
     158      default hostname on some systems:
    158159    </para>
    159160
    160161<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    161 -->
    162162
    163163    <para>
     
    237237<screen role="root"><userinput>ninja install</userinput></screen>
    238238
     239<!-- Included in the patch
    239240    <para>
    240241      Fix a problem in a systemd unit that can cause extra delays when
     
    243244
    244245<screen role="root"><userinput>sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
    245 
     246-->
    246247  <!-- No longer needed as of systemd-244.
    247248    <para>
  • introduction/welcome/changelog.xml

    rb5db236 r64351cb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to thunderbird-91.5.0 (Security Update).
     49          Fixes <ulink url="&blfs-ticket-root;15964">#15964</ulink>.</para>
     50        </listitem>
     51        <listitem revision="systemd">
     52          <para>[renodr] - Fix CVE-2021-3997 in systemd. Fixes
     53          <ulink url="&blfs-ticket-root;15953">#15953</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Update to epiphany-41.3 (Security Update). Fixes
    4957          <ulink url="&blfs-ticket-root;15602">#15602</ulink>.</para>
  • packages.ent

    rb5db236 r64351cb  
    965965<!ENTITY rox-filer-version            "2.11">
    966966<!ENTITY rxvt-unicode-version         "9.30">
    967 <!ENTITY thunderbird-version          "91.4.1">
     967<!ENTITY thunderbird-version          "91.5.0">
    968968<!ENTITY tigervnc-version             "1.12.0">
    969969<!ENTITY transmission-version         "3.00">
  • xsoft/other/thunderbird.xml

    rb5db236 r64351cb  
    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        "fd8d321bfb4dbe6f85fa2bf2d04150dc">
    10   <!ENTITY thunderbird-size          "390 MB">
     9  <!ENTITY thunderbird-md5sum        "7a4d6d930a66a1068737bdff18211e00">
     10  <!ENTITY thunderbird-size          "387 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.0 GB (202 MB installed)">
    1212  <!ENTITY thunderbird-time          "30 SBU (on a 4-core machine)">
Note: See TracChangeset for help on using the changeset viewer.