Ignore:
Timestamp:
07/07/2020 05:47:27 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
4bd3b64d
Parents:
9621162
Message:

Update to libcap-2.38
Update to dbus-1.12.20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r9621162 r9e2a8bab  
    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        "4ca570c281be35d0b30ab83436712242">
     9  <!ENTITY dbus-md5sum        "dfe8a71f412e0b53be26ed4fbfdc91c4">
    1010  <!ENTITY dbus-size          "2.0 MB">
    1111  <!ENTITY dbus-buildsize     "21 MB (add 18 MB for the tests)">
    12   <!ENTITY dbus-time          "0.2 SBU (add 8.1 SBU for the tests)">
     12  <!ENTITY dbus-time          "0.3 SBU (add 8.0 SBU for the tests)">
    1313  <!-- The former value was 0.8 SBU, which was far more sensible. -->
    1414]>
     
    274274
    275275    <para>
    276       The test <command>test-bus.sh</command> is known to fail. There has also
    277       been reports that the tests may fail if running inside a Midnight
    278       Commander shell. You may get out-of-memory error messages when running
    279       the tests. These are normal and can be safely ignored.
     276      There have been reports that the tests may fail if running inside a
     277      Midnight Commander shell. You may get out-of-memory error messages when
     278      running the tests. These are normal and can be safely ignored.
    280279    </para>
    281280
     
    317316    <para>
    318317      <parameter>--with-console-auth-dir=/run/console</parameter>: This
    319       parameter specifies the directory to check for console ownerhip.
     318      parameter specifies the directory to check for console ownership.
    320319    </para>
    321320
     
    331330
    332331    <para>
    333       <parameter>--enable-tests</parameter>: Build extra parts of the code to
     332      <parameter>--enable-tests</parameter>: Builds extra parts of the code to
    334333      support all tests. Do not use on a production build.
    335334    </para>
    336335
    337336    <para>
    338       <option>--enable-embedded-tests</option>: Build extra parts of the
     337      <option>--enable-embedded-tests</option>: Builds extra parts of the
    339338      code to support only unit tests. Do not use on a production build.
    340339    </para>
    341340
    342341    <para>
    343       <parameter>--enable-asserts</parameter>: Enable debugging code to run
     342      <parameter>--enable-asserts</parameter>: Enables debugging code to run
    344343      assertions for statements normally assumed to be true. This prevents a
    345344      warning that '<parameter>--enable-tests</parameter>' on its own is only
     
    459458        <listitem>
    460459          <para>
    461             If you use <command>xdm</command> or some other display manager
     460            If you use <command>gdm</command> or some other display manager
    462461            that calls the <filename>~/.xsession</filename> file, you can add
    463462            <command>dbus-launch</command> to the line in your
     
    492491        </listitem>
    493492
     493        <!-- KDM is no longer usable, SDDM is it's replacement
    494494        <listitem>
    495495          <para>
     
    501501          </para>
    502502        </listitem>
     503        -->
    503504
    504505      </itemizedlist>
     
    597598        <listitem>
    598599          <para>
    599             start a process as a new <application>D-Bus</application> session.
     600            starts a process as a new <application>D-Bus</application> session.
    600601          </para>
    601602          <indexterm zone="dbus dbus-run-session">
Note: See TracChangeset for help on using the changeset viewer.