Changeset 48b0ed4


Ignore:
Timestamp:
03/09/2017 06:47:26 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
a0418e7
Parents:
81b3e7fd
Message:

Update to dbus-1.10.16. Fixes #8891.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r81b3e7fd r48b0ed4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 8th &year;">
     9<!ENTITY releasedate  "March 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/dbus.xml

    r81b3e7fd r48b0ed4  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "3f7b013ce8f641cd4c897acda0ef3467">
     9  <!ENTITY dbus-md5sum        "7f06c43736874c1ff50ae20392955511">
    1010  <!ENTITY dbus-size          "1.9 MB">
    11   <!ENTITY dbus-buildsize     "26 MB (add 34 MB for the tests)">
     11  <!ENTITY dbus-buildsize     "27 MB (add 23 MB for the tests)">
    1212  <!ENTITY dbus-time          "0.3 SBU (add 2 SBU for the tests)">
    1313]>
     
    102102      <xref linkend="dbus-glib"/>,
    103103      <xref linkend="dbus-python"/>,
    104       <xref linkend="pygobject2"/>, and
    105       <xref linkend="valgrind"/>;
     104      <xref linkend="pygobject2"/> (built with gobject-introspecion support),
     105      and <xref linkend="valgrind"/>;
    106106
    107107      for documentation:
     
    255255      This and the use of the <command>make distclean</command> command implies
    256256      that the build directory size is smaller than the one for a full build
    257       with documents generated. There is one error, for unknown reasons.
     257      with documents generated. There is one error, test-bus.sh, for unknown
     258      reasons.
    258259    </para>
    259260<!--
  • introduction/welcome/changelog.xml

    r81b3e7fd r48b0ed4  
    4444
    4545    <listitem>
     46      <para>March 9th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to dbus-1.10.16. Fixes
     50          <ulink url="&blfs-ticket-root;8891">#8891</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>March 8th, 2017</para>
    4757      <itemizedlist>
  • packages.ent

    r81b3e7fd r48b0ed4  
    242242<!ENTITY cpio-version                 "2.12">
    243243<!ENTITY cups-pk-helper-version       "0.2.6">
    244 <!ENTITY dbus-version                 "1.10.14">   <!-- Even minors only -->
     244<!ENTITY dbus-version                 "1.10.16">   <!-- Even minors only -->
    245245<!ENTITY eudev-version                "1.7">
    246246<!ENTITY fcron-version                "3.2.0">
Note: See TracChangeset for help on using the changeset viewer.