mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Update to polkit snapshot 2919920 with JS38 patch. Fixes #8431. Remove unneeded mozjs version 17 and 24.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18565 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
560b86debc
commit
8bd6368707
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "April 5th &year;">
|
||||
<!ENTITY releasedate "April 6th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -65,8 +65,8 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js2.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js.xml"/> -->
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js2.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="json-c.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
|
||||
|
@ -41,6 +41,19 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 6th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to polkit-0.113+git_2919920+js38. Fixes
|
||||
<ulink url="&blfs-ticket-root;8431">#8431</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Remove unneeded mozjs version 17 and 24.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 5th, 2017</para>
|
||||
<itemizedlist>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!ENTITY openssh-version "7.5p1">
|
||||
<!ENTITY openssl-version "1.0.2k">
|
||||
<!ENTITY p11-kit-version "0.23.2"> <!-- Even minors only -->
|
||||
<!ENTITY polkit-version "0.113">
|
||||
<!ENTITY polkit-version "0.113+git_2919920+js38">
|
||||
<!ENTITY shadow-version "4.4">
|
||||
<!ENTITY ssh-askpass-version "&openssh-version;">
|
||||
<!ENTITY stunnel-version "5.41">
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY polkit-download-http
|
||||
"http://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
|
||||
"&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">
|
||||
<!ENTITY polkit-download-ftp " ">
|
||||
<!ENTITY polkit-md5sum "4b77776c9e4f897dcfe03b2c34198edf">
|
||||
<!ENTITY polkit-size "1.4 MB">
|
||||
<!ENTITY polkit-buildsize "15 MB">
|
||||
<!ENTITY polkit-md5sum "11ec10c04899651e40ef66766932254d">
|
||||
<!ENTITY polkit-size "616 KB">
|
||||
<!ENTITY polkit-buildsize "19 MB">
|
||||
<!ENTITY polkit-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -38,6 +38,10 @@
|
||||
|
||||
&lfs80_checked;
|
||||
|
||||
<note><para>Due to lack of relases, a tarball has been generated for use by
|
||||
BLFS, which includes a git checkout at ref 2919920, and a pending patch to
|
||||
use js38. The patch is included in the tarball for review.</para></note>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -77,7 +81,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="glib2"/>, and
|
||||
<xref linkend="JS"/>
|
||||
<xref linkend="js38"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4" revision="systemd">Recommended</bridgehead>
|
||||
|
Loading…
Reference in New Issue
Block a user