Changeset 7e280b45


Ignore:
Timestamp:
01/26/2022 04:56:23 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f8635807
Parents:
feb043a
git-author:
Xi Ruoyao <xry111@…> (01/26/2022 04:48:35 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/26/2022 04:56:23 PM)
Message:

polkit: add patch to fix CVE-2021-4034 (#16012)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rfeb043a r7e280b45  
    4343    -->
    4444    <listitem>
     45      <para>January 26th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Add patch to fix CVE-2021-4034 for polkit.
     49          Fixes <ulink url="&blfs-ticket-root;16012">#16012</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 25th, 2022</para>
    4656      <itemizedlist>
  • postlfs/security/polkit.xml

    rfeb043a r7e280b45  
    7171    </itemizedlist>
    7272
    73 <!-- With the move to meson, the patch is no longer needed
    74     <bridgehead renderas="sect3"
    75                 revision="sysv">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact" revision="sysv">
    77       <listitem>
    78         <para>
    79           Recommended patch:
    80           <ulink url="&patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/>
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/polkit-&polkit-version;-security_fix-1.patch"/>
    8179        </para>
    8280      </listitem>
    8381    </itemizedlist>
    84 -->
    8582
    8683    <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
     
    218215sed '/policy,/d' -i actions/meson.build \
    219216                 -i src/examples/meson.build</userinput></screen>
     217
     218    <para>
     219      Apply a patch to fix a security issue:
     220    </para>
     221
     222<screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-security_fix-1.patch</userinput></screen>
     223
    220224    <para>
    221225      Install <application>Polkit</application> by running the following
     
    273277  <sect2 role="commands">
    274278    <title>Command Explanations</title>
     279
     280    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     281      href="../../xincludes/meson-buildtype-release.xml"/>
    275282
    276283    <!--
Note: See TracChangeset for help on using the changeset viewer.