Upgrade to Shadow 4.0.14

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-01-23 21:51:25 +00:00
parent a1e18fa508
commit e990c367c9
7 changed files with 18 additions and 27 deletions

View File

@ -39,16 +39,13 @@
<listitem> <listitem>
<para>January 23, 2006</para> <para>January 23, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Shadow 4.0.14.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Install documentation for the Linux kernel. Thanks <para>[matthew] - Install documentation for the Linux kernel. Thanks
to Tushar for the report. Fixes bug 1683.</para> to Tushar for the report. Fixes bug 1683.</para>
</listitem> </listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 23, 2006</para>
<itemizedlist>
<listitem> <listitem>
<para>[matthew] - Added a patch to enable Perl's DB_File module to <para>[matthew] - Added a patch to enable Perl's DB_File module to
compile with the latest version of Berkeley DB. Thanks to Alexander compile with the latest version of Berkeley DB. Thanks to Alexander

View File

@ -234,9 +234,6 @@
<listitem> <listitem>
<para>&perl-libc-patch;</para> <para>&perl-libc-patch;</para>
</listitem> </listitem>
<listitem>
<para>&shadow-configure-patch;</para>
</listitem>
<listitem> <listitem>
<para>&tar-gcc4_fix-patch;</para> <para>&tar-gcc4_fix-patch;</para>
</listitem> </listitem>

View File

@ -377,7 +377,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Shadow (&shadow-version;) - 1,057 KB:</term> <term>Shadow (&shadow-version;) - 1,218 KB:</term>
<listitem> <listitem>
<para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para> <para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para>

View File

@ -188,13 +188,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Shadow Configure Script Patch - 1KB:</term>
<listitem>
<para><ulink url="&patches-root;&shadow-configure-patch;"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term> <term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
<listitem> <listitem>

View File

@ -16,7 +16,7 @@ way.</para>
<segmentedlist> <segmentedlist>
<segtitle>&buildtime;</segtitle> <segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle> <segtitle>&diskspace;</segtitle>
<seglistitem><seg>0.3 SBU</seg><seg>15.9 MB</seg></seglistitem> <seglistitem><seg>0.4 SBU</seg><seg>14.7 MB</seg></seglistitem>
</segmentedlist> </segmentedlist>
<segmentedlist> <segmentedlist>
@ -34,14 +34,20 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
<command>configure</command> command below.</para></note> <command>configure</command> command below.</para></note>
<para>Apply a patch to fix a number of incorrect assumptions in Shadow's
<command>configure</command> script:</para>
<screen><userinput>patch -Np1 -i ../&shadow-configure-patch;</userinput></screen>
<para>Prepare Shadow for compilation:</para> <para>Prepare Shadow for compilation:</para>
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> <screen><userinput>./configure --libdir=/lib --enable-shared --without-selinux</userinput></screen>
<para>The meaning of the configure options:</para>
<variablelist>
<varlistentry>
<term><parameter>--without-selinux</parameter></term>
<listitem><para>Support for selinux is enabled by default, but selinux is not
built in a base LFS system. The <command>configure</command> script will fail
if this option is not used.</para></listitem>
</varlistentry>
</variablelist>
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para> <para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>

View File

@ -78,7 +78,7 @@
<!ENTITY psmisc-version "21.9"> <!ENTITY psmisc-version "21.9">
<!ENTITY readline-version "5.1"> <!ENTITY readline-version "5.1">
<!ENTITY sed-version "4.1.4"> <!ENTITY sed-version "4.1.4">
<!ENTITY shadow-version "4.0.13"> <!ENTITY shadow-version "4.0.14">
<!ENTITY sysklogd-version "1.4.1"> <!ENTITY sysklogd-version "1.4.1">
<!ENTITY sysvinit-version "2.86"> <!ENTITY sysvinit-version "2.86">
<!ENTITY tar-version "1.15.1"> <!ENTITY tar-version "1.15.1">

View File

@ -41,8 +41,6 @@
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY perl-sprintf-patch "perl-&perl-version;-sprintf_vulnerability-1.patch"> <!ENTITY perl-sprintf-patch "perl-&perl-version;-sprintf_vulnerability-1.patch">
<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch"> <!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch"> <!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">