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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.