Changeset f47c6a6b for postlfs/security


Ignore:
Timestamp:
08/08/2020 03:28:30 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 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:
545518f
Parents:
84e3174
Message:

Update to polkit-0.117.
Update to gegl-0.4.26.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r84e3174 rf47c6a6b  
    55  %general-entities;
    66
    7   <!ENTITY polkit-download-http "&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">
    8   <!ENTITY polkit-download-ftp  "&sources-anduin-ftp;/polkit/polkit-&polkit-version;.tar.xz">
    9   <!ENTITY polkit-md5sum        "7825d9b98d29607449d0dc341e523dd6">
    10   <!ENTITY polkit-size          "656 KB">
    11   <!ENTITY polkit-buildsize     "22 MB (with tests)">
    12   <!ENTITY polkit-time          "0.4 SBU (Using parallelism=4; with tests)">
     7  <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
     8  <!ENTITY polkit-download-ftp  " ">
     9  <!ENTITY polkit-md5sum        "bef4987566059634857b9882b48360f8">
     10  <!ENTITY polkit-size          "1.5 MB">
     11  <!ENTITY polkit-buildsize     "14 MB (add 2 MB for tests)">
     12  <!ENTITY polkit-time          "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    14 
    15 <!--
    16   The tarball above was generated from a merge request using
    17         git fetch "https://gitlab.freedesktop.org/xry111/polkit.git" "js68"
    18   and merging the polkit-0.116 patch and running autogen.sh NOCONFIGURE=1
    19 
    20   If/when this is actually merged with a new release, we need
    21   to go back to that.
    22 -->
    2314
    2415<sect1 id="polkit" xreflabel="Polkit-&polkit-version;">
     
    8071      </listitem>
    8172    </itemizedlist>
    82 <!--
    83     <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    84     <itemizedlist spacing="compact" revision="sysv">
    85       <listitem>
    86         <para>
    87           Recommended patch:
    88           <ulink url="&patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/>
     73
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Recommended file for tests:
     79          <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/raw/0.117/test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py"/>
    8980        </para>
    9081      </listitem>
    9182    </itemizedlist>
    92 -->
     83
    9384    <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
    9485
     
    197188<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
    198189    </note>
    199 <!--
    200     <para revision="sysv">
    201       Fix an issue introduced in recent <application>Polkit</application>
    202       realeases 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 -fi</userinput></screen>
    207 -->
     190
    208191    <para>
    209192      Install <application>Polkit</application> by running the following
     
    227210
    228211    <para>
    229       To test the results, issue: <command>make check</command>.
    230       Note that system <application>D-Bus</application> daemon
    231       must be running for the testsuite to complete.
    232     </para>
     212      To test the results, first ensure that the system
     213      <application>D-Bus</application> daemon is running and
     214      restore a missing file. Then run the tests:
     215    </para>
     216
     217<screen><userinput>cp ../polkitbackendjsauthoritytest-wrapper.py test/polkitbackend/    &amp;&amp;
     218chmod 755 test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py &amp;&amp;
     219make check</userinput></screen>
    233220
    234221    <para>
Note: See TracChangeset for help on using the changeset viewer.