Ignore:
Timestamp:
03/03/2022 07:15:04 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/xf86-video-removal
Children:
6148e28, 8394677a
Parents:
1ec7ed5
Message:

Package updates and a security fix

Fix CVE-2021-4115 in Polkit
Update to cyrus-sasl-2.1.28 (Security Update)
Update to flac-1.3.4 (Security Update)
Update to seamonkey-2.53.11 (Security Update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r1ec7ed5 r4483a9a  
    7676        <para>
    7777          Required patch:
    78           <ulink url="&patch-root;/polkit-&polkit-version;-security_fix-1.patch"/>
     78          <ulink url="&patch-root;/polkit-&polkit-version;-security_fixes-1.patch"/>
    7979        </para>
    8080      </listitem>
     
    182182        -g polkitd -s /bin/false polkitd</userinput></screen>
    183183
    184 <!-- All of this is irrelevant with meson
    185     <note revision="systemd">
    186       <para>
    187         When building <application>Polkit</application> with
    188         <application>systemd</application> logind support, the
    189         <command>configure</command> script explicitly checks if
    190         system is booted using <application>systemd</application>.
    191         This can cause problems if building the package in chroot,
    192         where the <command>configure</command> would fail to
    193         detect <application>systemd</application>. To workaround
    194         the problem, simply run the following command:
    195       </para>
    196 
    197 <screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
    198     </note>
    199 
    200     <para revision="sysv">
    201       Fix an issue introduced in recent <application>Polkit</application>
    202       releases with elogind:
    203     </para>
    204 
    205 <screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
    206 autoreconf -fv</userinput></screen>
    207 -->
    208 
    209184    <para>
    210185      First, fix problems with setting permissions during installation and with
     
    217192
    218193    <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>
     194      Apply a patch to fix two security issues:
     195    </para>
     196
     197<screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-security_fixes-1.patch</userinput></screen>
    223198
    224199    <para>
Note: See TracChangeset for help on using the changeset viewer.