Changeset 0e806de


Ignore:
Timestamp:
12/15/2022 12:11:36 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/llvm18, xry111/xf86-video-removal
Children:
fbe38a85
Parents:
7dea447
Message:

Update to xorg-server-21.1.5

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7dea447 r0e806de  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[pierre] - Update to xorg-server-21.1.5 (security update). Fixes
     46          <ulink url="&blfs-ticket-root;17403">#17403</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[pierre] - Update to xwayland-22.1.6 (security update). Fixes
    4650          <ulink url="&blfs-ticket-root;17404">#17404</ulink>.</para>
  • packages.ent

    r7dea447 r0e806de  
    656656<!ENTITY xkeyboard-config-version     "2.37">
    657657<!ENTITY xwayland-version             "22.1.6">
    658 <!ENTITY xorg-server-version          "21.1.4">
     658<!ENTITY xorg-server-version          "21.1.5">
    659659<!ENTITY twm-version                  "1.0.12">
    660660<!ENTITY xterm-version                "377">
  • x/installing/xorg-server.xml

    r7dea447 r0e806de  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.xz">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.xz">
    9   <!ENTITY xorg-server-md5sum        "1fee73752bc08a9d364d5e39f19f464f">
     9  <!ENTITY xorg-server-md5sum        "2dc0ad1aec4b50ff163ec72b54437bdb">
    1010  <!ENTITY xorg-server-size          "4.7 MB">
    11   <!ENTITY xorg-server-buildsize     "186 MB (with tests)">
    12   <!ENTITY xorg-server-time          "0.5 SBU (using parallelism=4; with tests)">
     11  <!ENTITY xorg-server-buildsize     "187 MB (with tests)">
     12  <!ENTITY xorg-server-time          "0.4 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
    69 <!-- Prime support is now automatically added in DRI3, and this patch
    70      may break things on some setups.
    71     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    72     <itemizedlist spacing="compact">
    73       <listitem>
    74         <para>
    75           Optional patch:
    76           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
    77         </para>
    78       </listitem>
    79     </itemizedlist>-->
    8068
    8169    <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
     
    124112  <sect2 role="installation">
    125113    <title>Installation of Xorg Server</title>
    126 <!-- Patch removed
    127     <para>
    128       If you have downloaded the optional patch, apply it by running the
    129       following command:
    130     </para>
    131 
    132 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
    133 
    134 <!-- Not needed with 21.1.4
    135     <para>
    136       Fix an issue with gcc-12 and later:
    137     </para>
    138 
    139 <screen><userinput>sed -i '/(SourcePictPtr)/s/sizeof([^)]*)/sizeof(SourcePict)/' render/picture.c</userinput></screen>
    140 -->
    141114
    142115    <para>
     
    178151  <sect2 role="commands">
    179152    <title>Command Explanations</title>
    180 <!-- built by default now
    181     <para>
    182       <parameter>- -enable-glamor</parameter>: Build the Glamor DIX (Device
    183       Independent X) module which is currently used by: R600 or later radeon
    184       video chipsets, the modesetting driver (which is part of this package)
    185       for hardware using KMS which offers acceleration, and (optionally) the
    186       intel driver.
    187     </para>
    188 -->
     153
    189154    <para>
    190155      <parameter>-Dsuid_wrapper=true</parameter>: Builds the suid-root
     
    199164      <phrase revision="elogind">elogind</phrase> PAM module configured.
    200165    </para>
    201 <!-- seems to be completely removed with meson build:
    202     <para>
    203       <option>- -enable-install-setuid</option>:
    204       This switch restores the setuid bit to the Xorg executable allowing Xorg
    205       Server to work with a virtual terminal designated on the
    206       <command>startx</command> command line.
    207     </para>
    208 -->
     166
    209167    <para revision="sysv">
    210168      <command>cat &gt;&gt; /etc/sysconfig/createfiles...</command>: This
     
    253211      <?dbfo list-presentation="list"?>
    254212      <?dbhtml list-presentation="table"?>
    255 <!-- Now in libxcvt:
    256       <varlistentry id="cvt-x7">
    257         <term><command>cvt</command></term>
    258         <listitem>
    259           <para>
    260             calculates VESA CVT mode lines
    261           </para>
    262           <indexterm zone="xorg-server cvt-x7">
    263             <primary sortas="b-cvt">cvt</primary>
    264           </indexterm>
    265         </listitem>
    266       </varlistentry>
    267 Removed in this release:
    268       <varlistentry id="dmx-x7">
    269         <term><command>dmx*</command></term>
    270         <listitem>
    271           <para>
    272             are various tools used for manipulating the dmx server
    273           </para>
    274           <indexterm zone="xorg-server dmx-x7">
    275             <primary sortas="b-dmx">dmx*</primary>
    276           </indexterm>
    277         </listitem>
    278       </varlistentry>
    279 -->
     213
    280214      <varlistentry id="gtf-x7">
    281215        <term><command>gtf</command></term>
     
    289223        </listitem>
    290224      </varlistentry>
    291 <!-- No dmx in this release
    292       <varlistentry id="vdltodmx-x7">
    293         <term><command>vdltodmx</command></term>
    294         <listitem>
    295           <para>
    296             is a tool used to convert VDL config files to DMX config
    297             files
    298           </para>
    299           <indexterm zone="xorg-server vdltodmx-x7">
    300             <primary sortas="b-vdltodmx">vdltodmx</primary>
    301           </indexterm>
    302         </listitem>
    303       </varlistentry>
    304 -->
     225
    305226      <varlistentry id="X-x7">
    306227        <term><command>X</command></term>
     
    314235        </listitem>
    315236      </varlistentry>
    316 <!-- No dmx in this release
    317      <varlistentry id="Xdmx">
    318         <term><command>Xdmx</command></term>
    319         <listitem>
    320           <para>
    321             is a proxy X server that uses one or more other X servers as
    322             its display devices
    323           </para>
    324           <indexterm zone="xorg-server Xdmx">
    325             <primary sortas="b-Xdmx">Xdmx</primary>
    326           </indexterm>
    327         </listitem>
    328       </varlistentry>
    329 -->
     237
    330238      <varlistentry id="Xephyr-x7">
    331239        <term><command>Xephyr</command></term>
     
    375283        </listitem>
    376284      </varlistentry>
    377 <!-- No dmx in this release
    378       <varlistentry id="xdmxconfig-x7">
    379         <term><command>xdmxconfig</command></term>
    380         <listitem>
    381           <para>
    382             is a graphical configuration utility for the dmx server
    383           </para>
    384           <indexterm zone="xorg-server xdmxconfig-x7">
    385             <primary sortas="b-xdmxconfig">xdmxconfig</primary>
    386           </indexterm>
    387         </listitem>
    388       </varlistentry>
    389 Xwayland has been separated to xwayland package
    390       <varlistentry id="Xwayland-x7">
    391         <term><command>Xwayland</command></term>
    392         <listitem>
    393           <para>
    394             allows the X server to run X clients under wayland (i.e. wayland
    395             provides the input devices and handles the presentation of the
    396             windows)
    397           </para>
    398           <indexterm zone="xorg-server Xwayland-x7">
    399             <primary sortas="b-Xwayland">Xwayland</primary>
    400           </indexterm>
    401         </listitem>
    402       </varlistentry>
    403 -->
     285
    404286      <varlistentry id="modesetting_drv-x7">
    405287        <term><filename class="libraryfile">modesetting_drv.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.