Changeset 9e2a8bab


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r9621162 r9e2a8bab  
    147147    <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
    148148
    149     <!-- cmake is now required -->
    150149    <bridgehead renderas="sect4">Required</bridgehead>
    151150    <para role="required">
     
    156155    <para role="optional">
    157156      <xref linkend="doxygen"/>,
     157      <xref linkend="git"/>,
    158158      <xref linkend="graphviz"/>,
    159159      <xref linkend="libxml2"/>,
  • 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">
  • introduction/welcome/changelog.xml

    r9621162 r9e2a8bab  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to libcap-2.38. Fixes
     49          <ulink url="&blfs-ticket-root;13765">#13765</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to dbus-1.12.20 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;13753">#13753</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[pierre] - Update to gjs-1.64.4. Fixes
    4957          <ulink url="&blfs-ticket-root;13780">#13780</ulink>.</para>
  • packages.ent

    r9621162 r9e2a8bab  
    1717<!ENTITY haveged-version              "1.9.13">
    1818<!ENTITY iptables-version             "1.8.5">
    19 <!ENTITY libcap-version               "2.36">
     19<!ENTITY libcap-version               "2.38">
    2020<!ENTITY liboauth-version             "1.0.3">
    2121<!ENTITY linux-pam-version            "1.4.0">
     
    279279<!ENTITY cpio-version                 "2.13">
    280280<!ENTITY cups-pk-helper-version       "0.2.6">
    281 <!ENTITY dbus-version                 "1.12.18">   <!-- Even minors only -->
     281<!ENTITY dbus-version                 "1.12.20">   <!-- Even minors only -->
    282282<!ENTITY elogind-version              "243.7">
    283283<!ENTITY blocaled-version             "0.2">
  • postlfs/security/libcap.xml

    r9621162 r9e2a8bab  
    77  <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    88  <!ENTITY libcap-download-ftp  " ">
    9   <!ENTITY libcap-md5sum        "3d8cd4a87650cdee130691cb110c2ce2">
    10   <!ENTITY libcap-size          "112 KB">
    11   <!ENTITY libcap-buildsize     "1.0 MB">
     9  <!ENTITY libcap-md5sum        "646cb6dde87a13f9ed0228db77b03fad">
     10  <!ENTITY libcap-size          "116 KB">
     11  <!ENTITY libcap-buildsize     "1.1 MB">
    1212  <!ENTITY libcap-time          "less than 0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.