Changeset 6d03f3e for postlfs


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.