Changeset 1665413


Ignore:
Timestamp:
08/15/2018 01:36:24 AM (6 years ago)
Author:
DJ Lucas <dj@…>
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:
048b9a46
Parents:
b69e5dc
Message:

Update to dbud-1.12.10. Fixes #10988.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb69e5dc r1665413  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 14th, &year;">
     9<!ENTITY releasedate  "August 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/dbus.xml

    rb69e5dc r1665413  
    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        "2764bf150e5aa8005b7bc0d6c388756a">
     9  <!ENTITY dbus-md5sum        "c3e12b4206e2a7da39d7cc42567790ef">
    1010  <!ENTITY dbus-size          "2.0 MB">
    11   <!ENTITY dbus-buildsize     "16 MB (add 25 MB for the tests)">
    12   <!ENTITY dbus-time          "0.2 SBU (add 2.0 SBU for the tests)">
     11  <!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)">
    1313]>
    1414
     
    107107      <xref linkend="dbus-glib"/>,
    108108      <xref linkend="dbus-python"/>,
    109       <xref linkend="pygobject2"/> (built with gobject-introspection support),
     109      <xref linkend="pygobject3"/>,
    110110      and <xref linkend="valgrind"/>;
    111111
     
    143143    </para>
    144144
    145 <screen revision="sysv"><userinput>./configure --prefix=/usr                        \
     145<screen revision="sysv"><userinput>
     146./configure --prefix=/usr                        \
    146147            --sysconfdir=/etc                    \
    147148            --localstatedir=/var                 \
     
    238239      The dbus tests cannot be run until after <xref linkend="dbus-glib"/> has
    239240      been installed.  They must be run as an unprivileged user from a local
    240       session with bus address. If you want to run only
    241       the unit tests, replace, below, <parameter>--enable-tests</parameter> by
    242       <parameter>--enable-embedded-tests</parameter>, otherwise, <xref
    243       linkend="dbus-python"/> has to be installed, before.  The tests require
    244       passing additional parameters to <command>configure</command> and
    245       exposing additional functionality in the binaries. These interfaces are
    246       not intended to be used in a production build of
     241      session with bus address. To run the standard tests issue
     242      <command>make check</command>.
     243    </para>
     244
     245    <para>
     246      If you want to run the unit regression tests, configure requires
     247      additional parameters which expose additional functionality in the
     248      binaries that are not intended to be used in a production build of
    247249      <application>D-Bus</application>.  If you would like to run the tests,
    248250      issue the following commands (for the tests, you don't need to build the
     
    259261
    260262    <para>
    261       The <quote>estimated disk space required</quote> reported above is
    262       obtained in a build using the switches disabling documents generation.
    263       This and the use of the <command>make distclean</command> command implies
    264       that the build directory size is smaller than the one for a full build
    265       with documents generated.
    266     </para>
    267 <!--
    268     <para>
    269       If <command>run-test.sh</command> fails, it can be disabled with the
    270       following sed, before running the commands for the tests:
    271     </para>
    272 
    273 <screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>-->
    274 
    275     <para>
    276       There has been a report 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.
     263      The test <command>test-bus.sh</command> is known to fail. There has also
     264      been reports that the tests may fail if running inside a Midnight
     265      Commander shell. You may get out-of-memory error messages when running
     266      the tests. These are normal and can be safely ignored.
    279267    </para>
    280268
     
    336324    <para>
    337325      <parameter>--enable-tests</parameter>: Build extra parts of the code to
    338       support all tests. Configure will end with a NOTE warning about increased
    339       size of libraries and decreased security.
     326      support all tests. Do not use on a production build.
    340327    </para>
    341328
    342329    <para>
    343330      <option>--enable-embedded-tests</option>: Build extra parts of the
    344       code to support only unit tests. Configure will end with a NOTE warning
    345       about increased size of libraries and decreased security.
     331      code to support only unit tests. Do not use on a production build.
    346332    </para>
    347333
  • introduction/welcome/changelog.xml

    rb69e5dc r1665413  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>August 15th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to dbus-1.12.10. Fixes
     49          <ulink url="&blfs-ticket-root;10988">#10988</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 14th, 2018</para>
  • packages.ent

    rb69e5dc r1665413  
    270270<!ENTITY cpio-version                 "2.12">
    271271<!ENTITY cups-pk-helper-version       "0.2.6">
    272 <!ENTITY dbus-version                 "1.12.8">   <!-- Even minors only -->
     272<!ENTITY dbus-version                 "1.12.10">   <!-- Even minors only -->
    273273<!ENTITY eudev-version                "1.7">
    274274<!ENTITY fcron-version                "3.2.1">
Note: See TracChangeset for help on using the changeset viewer.