Changeset 3b40dbb3


Ignore:
Timestamp:
12/13/2018 07:44:47 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
f9fdb6f
Parents:
09bf473
Message:

Update to dbus-1.12.12
Update to polkit-0.115

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r09bf473 r3b40dbb3  
    22
    33<!ENTITY day          "13">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "12">                   <!-- Always 2 digits -->
     4<!ENTITY month        "13">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
    66<!ENTITY copyrightdate "2001-&year;">
  • general/sysutils/dbus.xml

    r09bf473 r3b40dbb3  
    77  <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "c3e12b4206e2a7da39d7cc42567790ef">
     9  <!ENTITY dbus-md5sum        "ea11069521beeee4e47f0086596a43c8">
    1010  <!ENTITY dbus-size          "2.0 MB">
    1111  <!ENTITY dbus-buildsize     "21 MB (add 8 MB for the tests)">
    12   <!ENTITY dbus-time          "0.2 SBU (add 0.8 SBU for the tests)">
     12  <!ENTITY dbus-time          "0.3 SBU (add 0.8 SBU for the tests)">
    1313]>
    1414
     
    8686    <bridgehead renderas="sect3">D-Bus Dependencies</bridgehead>
    8787
    88 <!--
    89     <bridgehead renderas="sect4">Required</bridgehead>
    90     <para role="required">
    91       <xref linkend="expat"/>
    92     </para>
    93 -->
    9488    <bridgehead renderas="sect4" revision="systemd">Required</bridgehead>
    9589    <para role="required" revision="systemd">
     
    307301    <para>
    308302      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
    309       parameter specifies location of the
     303      parameter specifies the location of the
    310304      <application>ConsoleKit</application> auth dir.
    311305    </para>
  • introduction/welcome/changelog.xml

    r09bf473 r3b40dbb3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to dbus-1.12.12. Syncs to LFS. Fixes
     49          <ulink url="&blfs-ticket-root;11410">#11410</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to polkit-0.115. Contains three vulnerability
     53          fixes. Fixes
     54          <ulink url="&blfs-ticket-root;11438">#11438</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4857          <para>[bdubbs] - Update to mesa-18.3.1. Fixes
    4958          <ulink url="&blfs-ticket-root;11421">#11421</ulink>.</para>
  • packages.ent

    r09bf473 r3b40dbb3  
    3939<!ENTITY openssl10-version            "1.0.2q">
    4040<!ENTITY p11-kit-version              "0.23.14">
    41 <!ENTITY polkit-version               "0.114">
     41<!ENTITY polkit-version               "0.115">
    4242<!ENTITY shadow-version               "4.6">
    4343<!ENTITY ssh-askpass-version          "&openssh-version;">
     
    274274<!ENTITY cpio-version                 "2.12">
    275275<!ENTITY cups-pk-helper-version       "0.2.6">
    276 <!ENTITY dbus-version                 "1.12.10">   <!-- Even minors only -->
     276<!ENTITY dbus-version                 "1.12.12">   <!-- Even minors only -->
    277277<!ENTITY eudev-version                "1.7">
    278278<!ENTITY fcron-version                "3.2.1">
  • postlfs/security/polkit.xml

    r09bf473 r3b40dbb3  
    88           "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
    99  <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "93ff41874e7df8c62ed9e41893817f04">
     10  <!ENTITY polkit-md5sum        "f03b055d6ae5fc8eac76838c7d83d082">
    1111  <!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)">
     12  <!ENTITY polkit-buildsize     "148 MB (with tests)">
     13  <!ENTITY polkit-time          "0.4 SBU (with tests)">
    1414]>
    1515
     
    6969        <para>
    7070          Estimated build time: &polkit-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;polkit-&polkit-version;-security_patch-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    159169<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
    160170    </note>
    161 
     171<!--
    162172    <para>Fix an issue identified upstream after the package release:</para>
    163173
    164174<screen><userinput>sed -e '/JS_ReportWarningUTF8/s/,/, "%s",/'  \
    165         -i  src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
     175        -i  src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen> -->
     176
     177    <para>
     178      Apply a security patch from upstream:
     179    </para>
     180
     181<screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-1.patch</userinput></screen>
    166182
    167183    <para>
     
    188204      To test the results, issue: <command>make check</command>.
    189205      Note that system <application>D-Bus</application> daemon
    190       must be running for the testsuite to complete.
     206      must be running for the testsuite to complete. One tests fails
     207      due to the security patch.
    191208    </para>
    192209
Note: See TracChangeset for help on using the changeset viewer.