Changeset 15a9f25


Ignore:
Timestamp:
02/22/2019 01:51:09 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d809816
Parents:
fc54d43
Message:

Update polkit security patch to fix another authentication bypass

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21228 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfc54d43 r15a9f25  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 21st, &year;">
     9<!ENTITY releasedate  "February 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfc54d43 r15a9f25  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update the security patch for polkit-0.115
     49          to include a fix for another authentication bypass. Fixes
     50          <ulink url="&blfs-ticket-root;11692">#11692</ulink>.</para>
     51        </listitem>
     52        <listitem revision="systemd">
    4853          <para>[renodr] - Revert to libchamplain-0.12.16.</para>
    4954        </listitem>
    50         <listitem>
     55        <listitem revision="systemd">
    5156          <para>[renodr] - Add security patch to Evolution to fix
    5257          spoofing of OpenPGP signatures. Fixes
  • postlfs/security/polkit.xml

    rfc54d43 r15a9f25  
    7878        <para>
    7979          Required patch:
    80           <ulink url="&patch-root;/polkit-&polkit-version;-security_patch-2.patch"/>
     80          <ulink url="&patch-root;/polkit-&polkit-version;-security_patch-3.patch"/>
    8181        </para>
    8282      </listitem>
     
    179179    </para>
    180180
    181 <screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-2.patch</userinput></screen>
     181<screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-3.patch</userinput></screen>
    182182
    183183    <para>
Note: See TracChangeset for help on using the changeset viewer.