Changeset 55c80c6


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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r3795b64 r55c80c6  
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
    7272<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    73   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
     73<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/> -->
    7474  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
  • introduction/welcome/changelog.xml

    r3795b64 r55c80c6  
    4646      <para>May 9th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Archive js52. No longer needed.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to polkit-0.116. Fixes
     53          <ulink url="&blfs-ticket-root;12042">#12042</ulink>.</para>
     54        </listitem>
    4855        <listitem>
    4956          <para>[bdubbs] - Update to apache-ant-1.10.6. Fixes
  • packages.ent

    r3795b64 r55c80c6  
    3838<!ENTITY openssl10-version            "1.0.2q">
    3939<!ENTITY p11-kit-version              "0.23.15">
    40 <!ENTITY polkit-version               "0.115">
     40<!ENTITY polkit-version               "0.116">
    4141<!ENTITY shadow-version               "4.6">
    4242<!ENTITY ssh-askpass-version          "&openssh-version;">
  • 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.