Changeset 5d327ae


Ignore:
Timestamp:
06/15/2019 10:05:51 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
a3df607
Parents:
d8a8713
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd8a8713 r5d327ae  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem revision="systemd">
     48      <para>2019-06-12</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[renodr] - Update to dbus-1.12.16. Fixes
     52          <ulink url="&lfs-ticket-root;4470">#4470</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
     58      <para>2019-06-08</para>
     59      <itemizedlist>
     60        <listitem>
     61          <para>[renodr] - make it so that the instructions for removing
     62          symlinks before building Util-Linux in Chapter 6 are only visible
     63          in systemd.</para>
     64        </listitem>
     65      </itemizedlist>
     66    </listitem>
    4767
    4868    <listitem>
  • chapter01/whatsnew.xml

    rd8a8713 r5d327ae  
    6363      <para>DejaGNU-&dejagnu-version;</para>
    6464    </listitem>-->
    65     <!--<listitem revision="systemd">
     65    <listitem revision="systemd">
    6666      <para>D-Bus-&dbus-version;</para>
    67     </listitem>-->
     67    </listitem>
    6868    <!--<listitem>
    6969      <para>Diffutils-&diffutils-version;</para>
  • chapter06/gcc.xml

    rd8a8713 r5d327ae  
    166166    it is safe to continue.</para>
    167167
    168     <note><para>
     168    <!--note><para>
    169169      On some combinations of kernel configuration and AMD processors
    170170      there may be more than 1100 failures in the gcc.target/i386/mpx
     
    173173      processors. These tests will also fail on Intel processors if MPX support
    174174      is not enabled in the kernel even though it is present on the CPU.
    175     </para></note>
     175    </para></note-->
    176176
    177177    <para>Install the package:</para>
  • chapter06/util-linux.xml

    rd8a8713 r5d327ae  
    6161    -i tests/ts/ipcs/limits2</userinput></screen>
    6262-->
    63     <para>Remove the earlier created symlinks:</para>
    64 
    65 <screen><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen>
     63    <para revision="systemd">Remove the earlier created symlinks:</para>
     64
     65<screen revision="systemd"><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen>
    6666
    6767    <para>Prepare Util-linux for compilation:</para>
  • general.ent

    rd8a8713 r5d327ae  
    1 <!ENTITY version         "SVN-20190603">
     1<!ENTITY version         "SVN-20190612">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190603-systemd">
     6<!ENTITY versiond        "20190612-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 3, 2019">
     10<!ENTITY releasedate     "June 12, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rd8a8713 r5d327ae  
    119119<!ENTITY coreutils-ch6-sbu "2.6 SBU">
    120120
    121 <!ENTITY dbus-version "1.12.12">
    122 <!ENTITY dbus-size "2,029 KB">
     121<!ENTITY dbus-version "1.12.16">
     122<!ENTITY dbus-size "2,048 KB">
    123123<!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    124 <!ENTITY dbus-md5 "ea11069521beeee4e47f0086596a43c8">
     124<!ENTITY dbus-md5 "2dbeae80dfc9e3632320c6a53d5e8890">
    125125<!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus">
    126126<!ENTITY dbus-ch6-du "18 MB">
Note: See TracChangeset for help on using the changeset viewer.