Changeset 22d95f8


Ignore:
Timestamp:
09/20/2004 08:51:31 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 12.2, 12.2-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
091d533f
Parents:
3879ebc
Message:

Upgraded unstable to Util-Linux-2.12d, changed from sed fix to patch for the sfdisk problem

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3879ebc r22d95f8  
    4545<listitem><para>tar-1.14</para></listitem>
    4646<listitem><para>tcl-8.4.7</para></listitem>
    47 <listitem><para>util-linux-2.12c</para></listitem>
     47<listitem><para>util-linux-2.12d</para></listitem>
    4848<listitem><para>vim-6.3</para></listitem>
    4949</itemizedlist>
     
    7474<listitem><para>udev-config-1.rules</para></listitem>
    7575<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
     76<listitem><para>util-linux-2.12d-sfdisk-1.patch</para></listitem>
    7677<listitem><para>vim-6.3 language files</para></listitem>
    7778<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
     
    9596</listitem>
    9697
     98<listitem><para>September 20th, 2004 [jeremy]: Upgraded to Util-Linux 2.12d,
     99and replaced the sed with a patch to fix the sfdisk problem</para></listitem>
     100
    97101<listitem><para>September 14th, 2004 [jim]: Removed reference to
    98102sysklogd.</para></listitem>
  • chapter03/patches.xml

    r3879ebc r22d95f8  
    157157
    158158<varlistentry>
     159<term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem>
     160<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-1.patch"/></para>
     161</listitem>
     162</varlistentry>
     163
     164<varlistentry>
    159165<term>Zlib Security Patch - 1KB:</term> <listitem>
    160166<para><ulink url="&patches-root;zlib-&zlib-version;-security-1.patch"/></para>
  • chapter06/util-linux.xml

    r3879ebc r22d95f8  
    4848problematic optimisation pass from being used.</para>
    4949
    50 <screen><userinput>sed -i -e 's%^include ../MCONFIG%&amp;\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile</userinput></screen>
     50<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-1.patch</userinput></screen>
    5151
    5252<para>Prepare Util-linux for compilation:</para>
  • general.ent

    r3879ebc r22d95f8  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20040914">
    3 <!ENTITY releasedate "September 14, 2004">
     2<!ENTITY version "SVN-20040920">
     3<!ENTITY releasedate "September 20, 2004">
    44<!ENTITY milestone "6.1">
    55
     
    6969<!ENTITY tcl-version "8.4.7">
    7070<!ENTITY texinfo-version "4.7">
    71 <!ENTITY util-linux-version "2.12c">
     71<!ENTITY util-linux-version "2.12d">
    7272<!ENTITY udev-version "030">
    7373<!ENTITY vim-version "6.3">
Note: See TracChangeset for help on using the changeset viewer.