Changeset 7844a4a


Ignore:
Timestamp:
02/22/2023 08:35:58 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
7eb572d
Parents:
94f894f
git-author:
Xi Ruoyao <xry111@…> (02/22/2023 08:35:03 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/22/2023 08:35:58 AM)
Message:

colord: Apply the upstream fix for a double free

As it's causing a FTBFS on 32-bit x86, make it into 11.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r94f894f r7844a4a  
    120120useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
    121121        -g colord -s /bin/false colord</userinput></screen>
     122
     123    <!-- https://github.com/hughsie/colord/pull/146 -->
     124    <para>
     125      Fix a double free causing a build failure on 32-bit x86 and runtime
     126      crashes with some monitors:
     127    </para>
     128
     129<screen><userinput>sed '/cmsUnregisterPluginsTHR/d' -i lib/colord/cd-context-lcms.c</userinput></screen>
    122130
    123131    <para>
Note: See TracChangeset for help on using the changeset viewer.