Ignore:
Timestamp:
09/17/2020 03:02:16 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8b9cf4c
Parents:
84283d4
Message:

Update to polkit-0.118.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r84283d4 rd9f1e46  
    77  <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    88  <!ENTITY polkit-download-ftp  " ">
    9   <!ENTITY polkit-md5sum        "bef4987566059634857b9882b48360f8">
     9  <!ENTITY polkit-md5sum        "ae3f2a742740069922589ad20ffd54d2">
    1010  <!ENTITY polkit-size          "1.5 MB">
    11   <!ENTITY polkit-buildsize     "14 MB (add 2 MB for tests)">
     11  <!ENTITY polkit-buildsize     "17 MB (add 2 MB for tests)">
    1212  <!ENTITY polkit-time          "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1313]>
     
    195195    </note>
    196196
    197     <para revision="sysv">
    198       Fix an issue introduced in recent <application>Polkit</application>
    199       releases with elogind:
    200     </para>
    201 
    202 <screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
    203 autoreconf -fi</userinput></screen>
    204 
    205197    <para>
    206198      Install <application>Polkit</application> by running the following
     
    225217    <para>
    226218      To test the results, first ensure that the system
    227       <application>D-Bus</application> daemon is running and
    228       restore a missing file. Then run the tests:
    229     </para>
    230 
    231 <screen remap="test"><userinput>cp ../polkitbackendjsauthoritytest-wrapper.py test/polkitbackend/    &amp;&amp;
    232 chmod 755 test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py &amp;&amp;
    233 make check</userinput></screen>
     219      <application>D-Bus</application> daemon is running.
     220      Then run the tests:
     221    </para>
     222
     223<screen remap="test"><userinput>make check</userinput></screen>
    234224
    235225    <para>
Note: See TracChangeset for help on using the changeset viewer.