Changeset ec603a13


Ignore:
Timestamp:
09/03/2020 08:25:03 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 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:
06f7c10a
Parents:
3c74a9b7
Message:

Update to libX11-1.6.12 (Security Update)
Update to xorg-server-1.20.9 (Security Update)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23667 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3c74a9b7 rec603a13  
    4545      <para>September 3rd, 2020</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to libX11-1.6.12 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;13967">#13967</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to xorg-server-1.20.9 (Security Update).
     53          Fixes <ulink url="&blfs-ticket-root;13968">#13968</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[renodr] - Update to xapian-1.4.17. Fixes
  • packages.ent

    r3c74a9b7 rec603a13  
    693693<!ENTITY xcb-util-wm-version          "0.4.1">
    694694<!ENTITY xcb-util-cursor-version      "0.1.3">
    695 <!ENTITY xorg-server-version          "1.20.8">
     695<!ENTITY xorg-server-version          "1.20.9">
    696696<!ENTITY twm-version                  "1.0.11">
    697697<!ENTITY xterm-version                "359">
  • x/installing/x7lib.xml

    r3c74a9b7 rec603a13  
    1414  <!ENTITY xtrans-md5sum                   "ce2fb8100c6647ee81451ebe388b17ad">
    1515
    16   <!ENTITY libX11-version                  "1.6.11">
    17   <!ENTITY libX11-md5sum                   "35c8e4ef7454163c7d67d1fa6a5e3ed1">
     16  <!ENTITY libX11-version                  "1.6.12">
     17  <!ENTITY libX11-md5sum                   "046aae3133f35bc12a183e4e107cb690">
    1818
    1919  <!ENTITY libXext-version                 "1.3.4">
  • x/installing/xorg-server.xml

    r3c74a9b7 rec603a13  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "a770aec600116444a953ff632f51f839">
     9  <!ENTITY xorg-server-md5sum        "afcae2f46d47c33863cab7fd9db7279a">
    1010  <!ENTITY xorg-server-size          "6.0 MB">
    11   <!ENTITY xorg-server-buildsize     "257 MB (with tests)">
    12   <!ENTITY xorg-server-time          "0.8 SBU (using parallelism=4; with tests)">
     11  <!ENTITY xorg-server-buildsize     "350 MB (with tests)">
     12  <!ENTITY xorg-server-time          "0.9 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    134134
    135135    <para>
    136       First, apply a fix for a security vulnerability identified upstream:
    137     </para>
    138 
    139 <screen><userinput remap="pre">sed -i 's/malloc(pScreen/calloc(1, pScreen/' dix/pixmap.c</userinput></screen>
    140 
    141     <para>
    142136      Install the server by running the following commands:
    143137    </para>
     
    184178
    185179    <para>
    186       <parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for
    187       legacy driver support on rootless xserver systems.
     180      <parameter>--enable-suid-wrapper</parameter>: Builds the suid-root
     181      wrapper for legacy driver support on rootless xserver systems.
    188182    </para>
    189183
     
    212206
    213207    <para>
    214       <option>--enable-dmx</option>: Build DMX (Distributed Multihead X)
     208      <option>--enable-dmx</option>: Builds the DMX (Distributed Multihead X)
    215209      server.
    216210    </para>
    217211
    218212    <para>
    219       <option>--enable-kdrive</option>: this option allows the
     213      <option>--enable-kdrive</option>: This option allows the
    220214      <command>configure</command> script to enable Xephyr if its dependencies
    221215      are met.
Note: See TracChangeset for help on using the changeset viewer.