Changeset d9f1e46


Ignore:
Timestamp:
09/17/2020 03:02:16 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
8b9cf4c
Parents:
84283d4
Message:

Update to polkit-0.118.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r84283d4 rd9f1e46  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 15th, &year;">
     9<!ENTITY releasedate  "September 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r84283d4 rd9f1e46  
    4343    -->
    4444    <listitem>
     45      <para>September 16th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to polkit-0.118. Fixes
     49          <ulink url="&blfs-ticket-root;14028">#14028</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 15th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r84283d4 rd9f1e46  
    3636<!ENTITY openssl10-version            "1.0.2q">
    3737<!ENTITY p11-kit-version              "0.23.21">
    38 <!ENTITY polkit-version               "0.117">
     38<!ENTITY polkit-version               "0.118">
    3939<!ENTITY polkit-gnome-version         "0.105">
    4040<!ENTITY shadow-version               "4.8.1">
  • postlfs/security/polkit.xml

    r84283d4 rd9f1e46  
    77  <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    88  <!ENTITY polkit-download-ftp  " ">
    9   <!ENTITY polkit-md5sum        "bef4987566059634857b9882b48360f8">
     9  <!ENTITY polkit-md5sum        "ae3f2a742740069922589ad20ffd54d2">
    1010  <!ENTITY polkit-size          "1.5 MB">
    11   <!ENTITY polkit-buildsize     "14 MB (add 2 MB for tests)">
     11  <!ENTITY polkit-buildsize     "17 MB (add 2 MB for tests)">
    1212  <!ENTITY polkit-time          "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1313]>
     
    195195    </note>
    196196
    197     <para revision="sysv">
    198       Fix an issue introduced in recent <application>Polkit</application>
    199       releases with elogind:
    200     </para>
    201 
    202 <screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
    203 autoreconf -fi</userinput></screen>
    204 
    205197    <para>
    206198      Install <application>Polkit</application> by running the following
     
    225217    <para>
    226218      To test the results, first ensure that the system
    227       <application>D-Bus</application> daemon is running and
    228       restore a missing file. Then run the tests:
    229     </para>
    230 
    231 <screen remap="test"><userinput>cp ../polkitbackendjsauthoritytest-wrapper.py test/polkitbackend/    &amp;&amp;
    232 chmod 755 test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py &amp;&amp;
    233 make check</userinput></screen>
     219      <application>D-Bus</application> daemon is running.
     220      Then run the tests:
     221    </para>
     222
     223<screen remap="test"><userinput>make check</userinput></screen>
    234224
    235225    <para>
Note: See TracChangeset for help on using the changeset viewer.