Changeset 0bfec527


Ignore:
Timestamp:
07/13/2022 10:38:15 PM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
a1a652a
Parents:
c2051dbd
Message:

Two security updates:

Update to xorg-server-21.1.4
Update to Xwayland-22.1.3

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc2051dbd r0bfec527  
    4545      <para>July 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to Xwayland-22.1.3 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;16780">#16780</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to xorg-server-21.1.4 (Security Update).
     53           Fixes <ulink url="&blfs-ticket-root;16779">#16779</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[renodr] - Update to node.js-16.16.0 (Security Update). Fixes
  • packages.ent

    rc2051dbd r0bfec527  
    732732<!ENTITY xcursor-themes-version       "1.0.6">
    733733<!ENTITY xkeyboard-config-version     "2.36">
    734 <!ENTITY xorg-server-version          "21.1.3">
    735 <!ENTITY xwayland-version             "22.1.2">
     734<!ENTITY xorg-server-version          "21.1.4">
     735<!ENTITY xwayland-version             "22.1.3">
    736736<!ENTITY twm-version                  "1.0.12">
    737737<!ENTITY xterm-version                "372">
  • x/installing/xorg-server.xml

    rc2051dbd r0bfec527  
    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        "66687cf9d5cd1fdaa9bf78fc2a154437">
     9  <!ENTITY xorg-server-md5sum        "1fee73752bc08a9d364d5e39f19f464f">
    1010  <!ENTITY xorg-server-size          "4.7 MB">
    11   <!ENTITY xorg-server-buildsize     "175 MB (with tests)">
    12   <!ENTITY xorg-server-time          "0.3 SBU (using parallelism=4; with tests)">
     11  <!ENTITY xorg-server-buildsize     "186 MB (with tests)">
     12  <!ENTITY xorg-server-time          "0.5 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    134134<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
    135135
     136<!-- Not needed with 21.1.4
    136137    <para>
    137138      Fix an issue with gcc-12 and later:
     
    139140
    140141<screen><userinput>sed -i '/(SourcePictPtr)/s/sizeof([^)]*)/sizeof(SourcePict)/' render/picture.c</userinput></screen>
     142-->
    141143
    142144    <para>
  • x/installing/xwayland.xml

    rc2051dbd r0bfec527  
    77  <!ENTITY xwayland-download-http "&xorg-download-http;/xserver/xwayland-&xwayland-version;.tar.xz">
    88  <!ENTITY xwayland-download-ftp  "&xorg-download-ftp;/xserver/xwayland-&xwayland-version;.tar.xz">
    9   <!ENTITY xwayland-md5sum        "6019af045e3a34ce303c677d3fe98c07">
     9  <!ENTITY xwayland-md5sum        "83849961283e8cea32be6740914822e5">
    1010  <!ENTITY xwayland-size          "1.2 MB">
    11   <!ENTITY xwayland-buildsize     "76 MB (add 355 MB for tests)">
    12   <!ENTITY xwayland-time          "0.2 SBU (with paralellism=4; add 1.0 SBU for tests, not including clone time)">
     11  <!ENTITY xwayland-buildsize     "65 MB (add 355 MB for tests)">
     12  <!ENTITY xwayland-time          "0.3 SBU (with paralellism=4; add 1.0 SBU for tests, not including clone time)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.