Changeset 6d03f3e


Ignore:
Timestamp:
04/18/2018 09:58:43 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
7f9b4efc
Parents:
7fe07f59
Message:

Update to polkit-0.114.
Archived js38.

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

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r7fe07f59 r6d03f3e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 17th, &year;">
     9<!ENTITY releasedate  "April 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/genlib.xml

    r7fe07f59 r6d03f3e  
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
    70   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/>
     70<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
  • introduction/welcome/changelog.xml

    r7fe07f59 r6d03f3e  
    4343-->
    4444   <listitem>
     45      <para>April 18, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to polkit-0.114. Archived js38. Fixes
     49          <ulink url="&blfs-ticket-root;10662">#10662</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52   </listitem>
     53
     54   <listitem>
    4555      <para>April 17, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    r7fe07f59 r6d03f3e  
    3939<!ENTITY openssl10-version            "1.0.2o">
    4040<!ENTITY p11-kit-version              "0.23.10">
    41 <!ENTITY polkit-version               "0.113+git_2919920+js38">
     41<!ENTITY polkit-version               "0.114">
    4242<!ENTITY shadow-version               "4.5">
    4343<!ENTITY ssh-askpass-version          "&openssh-version;">
  • postlfs/security/polkit.xml

    r7fe07f59 r6d03f3e  
    66
    77  <!ENTITY polkit-download-http
    8            "&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">
     8           "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    99  <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "11ec10c04899651e40ef66766932254d">
    11   <!ENTITY polkit-size          "616 KB">
    12   <!ENTITY polkit-buildsize     "19 MB">
    13   <!ENTITY polkit-time          "0.2 SBU">
     10  <!ENTITY polkit-md5sum        "93ff41874e7df8c62ed9e41893817f04">
     11  <!ENTITY polkit-size          "1.5 MB">
     12  <!ENTITY polkit-buildsize     "20 MB (with tests)">
     13  <!ENTITY polkit-time          "0.4 SBU (Using parallelism=4; with tests)">
    1414]>
    1515
     
    3939    &lfs82_checked;
    4040
    41     <note><para>Due to lack of releases, a tarball has been generated for use by
    42     BLFS, which includes a git checkout at ref 2919920, and a pending patch to
    43     use js38. The patch is included in the tarball for review.</para></note>
    44 
    4541    <bridgehead renderas="sect3">Package Information</bridgehead>
    4642    <itemizedlist spacing="compact">
     
    8177    <bridgehead renderas="sect4">Required</bridgehead>
    8278    <para role="required">
    83       <xref linkend="glib2"/>, and
    84       <xref linkend="js38"/>
     79      <xref linkend="glib2"/> and
     80      <xref linkend="js52"/>
    8581    </para>
    8682
     
    164160    </note>
    165161
     162    <para>Fix an issue identified upstream after the package release:</para>
     163
     164<screen><userinput>sed -e '/JS_ReportWarningUTF8/s/,/, "%s",/'  \
     165        -i  src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
     166
    166167    <para>
    167168      Install <application>Polkit</application> by running the following
     
    186187      To test the results, issue: <command>make check</command>.
    187188      Note that system <application>D-Bus</application> daemon
    188       must be running for the testsuite to complete. There is
    189       also a warning about <application>ConsoleKit</application>
    190       database not present, but that one can be safely ignored.
     189      must be running for the testsuite to complete.
    191190    </para>
    192191
     
    212211      <parameter>--with-authfw=shadow</parameter>: This parameter configures the
    213212      package to use the <application>Shadow</application> rather than the
    214       <application>Linux-PAM</application> Authentication framework. Remove it
    215       if you would like to use <application>Linux-PAM</application>.
     213      <application>Linux-PAM</application> Authentication framework. Change
     214      the argument to 'pam' if you would like to use
     215      <application>Linux-PAM</application>.
    216216    </para>
    217217
Note: See TracChangeset for help on using the changeset viewer.