Changeset 7980dae


Ignore:
Timestamp:
12/21/2014 01:06:36 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
075dd648
Parents:
0d2e933
Message:

Updated to systemd-218 and merged trunk.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0d2e933 r7980dae  
    3737-->
    3838    <listitem>
     39      <para>2014-12-21</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[krejzi] - Updated to systemd-218.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
     48      <para>2014-12-13</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to linux-3.18. Fixes
     52          <ulink url="&lfs-ticket-root;3717">#3717</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to file-5.21. Fixes
     56          <ulink url="&lfs-ticket-root;3718">#3718</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to XML-Parser-2.43. Fixes
     60          <ulink url="&lfs-ticket-root;3720">#3720</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
    3966      <para>2014-12-03</para>
    4067      <itemizedlist>
  • chapter01/whatsnew.xml

    r0d2e933 r7980dae  
    216216      <para>Vim &vim-version;</para>
    217217    </listitem>-->
    218     <!--<listitem>
     218    <listitem>
    219219      <para>XML-Parser-&xml-parser-version;</para>
    220     </listitem>-->
     220    </listitem>
    221221    <listitem>
    222222      <para>XZ-Utils &xz-version;</para>
     
    258258    </listitem>
    259259
    260     <listitem>
    261       <para>&systemd-fixes-patch;</para>
    262     </listitem>
    263 
    264260  </itemizedlist>
    265261
     
    281277
    282278    <listitem>
    283       <para>readline-216-compat-1.patch</para>
     279      <para>systemd-216-compat-1.patch</para>
    284280    </listitem>
    285281
  • chapter03/patches.xml

    r0d2e933 r7980dae  
    148148      </listitem>
    149149    </varlistentry>
    150 
    151     <varlistentry>
    152       <term>Systemd Upstream Fixes Patch - <token>&systemd-fixes-patch-size;</token>:</term>
    153       <listitem>
    154         <para>Download: <ulink url="&patches-root;&systemd-fixes-patch;"/></para>
    155         <para>MD5 sum: <literal>&systemd-fixes-patch-md5;</literal></para>
    156       </listitem>
    157     </varlistentry>
    158150<!--
    159151    <varlistentry>
  • chapter06/systemd.xml

    r0d2e933 r7980dae  
    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>
    7368
    7469    <para>Prepare systemd for compilation:</para>
     
    191186    -i Makefile</userinput></screen>
    192187
    193     <para>To test the results, issue:</para>
    194 
    195 <screen><userinput remap="test">make check</userinput></screen>
     188    <para>Since the testsuite largely depends on the
     189    host system kernel configuration, other tests
     190    besides the ones that were previously disabled
     191    may also fail. To test the results, issue:</para>
     192
     193<screen><userinput remap="test">make -k check</userinput></screen>
    196194
    197195    <para>Install the package:</para>
  • packages.ent

    r0d2e933 r7980dae  
    160160<!ENTITY expect-ch5-sbu "0.1 SBU">
    161161
    162 <!ENTITY file-version "5.20">
    163 <!ENTITY file-size "709 KB">
     162<!ENTITY file-version "5.21">
     163<!ENTITY file-size "715 KB">
    164164<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
    165 <!ENTITY file-md5 "5d5e13eb3e0e13839da869a31790faf2">
     165<!ENTITY file-md5 "549fe96e09041eabece9de2bb28ef923">
    166166<!ENTITY file-home "http://www.darwinsys.com/file/">
    167167<!ENTITY file-ch5-du "11.8 MB">
     
    375375
    376376<!ENTITY linux-major-version "3">
    377 <!ENTITY linux-minor-version "17">
    378 <!ENTITY linux-patch-version "4">
    379 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    380 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    381 <!ENTITY linux-size "78,455 KB">
     377<!ENTITY linux-minor-version "18">
     378<!ENTITY linux-patch-version "x">
     379<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     380<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     381<!ENTITY linux-size "79,038 KB">
    382382<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    383 <!ENTITY linux-md5 "ce49828adecf8908eb3a9ffc5b860d44">
     383<!ENTITY linux-md5 "9e854df51ca3fef8bfe566dbd7b89241">
    384384<!ENTITY linux-home "http://www.kernel.org/">
    385385<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    526526<!ENTITY shadow-ch6-sbu "0.2 SBU">
    527527
    528 <!ENTITY systemd-version "217">
    529 <!ENTITY systemd-size    "3,608 KB">
     528<!ENTITY systemd-version "218">
     529<!ENTITY systemd-size    "3,696 KB">
    530530<!ENTITY systemd-url     "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
    531 <!ENTITY systemd-md5     "e68dbff3cc19f66e341572d9fb2ffa89">
     531<!ENTITY systemd-md5     "4e2c511b0a7932d7fc9d79822273aac6">
    532532<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    533 <!ENTITY systemd-ch6-du  "666 MB">
    534 <!ENTITY systemd-ch6-sbu "2.0 SBU">
     533<!ENTITY systemd-ch6-du  "725 MB">
     534<!ENTITY systemd-ch6-sbu "1.8 SBU">
    535535
    536536<!ENTITY tar-version "1.28">
     
    588588<!ENTITY vim-ch6-sbu "1.3 SBU">
    589589
    590 <!ENTITY xml-parser-version "2.42_01">
    591 <!ENTITY xml-parser-size "236 KB">
     590<!ENTITY xml-parser-version "2.43">
     591<!ENTITY xml-parser-size "232 KB">
    592592<!ENTITY xml-parser-url "http://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-&xml-parser-version;.tar.gz">
    593 <!ENTITY xml-parser-md5 "a4650aebcc464bb91113c2c356da8210">
     593<!ENTITY xml-parser-md5 "2c9ca46832d8e7578bcda99eba3a47f1">
    594594<!ENTITY xml-parser-home "https://github.com/chorny/XML-Parser">
    595595<!ENTITY xml-parser-ch6-du "2.0 MB">
  • patches.ent

    r0d2e933 r7980dae  
    7171
    7272<!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
    73 <!ENTITY systemd-compat-patch-md5 "2331a8bda7c37d6c3439d5ca7a86a75b">
    74 <!ENTITY systemd-compat-patch-size "8 KB">
    75 
    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">
     73<!ENTITY systemd-compat-patch-md5 "eb9f302cb72595c9011300a1b28f1d1a">
     74<!ENTITY systemd-compat-patch-size "12 KB">
    7975
    8076<!--
Note: See TracChangeset for help on using the changeset viewer.