Ignore:
Timestamp:
05/09/2019 06:39:39 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1017eed
Parents:
3795b64
Message:

Archive js52. No longer needed.
Update to polkit-0.116.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r3795b64 r55c80c6  
    88           "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    99  <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "f03b055d6ae5fc8eac76838c7d83d082">
     10  <!ENTITY polkit-md5sum        "4b37258583393e83069a0e2e89c0162a">
    1111  <!ENTITY polkit-size          "1.5 MB">
    12   <!ENTITY polkit-buildsize     "148 MB (with tests)">
     12  <!ENTITY polkit-buildsize     "15 MB (with tests)">
    1313  <!ENTITY polkit-time          "0.4 SBU (with tests)">
    1414]>
     
    8888    <para role="required">
    8989      <xref linkend="glib2"/> and
    90       <xref linkend="js52"/>
     90      <xref linkend="js60"/>
    9191    </para>
    9292
     
    176176
    177177    <para>
    178       Apply a security patch from upstream:
    179     </para>
    180 
    181 <screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-3.patch</userinput></screen>
    182 
    183     <para>
    184178      Install <application>Polkit</application> by running the following
    185179      commands:
     
    192186            --enable-libsystemd-login=no     \
    193187            --enable-libelogind=no           \
    194             --with-authfw=shadow             &amp;&amp;
     188            --with-authfw=shadow             \
     189            --with-os-type=LFS               &amp;&amp;
    195190make</userinput></screen>
    196191
    197 <screen revision="systemd"><userinput>./configure --prefix=/usr                    \
    198             --sysconfdir=/etc                \
    199             --localstatedir=/var             \
    200             --disable-static                 &amp;&amp;
     192<screen revision="systemd"><userinput>
     193./configure --prefix=/usr        \
     194            --sysconfdir=/etc    \
     195            --localstatedir=/var \
     196            --disable-static     \
     197            --with-os-type=LFS   &amp;&amp;
    201198make</userinput></screen>
    202199
     
    204201      To test the results, issue: <command>make check</command>.
    205202      Note that system <application>D-Bus</application> daemon
    206       must be running for the testsuite to complete. One tests fails
    207       due to the security patch.
     203      must be running for the testsuite to complete.
    208204    </para>
    209205
Note: See TracChangeset for help on using the changeset viewer.