Changeset 8f7569b


Ignore:
Timestamp:
07/03/2014 06:53:53 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2d488eb
Parents:
d6b8740
Message:

Update to dbus-1.8.6.
iso-codes-3.55.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd6b8740 r8f7569b  
    228228<!ENTITY icu-dl-version               "&icu-major;_&icu-minor;"><!-- _&icu-patch;-->
    229229
    230 <!ENTITY iso-codes-version            "3.54">
     230<!ENTITY iso-codes-version            "3.55">
    231231<!ENTITY JS-version                   "17.0.0">
    232232<!ENTITY JS2-version                  "24.2.0">
     
    342342<!ENTITY colord-version               "1.2.1">    <!-- Even minors only -->
    343343<!ENTITY cpio-version                 "2.11">
    344 <!ENTITY dbus-version                 "1.8.4">   <!-- Even minors only -->
     344<!ENTITY dbus-version                 "1.8.6">   <!-- Even minors only -->
    345345<!ENTITY eudev-version                "1.7">
    346346<!ENTITY fcron-version                "3.1.3">
  • general/genutils/iso-codes.xml

    rd6b8740 r8f7569b  
    1010  <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
    1111  <!ENTITY iso-codes-download-ftp  " ">
    12   <!ENTITY iso-codes-md5sum        "4deb72801cd67eda525f7f681e9f3233">
     12  <!ENTITY iso-codes-md5sum        "390291fa7ef954ca1feb4b3340d26c28">
    1313  <!ENTITY iso-codes-size          "3.6 MB">
    1414  <!ENTITY iso-codes-buildsize     "110 MB">
  • general/sysutils/dbus.xml

    rd6b8740 r8f7569b  
    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        "4717cb8ab5b80978fcadf2b4f2f72e1b">
     9  <!ENTITY dbus-md5sum        "6a08ba555d340e9dfe2d623b83c0eea8">
    1010  <!ENTITY dbus-size          "1.8 MB">
    1111  <!ENTITY dbus-buildsize     "109 MB (additional 42 MB for tests)">
     
    130130    </para>
    131131
    132 <screen><userinput>sed -i -e '539 s/exit/kill_bus_and_exit/' tools/dbus-launch.c &amp;&amp;<!--sed already fixed upstream, remove in next update-->
    133 ./configure --prefix=/usr                  \
     132<screen><userinput>./configure --prefix=/usr                  \
    134133            --sysconfdir=/etc              \
    135134            --localstatedir=/var           \
     
    201200    <title>Command Explanations</title>
    202201
    203     <para><!--already fixed upstream, remove in next update-->
    204       <command>sed -i -e ... tools/dbus-launch.c</command>: fix
    205       <command>dbus-launch</command> to kill bus if we can't attach to a
    206       session when requested.
    207     </para>
    208202    <para>
    209203      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
  • introduction/welcome/changelog.xml

    rd6b8740 r8f7569b  
    4848      <para>July 3rd, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to iso-codes-3.55. Fixes
     52          <ulink url="&blfs-ticket-root;5235">#5235</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to dbus-1.8.6.
     56          Fixes <ulink url="&blfs-ticket-root;5234">#5234</ulink>.</para>
     57        </listitem>
    5058        <listitem>
    5159          <para>[fernando] - Update to whois_5.1.4. Fixes
Note: See TracChangeset for help on using the changeset viewer.