mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Two security updates:
Update to xorg-server-21.1.4 Update to Xwayland-22.1.3
This commit is contained in:
parent
c2051dbdc3
commit
0bfec527d3
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>July 13th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to Xwayland-22.1.3 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;16780">#16780</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to xorg-server-21.1.4 (Security Update).
|
||||
Fixes <ulink url="&blfs-ticket-root;16779">#16779</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to node.js-16.16.0 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;16750">#16750</ulink>.</para>
|
||||
|
@ -731,8 +731,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY xbitmaps-version "1.1.2">
|
||||
<!ENTITY xcursor-themes-version "1.0.6">
|
||||
<!ENTITY xkeyboard-config-version "2.36">
|
||||
<!ENTITY xorg-server-version "21.1.3">
|
||||
<!ENTITY xwayland-version "22.1.2">
|
||||
<!ENTITY xorg-server-version "21.1.4">
|
||||
<!ENTITY xwayland-version "22.1.3">
|
||||
<!ENTITY twm-version "1.0.12">
|
||||
<!ENTITY xterm-version "372">
|
||||
<!ENTITY xclock-version "1.1.1">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.xz">
|
||||
<!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.xz">
|
||||
<!ENTITY xorg-server-md5sum "66687cf9d5cd1fdaa9bf78fc2a154437">
|
||||
<!ENTITY xorg-server-md5sum "1fee73752bc08a9d364d5e39f19f464f">
|
||||
<!ENTITY xorg-server-size "4.7 MB">
|
||||
<!ENTITY xorg-server-buildsize "175 MB (with tests)">
|
||||
<!ENTITY xorg-server-time "0.3 SBU (using parallelism=4; with tests)">
|
||||
<!ENTITY xorg-server-buildsize "186 MB (with tests)">
|
||||
<!ENTITY xorg-server-time "0.5 SBU (using parallelism=4; with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
|
||||
@ -133,11 +133,13 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
|
||||
|
||||
<!-- Not needed with 21.1.4
|
||||
<para>
|
||||
Fix an issue with gcc-12 and later:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/(SourcePictPtr)/s/sizeof([^)]*)/sizeof(SourcePict)/' render/picture.c</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Install the server by running the following commands:
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY xwayland-download-http "&xorg-download-http;/xserver/xwayland-&xwayland-version;.tar.xz">
|
||||
<!ENTITY xwayland-download-ftp "&xorg-download-ftp;/xserver/xwayland-&xwayland-version;.tar.xz">
|
||||
<!ENTITY xwayland-md5sum "6019af045e3a34ce303c677d3fe98c07">
|
||||
<!ENTITY xwayland-md5sum "83849961283e8cea32be6740914822e5">
|
||||
<!ENTITY xwayland-size "1.2 MB">
|
||||
<!ENTITY xwayland-buildsize "76 MB (add 355 MB for tests)">
|
||||
<!ENTITY xwayland-time "0.2 SBU (with paralellism=4; add 1.0 SBU for tests, not including clone time)">
|
||||
<!ENTITY xwayland-buildsize "65 MB (add 355 MB for tests)">
|
||||
<!ENTITY xwayland-time "0.3 SBU (with paralellism=4; add 1.0 SBU for tests, not including clone time)">
|
||||
]>
|
||||
|
||||
<sect1 id="xwayland" xreflabel="Xwayland-&xwayland-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user