Changeset b9edd38b


Ignore:
Timestamp:
05/05/2024 06:08:41 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
10ba7a3
Parents:
9b39ca60
Message:

colord: Patch to fix two issues

The first issue only crashes the daemon when a sqlite error happens, so
it's mostly latent. The second issue causes /var/lib/colord/*.db opened
as read-only, it won't cause an issue until colord needs to modify the
content of these files. Note that for a fresh installation (w/o
/var/lib/colord/*.db) colord will immediately fail to start creating
these files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r9b39ca60 rb9edd38b  
    6565        <para>
    6666          Estimated build time: &colord-time;
     67        </para>
     68      </listitem>
     69    </itemizedlist>
     70
     71    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     72    <itemizedlist spacing="compact">
     73      <listitem>
     74        <para>
     75         Required patch:
     76         <ulink url="&patch-root;/colord-&colord-version;-upstream_fixes-1.patch"/>
    6777        </para>
    6878      </listitem>
     
    107117  <sect2 role="installation">
    108118    <title>Installation of Colord</title>
     119
     120    <para>
     121      First, fix a misuse of sqlite API causing a test failure and potential
     122      runtime crash<phrase revision='systemd'> and an over-strict systemd
     123      hardening setting causing the systemd service fail to start</phrase>:
     124    </para>
     125
     126<screen><userinput>patch -Np1 -i ../colord-&colord-version;-upstream_fixes-1.patch</userinput></screen>
    109127
    110128    <para>
Note: See TracChangeset for help on using the changeset viewer.