Changeset 7b8b07f8


Ignore:
Timestamp:
08/06/2023 07:20:10 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
8c0499c
Parents:
2073464
Message:

Add WebKit consolidated fixes patch.

This fixes several security vulnerabilities and allows it to work
properly in VMs.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2073464 r7b8b07f8  
    4343     <itemizedlist>
    4444       <listitem>
    45          <para>[bdubbs] - Add a patch rom upstream that allows
     45         <para>[renodr] - Fix security vulnerabilites in WebKitGTK+ and runtime
     46         issues in VMs. Fixes
     47         <ulink url="&blfs-ticket-root;18375">#18375</ulink>.</para>
     48       </listitem>
     49       <listitem>
     50         <para>[bdubbs] - Add a patch from upstream that allows
    4651         ffmpeg-6.0 to build with binutils-2.41. Fixes
    4752         <ulink url="&blfs-ticket-root;18367">#18367</ulink>.</para>
  • x/lib/webkitgtk.xml

    r2073464 r7b8b07f8  
    7575        <para>
    7676          Required patch:
    77           <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-security_fix-1.patch"/>
     77          <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-consolidated_fixes-1.patch"/>
    7878        </para>
    7979      </listitem>
     
    162162
    163163    <para>
    164       First, fix a critical security vulnerability:
    165     </para>
    166 
    167 <screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-security_fix-1.patch</userinput></screen>
     164      First, fix several security vulnerabilities and some runtime problems
     165      when running in a virtual machine:
     166    </para>
     167
     168<screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-consolidated_fixes-1.patch</userinput></screen>
    168169
    169170    <para>
Note: See TracChangeset for help on using the changeset viewer.