Changeset e0ed60d


Ignore:
Timestamp:
11/28/2014 02:38:19 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
fcf4c6c
Parents:
1f57a0d
Message:

Updated to systemd-217.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1f57a0d re0ed60d  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[krejzi] - Updated to systemd-217.</para>
     43        </listitem>
     44        <listitem>
    4245          <para>[krejzi] - Updated to dbus-1.8.12.</para>
    4346        </listitem>
  • chapter06/systemd.xml

    r1f57a0d re0ed60d  
    6262<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
    6363
    64     <para>Apply a patch so that compat <command>pkg-config</command> files get
    65     installed without installing compat libs which are useless on LFS:</para>
     64    <para>Apply the following patch so that compat <command>pkg-config</command> files
     65    get installed without installing compat libs which are useless on LFS:</para>
    6666
    6767<screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
     68
     69    <para>Also, apply the following patch to fix various bugs that have been
     70    addressed upstream:</para>
     71
     72<screen><userinput remap="pre">patch -Np1 -i ../&systemd-fixes-patch;</userinput></screen>
    6873
    6974    <para>Prepare systemd for compilation:</para>
     
    176181<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"              \
    177182    -e "s:test-bus-cleanup\$(EXEEXT) ::g"    \
     183    -e "s:test-cgroup-mask\$(EXEEXT) ::g"    \
    178184    -e "s:test-condition-util\$(EXEEXT) ::g" \
    179185    -e "s:test-dhcp6-client\$(EXEEXT) ::g"   \
  • packages.ent

    r1f57a0d re0ed60d  
    526526<!ENTITY shadow-ch6-sbu "0.2 SBU">
    527527
    528 <!ENTITY systemd-version "216">
    529 <!ENTITY systemd-size    "3,532 KB">
     528<!ENTITY systemd-version "217">
     529<!ENTITY systemd-size    "3,608 KB">
    530530<!ENTITY systemd-url     "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
    531 <!ENTITY systemd-md5     "04fda588a04f549da0f397dce3ae6a39">
     531<!ENTITY systemd-md5     "e68dbff3cc19f66e341572d9fb2ffa89">
    532532<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    533 <!ENTITY systemd-ch6-du  "678 MB">
    534 <!ENTITY systemd-ch6-sbu "2.1 SBU">
     533<!ENTITY systemd-ch6-du  "666 MB">
     534<!ENTITY systemd-ch6-sbu "2.0 SBU">
    535535
    536536<!ENTITY tar-version "1.28">
  • patches.ent

    r1f57a0d re0ed60d  
    7474<!ENTITY systemd-compat-patch-size "8 KB">
    7575
     76<!ENTITY systemd-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
     77<!ENTITY systemd-fixes-patch-md5 "9b06388a5b812ba89e11167a10595570">
     78<!ENTITY systemd-fixes-patch-size "32 KB">
     79
    7680<!--
    7781<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
Note: See TracChangeset for help on using the changeset viewer.