mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
* Upgrade to findutils-4.2.10
* Upgrade to man-pages-2.00 * Upgrade to perl-5.8.6 * Upgrade to sysvinit-2.86 (remove proclen patch and add description of the mountpoint command) * Upgrade to tcl-8.4.9 * Upgrade to util-linux-2.12l git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4405 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b8e37b35aa
commit
b8dd5d4eeb
@ -265,7 +265,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Man-pages (&man-pages-version;) - 1,586 KB:</term>
|
||||
<term>Man-pages (&man-pages-version;) - 1,629 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;man-pages/"/></para>
|
||||
</listitem>
|
||||
@ -300,7 +300,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Perl (&perl-version;) - 9,373 KB:</term>
|
||||
<term>Perl (&perl-version;) - 9,466 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;perl/"/></para>
|
||||
</listitem>
|
||||
@ -349,7 +349,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sysvinit (&sysvinit-version;) - 91 KB:</term>
|
||||
<term>Sysvinit (&sysvinit-version;) - 97 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;sysvinit/"/></para>
|
||||
</listitem>
|
||||
@ -363,7 +363,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tcl (&tcl-version;) - 3,363 KB:</term>
|
||||
<term>Tcl (&tcl-version;) - 3,414 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;tcltk/"/></para>
|
||||
</listitem>
|
||||
@ -398,7 +398,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Util-linux (&util-linux-version;) - 1,814 KB:</term>
|
||||
<term>Util-linux (&util-linux-version;) - 1,906:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;util-linux/"/></para>
|
||||
</listitem>
|
||||
|
@ -141,12 +141,6 @@ following:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem>
|
||||
<para><ulink url="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Texinfo Seg-Fault Patch - 1 KB:</term> <listitem>
|
||||
<para><ulink url="&patches-root;texinfo-&texinfo-version;-segfault-1.patch"/></para>
|
||||
|
@ -28,12 +28,6 @@ running, and shutdown of your system.</para>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Sysvinit</title>
|
||||
|
||||
<para>Sysvinit &sysvinit-version; contains a <quote>buffer overflow</quote> bug.
|
||||
Under some conditions, it clobbers the
|
||||
values of environment variables. Fix that:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;-proclen-1.patch</userinput></screen>
|
||||
|
||||
<para>When run-levels are changed (for example, when halting the system),
|
||||
<command>init</command> sends termination signals to those processes that
|
||||
<command>init</command> itself started and that shouldn't be running in the new
|
||||
@ -177,6 +171,14 @@ messages to the current user's terminal.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mountpoint">
|
||||
<term><command>mountpoint</command></term>
|
||||
<listitem>
|
||||
<indexterm zone="ch-system-sysvinit mountpoint"><primary sortas="b-mountpoint">mountpoint</primary></indexterm>
|
||||
<para>checks if the directory is a mountpoint.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="pidof">
|
||||
<term><command>pidof</command></term>
|
||||
<listitem>
|
||||
|
@ -43,9 +43,6 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Util-linux</title>
|
||||
|
||||
<para>Util-Linux has a coding problem that causes mis-compilation of the sfdisk
|
||||
program. This patch fixes the problem:</para>
|
||||
|
||||
<para>Prepare Util-linux for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure</userinput></screen>
|
||||
|
16
general.ent
16
general.ent
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20041206">
|
||||
<!ENTITY releasedate "December 6, 2004">
|
||||
<!ENTITY version "SVN-20041217">
|
||||
<!ENTITY releasedate "December 17, 2004">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
@ -27,7 +27,7 @@
|
||||
<!ENTITY e2fsprogs-version "1.35">
|
||||
<!ENTITY expect-version "5.42.1">
|
||||
<!ENTITY file-version "4.12">
|
||||
<!ENTITY findutils-version "4.2.9">
|
||||
<!ENTITY findutils-version "4.2.10">
|
||||
<!ENTITY flex-version "2.5.31">
|
||||
<!ENTITY gawk-version "3.1.4">
|
||||
<!ENTITY gcc-version "3.4.3">
|
||||
@ -52,7 +52,7 @@
|
||||
<!ENTITY m4-version "1.4.2">
|
||||
<!ENTITY make-version "3.80">
|
||||
<!ENTITY man-version "1.5o1">
|
||||
<!ENTITY man-pages-version "1.70">
|
||||
<!ENTITY man-pages-version "2.00">
|
||||
<!ENTITY mktemp-version "1.5">
|
||||
<!ENTITY module-init-tools-version "3.1">
|
||||
<!ENTITY ncurses-version "5.4">
|
||||
@ -64,11 +64,11 @@
|
||||
<!ENTITY sed-version "4.1.2">
|
||||
<!ENTITY shadow-version "4.0.6">
|
||||
<!ENTITY syslog-ng-version "1.6.5">
|
||||
<!ENTITY sysvinit-version "2.85">
|
||||
<!ENTITY sysvinit-version "2.86">
|
||||
<!ENTITY tar-version "1.14">
|
||||
<!ENTITY tcl-version "8.4.8">
|
||||
<!ENTITY tcl-version "8.4.9">
|
||||
<!ENTITY texinfo-version "4.7">
|
||||
<!ENTITY util-linux-version "2.12j">
|
||||
<!ENTITY udev-version "046">
|
||||
<!ENTITY util-linux-version "2.12l">
|
||||
<!ENTITY udev-version "049">
|
||||
<!ENTITY vim-version "6.3">
|
||||
<!ENTITY zlib-version "1.2.2">
|
||||
|
Loading…
Reference in New Issue
Block a user