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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.