Changeset 11f671c8 for general/graphlib


Ignore:
Timestamp:
09/13/2023 02:46:56 AM (8 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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.