Changeset 8da5263


Ignore:
Timestamp:
06/07/2020 03:17:43 PM (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:
1af702d2
Parents:
53b511a
Message:

Update to polkit-cf22af32. Allows use of js68.
Archive js60.

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r53b511a r8da5263  
    8282<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    8383<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/> -->
    84   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
     84<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/> -->
    8585  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js68.xml"/>
    8686  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
  • introduction/welcome/changelog.xml

    r53b511a r8da5263  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to polkit-cf22af32. Allows
     49          use of js68.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to cups-filters-1.27.5. Fixes
    4953          <ulink url="&blfs-ticket-root;13206">#13206</ulink>.</para>
  • packages.ent

    r53b511a r8da5263  
    3636<!ENTITY openssl10-version            "1.0.2q">
    3737<!ENTITY p11-kit-version              "0.23.20">
    38 <!ENTITY polkit-version               "0.116">
     38<!ENTITY polkit-version               "cf22af32">
    3939<!ENTITY polkit-gnome-version         "0.105">
    4040<!ENTITY shadow-version               "4.8.1">
  • postlfs/security/polkit.xml

    r53b511a r8da5263  
    55  %general-entities;
    66
    7   <!ENTITY polkit-download-http
    8            "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    9   <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "4b37258583393e83069a0e2e89c0162a">
    11   <!ENTITY polkit-size          "1.5 MB">
    12   <!ENTITY polkit-buildsize     "15 MB (with tests)">
    13   <!ENTITY polkit-time          "0.4 SBU (with tests)">
     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        "3178fb1dcc6896178515861fe6910c6b">
     10  <!ENTITY polkit-size          "656 KB">
     11  <!ENTITY polkit-buildsize     "21 MB (with tests)">
     12  <!ENTITY polkit-time          "0.4 SBU (Using parallelism=4; with tests)">
    1413]>
     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-->
    1523
    1624<sect1 id="polkit" xreflabel="Polkit-&polkit-version;">
     
    7280      </listitem>
    7381    </itemizedlist>
    74 
     82<!--
    7583    <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    7684    <itemizedlist spacing="compact" revision="sysv">
     
    8290      </listitem>
    8391    </itemizedlist>
    84 
     92-->
    8593    <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
    8694
     
    8896    <para role="required">
    8997      <xref linkend="glib2"/> and
    90       <xref linkend="js60"/>
     98      <xref linkend="js68"/>
    9199    </para>
    92100
     
    117125    <bridgehead renderas="sect4">Optional</bridgehead>
    118126    <para role="optional">
     127      <xref linkend="dbus-python"/> and
     128      <xref linkend="python-dbusmock"/> (for tests),
    119129      <xref linkend="DocBook"/>,
    120130      <xref linkend="docbook-xsl"/>,
     
    187197<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
    188198    </note>
    189 
     199<!--
    190200    <para revision="sysv">
    191201      Fix an issue introduced in recent <application>Polkit</application>
     
    195205<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
    196206autoreconf -fi</userinput></screen>
     207-->
    197208    <para>
    198209      Install <application>Polkit</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.