Changeset 11f671c8


Ignore:
Timestamp:
09/13/2023 02:46:56 AM (9 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5e3a62df
Parents:
fbd6311
git-author:
Ken Moffat <ken@…> (09/13/2023 02:46:08 AM)
git-committer:
Ken Moffat <ken@…> (09/13/2023 02:46:56 AM)
Message:

Patch libwebp, using patch from firefox.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libwebp.xml

    rfbd6311 r11f671c8  
    99  <!ENTITY libwebp-md5sum        "0ff59e5598753f47519e3e61c12f8cfd">
    1010  <!ENTITY libwebp-size          "4.0 MB">
    11   <!ENTITY libwebp-buildsize     "39 MB">
     11  <!ENTITY libwebp-buildsize     "44 MB">
    1212  <!ENTITY libwebp-time          "0.3 SBU">
    1313]>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 <!--
     68
    6969    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7070    <itemizedlist spacing="compact">
     
    7272        <para>
    7373          Required patch:
    74           <ulink url="&patch-root;/libwebp-&libwebp-version;-upstream_fix-1.patch"/>
     74          <ulink url="&patch-root;/libwebp-&libwebp-version;-security_update-1.patch"/>
    7575        </para>
    7676      </listitem>
    7777    </itemizedlist>
    78 -->
     78
    7979    <bridgehead renderas="sect3">libwebp Dependencies</bridgehead>
    8080
     
    9898    <title>Installation of libwebp</title>
    9999
    100     <!-- https://bugs.chromium.org/p/webp/issues/detail?id=603
    101          but not public yet
    102          Fixed in version 1.3.1.
     100    <!-- CVE-2023-4863, critical, extracted from firefox-115.2.1 in the hope
     101         it will be sufficient -->
    103102    <para>
    104103      Fix a security issue identified upstream:
    105104    </para>
    106105
    107 <screen><userinput>patch -Np1 -i ../libwebp-&libwebp-version;-upstream_fix-1.patch</userinput></screen>
    108 -->
     106<screen><userinput>patch -Np1 -i ../libwebp-&libwebp-version;-security_update-1.patch</userinput></screen>
     107
    109108    <para>
    110109      Install <application>libwebp</application> by running the following
  • introduction/welcome/changelog.xml

    rfbd6311 r11f671c8  
    4141
    4242    <listitem>
     43      <para>September 13th, 2023</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[ken] - Patch libwebp-1.3.1 for a critical vulnerability.
     47          This is not the official fix, which is not yet public, but was
     48          taken from firefox's fix for its shipped libwebp in the hope it
     49          will be adequate.
     50          <ulink url="&blfs-ticket-root;18544">#18544</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4356      <para>September 12th, 2023</para>
    4457      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.