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
This commit is contained in:
Bruce Dubbs 2020-06-07 15:17:43 +00:00
parent 53b511a8a2
commit 8da5263d5f
5 changed files with 28 additions and 13 deletions

View File

@ -81,7 +81,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js68.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>

View File

@ -44,6 +44,10 @@
<listitem>
<para>June 7th, 2020</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to polkit-cf22af32. Allows
use of js68.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to cups-filters-1.27.5. Fixes
<ulink url="&blfs-ticket-root;13206">#13206</ulink>.</para>

View File

@ -35,7 +35,7 @@
<!-- <!ENTITY openssl-version "1.1.0g"> -->
<!ENTITY openssl10-version "1.0.2q">
<!ENTITY p11-kit-version "0.23.20">
<!ENTITY polkit-version "0.116">
<!ENTITY polkit-version "cf22af32">
<!ENTITY polkit-gnome-version "0.105">
<!ENTITY shadow-version "4.8.1">
<!ENTITY ssh-askpass-version "&openssh-version;">

View File

@ -4,15 +4,23 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY polkit-download-http
"https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
<!ENTITY polkit-download-ftp " ">
<!ENTITY polkit-md5sum "4b37258583393e83069a0e2e89c0162a">
<!ENTITY polkit-size "1.5 MB">
<!ENTITY polkit-buildsize "15 MB (with tests)">
<!ENTITY polkit-time "0.4 SBU (with tests)">
<!ENTITY polkit-download-http "&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">
<!ENTITY polkit-download-ftp "&sources-anduin-ftp;/polkit/polkit-&polkit-version;.tar.xz">
<!ENTITY polkit-md5sum "3178fb1dcc6896178515861fe6910c6b">
<!ENTITY polkit-size "656 KB">
<!ENTITY polkit-buildsize "21 MB (with tests)">
<!ENTITY polkit-time "0.4 SBU (Using parallelism=4; with tests)">
]>
<!--
The tarball above was generated from a merge request using
git fetch "https://gitlab.freedesktop.org/xry111/polkit.git" "js68"
and merging the polkit-0.116 patch and running autogen.sh NOCONFIGURE=1
If/when this is actually merged with a new release, we need
to go back to that.
-->
<sect1 id="polkit" xreflabel="Polkit-&polkit-version;">
<?dbhtml filename="polkit.html"?>
@ -71,7 +79,7 @@
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
<itemizedlist spacing="compact" revision="sysv">
<listitem>
@ -81,13 +89,13 @@
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/> and
<xref linkend="js60"/>
<xref linkend="js68"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -116,6 +124,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus-python"/> and
<xref linkend="python-dbusmock"/> (for tests),
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>,
<xref linkend="gtk-doc"/>, and
@ -186,7 +196,7 @@ useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
</note>
<!--
<para revision="sysv">
Fix an issue introduced in recent <application>Polkit</application>
realeases with elogind:
@ -194,6 +204,7 @@ useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
autoreconf -fi</userinput></screen>
-->
<para>
Install <application>Polkit</application> by running the following
commands: