Changeset ba91030


Ignore:
Timestamp:
07/18/2017 01:41:04 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
20483d8
Parents:
67ce2a2
Message:

Update to linux-4.12.2. Fixes #4113.
Update to expat-2.2.2. Fixes #4112.
Update to systemd-234. Fixes #4111.
Postpone systemd test suite until BLFS. Fixes #4107.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11270 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r67ce2a2 rba91030  
    4444-->
    4545    <listitem>
     46      <para>2017-07-18</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to linux-4.12.2. Fixes
     50          <ulink url="&lfs-ticket-root;4113">#4113</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[dj] - Update to expat-2.2.2. Fixes
     54          <ulink url="&lfs-ticket-root;4112">#4112</ulink>.</para>
     55        </listitem>
     56        <listitem revision="systemd">
     57          <para>[dj] - Update to systemd-234. Fixes
     58          <ulink url="&lfs-ticket-root;4111">#4111</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[dj] - Postpone systemd test suite until BLFS. Fixes
     62          <ulink url="&lfs-ticket-root;4107">#4107</ulink>.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
     66
     67    <listitem>
    4668      <para>2017-07-13</para>
    4769      <itemizedlist>
  • chapter06/systemd.xml

    r67ce2a2 rba91030  
    4141    <title>Installation of systemd</title>
    4242
    43     <para>First, fix a build error when using Util-Linux built in
    44     Chapter 5:</para>
    45 
    46 <screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
    47 
    48 <!-- Not needed as of 231. -renodr
    49     <para>Fix a potential security issue with framebuffer devices:</para>
    50 
    51 <screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@'                  \
    52     -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
    53     -i  src/login/70-uaccess.rules</userinput></screen>
    54 -->
    55 
    56     <para>Disable two tests that always fail:</para>
     43    <para>First, disable two tests that always fail:</para>
    5744
    5845<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@'  \
    5946    -e 's@test-copy$(EXEEXT) @@' \
    6047    -i Makefile.in</userinput></screen>
    61 
    62 <!-- Not needed as of 232... anyone notice a pattern here? -renodr
    63     <para>Apply a patch to fix a security issue:</para>
    64 
    65 <screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
    66 -->
    6748
    6849    <para>Create a file to allow systemd to build when using Util-Linux
     
    192173
    193174    <para>This package has a test suite, but it can only be run after the
    194     package has been installed.</para>
     175    package has been reinstalled in BLFS.</para>
    195176
    196177    <para>Install the package:</para>
  • general.ent

    r67ce2a2 rba91030  
    1 <!ENTITY version         "SVN-20170713">
     1<!ENTITY version         "SVN-20170718">
    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        "20170713-systemd">
     6<!ENTITY versiond        "20170718-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "July 13, 2017">
     10<!ENTITY releasedate     "July 18, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r67ce2a2 rba91030  
    153153<!ENTITY eudev-ch6-sbu "0.2 SBU">
    154154
    155 <!ENTITY expat-version "2.2.1">
    156 <!ENTITY expat-size "396 KB">
     155<!ENTITY expat-version "2.2.2">
     156<!ENTITY expat-size "404 KB">
    157157<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2">
    158 <!ENTITY expat-md5 "d9c3baeab58774cefc2f04faf29f2cf8">
     158<!ENTITY expat-md5 "1ede9a41223c78528b8c5d23e69a2667">
    159159<!ENTITY expat-home "http://expat.sourceforge.net/">
    160160<!ENTITY expat-ch6-du "6.1 MB">
     
    402402<!ENTITY linux-major-version "4">
    403403<!ENTITY linux-minor-version "12">
    404 <!ENTITY linux-patch-version "1">
     404<!ENTITY linux-patch-version "2">
    405405<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    406406<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    407 <!ENTITY linux-size "96,876 KB">
     407<!ENTITY linux-size "96,872 KB">
    408408<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    409 <!ENTITY linux-md5 "56d9b0c0b35aac08c01da2db5046ef2f">
     409<!ENTITY linux-md5 "a61922df59b3ff54fcf418d2b8a0ab70">
    410410<!ENTITY linux-home "http://www.kernel.org/">
    411411<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    560560<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    561561
    562 <!ENTITY systemd-version "233">
    563 <!ENTITY systemd-size    "3,948 KB">
     562<!ENTITY systemd-version "234">
     563<!ENTITY systemd-size    "4,072 KB">
    564564<!ENTITY systemd-url     "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
    565 <!ENTITY systemd-md5     "8d95734fdfcd13855746f143de1e3c86">
     565<!ENTITY systemd-md5     "157b51f03bf367c15d870111ef9255a1">
    566566<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    567567<!ENTITY systemd-ch6-du  "507 MB">
Note: See TracChangeset for help on using the changeset viewer.