Changeset a541e080


Ignore:
Timestamp:
08/26/2021 03:15:09 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
dec59a47
Parents:
f1a7af6
Message:

Updates and a security fix

Fix a security issue in apr-1.7.0 (with a sed)
libgcrypt-1.9.4 (security fix)
libcap-2.53
openssh-8.7p1
thunderbird-91.0.3
qemu-6.1.0

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    rf1a7af6 ra541e080  
    8383  <sect2 role="installation">
    8484    <title>Installation of Apr</title>
     85
     86    <para>
     87      First, fix a security issue:
     88    </para>
     89
     90<screen><userinput>sed '/{306/a \
     91\
     92    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) \
     93        return APR_EBADDATE;' -i time/unix/time.c</userinput></screen>
    8594
    8695    <para>
  • general/genlib/libgcrypt.xml

    rf1a7af6 ra541e080  
    88  <!ENTITY libgcrypt-download-ftp  "&gnupg-ftp;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
    99  <!ENTITY libgcrypt-download-ftp  " ">
    10   <!ENTITY libgcrypt-md5sum        "3fcb490b9b7347344708eeb7b4a95464">
     10  <!ENTITY libgcrypt-md5sum        "edc7becfe09c75d8f95ff7623e40c52e">
    1111  <!ENTITY libgcrypt-size          "3.1 MB">
    12   <!ENTITY libgcrypt-buildsize     "138 MB (with tests; add 4 MB for documentation)">
    13   <!ENTITY libgcrypt-time          "0.3 SBU (with documentation; add 0.5 SBU for tests)">
     12  <!ENTITY libgcrypt-buildsize     "135 MB (with tests and pdf documentation)">
     13  <!ENTITY libgcrypt-time          "0.4 SBU (with documentation; add 0.5 SBU for tests)">
    1414]>
    1515
  • introduction/welcome/changelog.xml

    rf1a7af6 ra541e080  
    4545      <para>August 26th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to qemu-6.1.0.
     49          Fixes <ulink url="&blfs-ticket-root;15456">#15456</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to thunderbird-91.0.3.
     53          Fixes <ulink url="&blfs-ticket-root;15445">#15445</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to openssh-8.7p1.
     57          Fixes <ulink url="&blfs-ticket-root;15439">#15439</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Update to licap-2.53 with PAM.
     61          Fixes <ulink url="&blfs-ticket-root;15406">#15406</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[pierre] - Add a sed to apr-1.7.0 to fix a security issue.
     65          Fixes <ulink url="&blfs-ticket-root;15453">#15453</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[pierre] - Update to libgcrypt-1.9.4 (security fix).
     69          Fixes <ulink url="&blfs-ticket-root;15450">#15450</ulink>.</para>
     70        </listitem>
    4771        <listitem>
    4872          <para>[xry111] - Update to harfbuzz-2.9.0.
  • packages.ent

    rf1a7af6 ra541e080  
    1515<!ENTITY haveged-version              "1.9.14">
    1616<!ENTITY iptables-version             "1.8.7">
    17 <!ENTITY libcap-version               "2.52">
     17<!ENTITY libcap-version               "2.53">
    1818<!ENTITY liboauth-version             "1.0.3">
    1919<!ENTITY linux-pam-version            "1.5.1">
     
    2929<!ENTITY nss-micro-version            "0">
    3030<!ENTITY nss-version                  "3.&nss-minor-version;">
    31 <!ENTITY openssh-version              "8.6p1">
     31<!ENTITY openssh-version              "8.7p1">
    3232<!ENTITY p11-kit-version              "0.24.0">
    3333<!ENTITY polkit-version               "0.119">
     
    7272
    7373<!-- Chapter 8 Virtualization -->
    74 <!ENTITY qemu-version                 "6.0.0">
     74<!ENTITY qemu-version                 "6.1.0">
    7575
    7676<!-- Part III -->
     
    136136<!ENTITY libepoxy-version             "&libepoxy-minor;.9">
    137137<!-- <!ENTITY libesmtp-version             "1.0.6"> -->
    138 <!ENTITY libgcrypt-version            "1.9.3">
     138<!ENTITY libgcrypt-version            "1.9.4">
    139139<!ENTITY libglade-version             "2.6.4">
    140140<!ENTITY libgpg-error-version         "1.42">
     
    954954<!ENTITY rox-filer-version            "2.11">
    955955<!ENTITY rxvt-unicode-version         "9.26">
    956 <!ENTITY thunderbird-version          "91.0.1">
     956<!ENTITY thunderbird-version          "91.0.3">
    957957<!ENTITY tigervnc-version             "1.11.0">
    958958<!ENTITY transmission-version         "3.00">
  • postlfs/security/libcap.xml

    rf1a7af6 ra541e080  
    77  <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    88  <!ENTITY libcap-download-ftp  " ">
    9   <!ENTITY libcap-md5sum        "91548d37bbb5b706928bc3b3bb0e22ac">
    10   <!ENTITY libcap-size          "156 KB">
    11   <!ENTITY libcap-buildsize     "1.6 MB">
     9  <!ENTITY libcap-md5sum        "094994d4554c6689cf98ae4f717b8e19">
     10  <!ENTITY libcap-size          "155 KB">
     11  <!ENTITY libcap-buildsize     "1.7 MB">
    1212  <!ENTITY libcap-time          "less than 0.1 SBU">
    1313]>
  • postlfs/security/openssh.xml

    rf1a7af6 ra541e080  
    1010           " "> <!-- at the moment, unable to connect via ftp: ken
    1111           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
    12   <!ENTITY openssh-md5sum        "805f7048aec6dd752584e570383a6f00">
     12  <!ENTITY openssh-md5sum        "f545230799f131aecca04da56e61990a">
    1313  <!ENTITY openssh-size          "1.7 MB">
    14   <!ENTITY openssh-buildsize     "51 MB (add 40 MB for tests)">
    15   <!ENTITY openssh-time          "0.2 SBU (Using parallelism=4;
     14  <!ENTITY openssh-buildsize     "48 MB (add 18 MB for tests)">
     15  <!ENTITY openssh-time          "0.3 SBU (Using parallelism=4;
    1616                                  running the tests takes 20+ minutes,
    1717                                  irrespective of processor speed)">
  • postlfs/virtualization/qemu.xml

    rf1a7af6 ra541e080  
    77  <!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "cce185dc0119546e395909e8a71a75bb">
    10   <!ENTITY qemu-size          "102 MB">
    11   <!ENTITY qemu-buildsize     "2.2 GB">
     9  <!ENTITY qemu-md5sum        "47f776c276a24f42108ba512a2aa3013">
     10  <!ENTITY qemu-size          "106 MB">
     11  <!ENTITY qemu-buildsize     "1.9 GB">
    1212  <!ENTITY qemu-time          "1.2 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
     
    108108    </para>
    109109
     110    <bridgehead renderas="sect4">Optional dependencies for installing the documentation</bridgehead>
     111    <para role="optional">
     112      <ulink url="https://www.sphinx-doc.org/en/master/index.html">sphinx</ulink> with the
     113      <ulink url="https://pypi.org/project/sphinx-rtd-theme/">sphinx-rtd-theme</ulink> theme
     114    </para>
     115
    110116    <note>
    111117      <para>
     
    576582      <seglistitem>
    577583        <seg>
    578           ivshmem-client,
    579           ivshmem-server,
     584          elf2dmp,
    580585          qemu (symlink),
     586          qemu-edid,
    581587          qemu-ga,
    582588          qemu-img,
    583589          qemu-io,
     590          qemu-keymap,
    584591          qemu-nbd,
    585           qemu-system-&lt;arch&gt;, and
    586           virtfs-proxy-helper
     592          qemu-pr-helper,
     593          qemu-storage-daemon, and
     594          qemu-system-&lt;arch&gt;
    587595        </seg>
    588596        <seg>None</seg>
    589597        <seg>
    590598          /usr/share/qemu and
    591           /usr/share/doc/qemu-&qemu-version;
     599          /usr/share/doc/qemu-&qemu-version; (optional)
    592600        </seg>
    593601      </seglistitem>
     
    599607      <?dbhtml list-presentation="table"?>
    600608
     609      <varlistentry id="elf2dmp">
     610        <term><command>elf2dmp</command></term>
     611        <listitem>
     612          <para>
     613            Converts files from elf to dmp format
     614          </para>
     615          <indexterm zone="qemu elf2dmp">
     616            <primary sortas="b-elf2dmp">elf2dmp</primary>
     617          </indexterm>
     618        </listitem>
     619      </varlistentry>
     620<!--
    601621      <varlistentry id="ivshmem-client">
    602622        <term><command>ivshmem-client</command></term>
     
    622642        </listitem>
    623643      </varlistentry>
    624 
     644-->
    625645      <varlistentry id="qemu-edid">
    626646        <term><command>qemu-edid</command></term>
     
    674694      </varlistentry>
    675695
     696      <varlistentry id="qemu-keymap">
     697        <term><command>qemu-keymap</command></term>
     698        <listitem>
     699          <para>
     700            generates qemu reverse keymaps from xkb keymaps,
     701            which can be used with the qemu "-k" command line switch
     702          </para>
     703          <indexterm zone="qemu qemu-keymap">
     704            <primary sortas="b-qemu-keymap">qemu-keymap</primary>
     705          </indexterm>
     706        </listitem>
     707      </varlistentry>
     708
     709
    676710      <varlistentry id="qemu-nbd">
    677711        <term><command>qemu-nbd</command></term>
     
    687721      </varlistentry>
    688722
     723      <varlistentry id="qemu-pr-helper">
     724        <term><command>qemu-pr-helper</command></term>
     725        <listitem>
     726          <para>
     727            Implements the persistent reservation helper for QEMU
     728          </para>
     729          <indexterm zone="qemu qemu-pr-helper">
     730            <primary sortas="b-qemu-pr-helper">qemu-pr-helper</primary>
     731          </indexterm>
     732        </listitem>
     733      </varlistentry>
     734
     735      <varlistentry id="qemu-storage-daemon">
     736        <term><command>qemu-storage-daemon</command></term>
     737        <listitem>
     738          <para>
     739            allows to modify disk images using the QEMU Monitor Protocol (QMP)
     740            without running a VM
     741          </para>
     742          <indexterm zone="qemu qemu-storage-daemon">
     743            <primary sortas="b-qemu-storage-daemon">qemu-storage-daemon</primary>
     744          </indexterm>
     745        </listitem>
     746      </varlistentry>
     747
    689748      <varlistentry id="qemu-system">
    690749        <term><command>qemu-system-x86_64</command></term>
     
    698757        </listitem>
    699758      </varlistentry>
    700 
     759<!--
    701760      <varlistentry id="virtfs-proxy-helper">
    702761        <term><command>virtfs-proxy-helper</command></term>
     
    713772        </listitem>
    714773      </varlistentry>
    715 
     774-->
    716775    </variablelist>
    717776
  • xsoft/other/thunderbird.xml

    rf1a7af6 ra541e080  
    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        "36c9a01359ce14a352bb04619720ab46">
    10   <!ENTITY thunderbird-size          "387 MB">
    11   <!ENTITY thunderbird-buildsize     "6.9 GB (202 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "f08dd55b8b1b0baf2c38a88aa3734cf8">
     10  <!ENTITY thunderbird-size          "390 MB">
     11  <!ENTITY thunderbird-buildsize     "6.9 GB (201 MB installed)">
    1212  <!ENTITY thunderbird-time          "29 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
Note: See TracChangeset for help on using the changeset viewer.