Changeset 3b40dbb3 for postlfs


Ignore:
Timestamp:
12/13/2018 07:44:47 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, bdubbs/svn, elogind, 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:
f9fdb6f
Parents:
09bf473
Message:

Update to dbus-1.12.12
Update to polkit-0.115

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r09bf473 r3b40dbb3  
    88           "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    99  <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "93ff41874e7df8c62ed9e41893817f04">
     10  <!ENTITY polkit-md5sum        "f03b055d6ae5fc8eac76838c7d83d082">
    1111  <!ENTITY polkit-size          "1.5 MB">
    12   <!ENTITY polkit-buildsize     "20 MB (with tests)">
    13   <!ENTITY polkit-time          "0.4 SBU (Using parallelism=4; with tests)">
     12  <!ENTITY polkit-buildsize     "148 MB (with tests)">
     13  <!ENTITY polkit-time          "0.4 SBU (with tests)">
    1414]>
    1515
     
    6969        <para>
    7070          Estimated build time: &polkit-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;polkit-&polkit-version;-security_patch-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    159169<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
    160170    </note>
    161 
     171<!--
    162172    <para>Fix an issue identified upstream after the package release:</para>
    163173
    164174<screen><userinput>sed -e '/JS_ReportWarningUTF8/s/,/, "%s",/'  \
    165         -i  src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
     175        -i  src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen> -->
     176
     177    <para>
     178      Apply a security patch from upstream:
     179    </para>
     180
     181<screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-1.patch</userinput></screen>
    166182
    167183    <para>
     
    188204      To test the results, issue: <command>make check</command>.
    189205      Note that system <application>D-Bus</application> daemon
    190       must be running for the testsuite to complete.
     206      must be running for the testsuite to complete. One tests fails
     207      due to the security patch.
    191208    </para>
    192209
Note: See TracChangeset for help on using the changeset viewer.