mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to shadow 4.0.13
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
694c45d237
commit
804a46a4a4
@ -101,6 +101,7 @@ First a summary, then a detailed log.</para>
|
|||||||
<listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
|
<listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
|
||||||
<listitem><para>&mktemp-tempfile-patch;</para></listitem>
|
<listitem><para>&mktemp-tempfile-patch;</para></listitem>
|
||||||
<listitem><para>&perl-libc-patch;</para></listitem>
|
<listitem><para>&perl-libc-patch;</para></listitem>
|
||||||
|
<listitem><para>&shadow-configure-patch;</para></listitem>
|
||||||
<listitem><para>&tar-gcc4_fix-patch;</para></listitem>
|
<listitem><para>&tar-gcc4_fix-patch;</para></listitem>
|
||||||
<listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
|
<listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -121,6 +122,9 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>October 31, 2005 [matt]: Upgrade to shadow-4.0.13.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>October 31, 2005 [matt]: Upgrade to vim-6.4.</para>
|
<listitem><para>October 31, 2005 [matt]: Upgrade to vim-6.4.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -177,6 +177,13 @@ needed to build an LFS system:</para>
|
|||||||
</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 Fixes Patch - 27 KB:</term>
|
<term>Sysklogd Fixes Patch - 27 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -36,6 +36,11 @@ 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</userinput></screen>
|
||||||
@ -82,7 +87,7 @@ the <command>sed</command> given below:</para>
|
|||||||
|
|
||||||
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
|
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
|
||||||
-e 's@/var/spool/mail@/var/mail@' \
|
-e 's@/var/spool/mail@/var/mail@' \
|
||||||
etc/login.defs.linux > /etc/login.defs</userinput></screen>
|
etc/login.defs > /etc/login.defs</userinput></screen>
|
||||||
|
|
||||||
<para>Move a misplaced program to its proper location:</para>
|
<para>Move a misplaced program to its proper location:</para>
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<!ENTITY psmisc-version "21.6">
|
<!ENTITY psmisc-version "21.6">
|
||||||
<!ENTITY readline-version "5.0">
|
<!ENTITY readline-version "5.0">
|
||||||
<!ENTITY sed-version "4.1.4">
|
<!ENTITY sed-version "4.1.4">
|
||||||
<!ENTITY shadow-version "4.0.12">
|
<!ENTITY shadow-version "4.0.13">
|
||||||
<!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">
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
|
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
|
||||||
|
|
||||||
|
<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
|
||||||
|
|
||||||
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
|
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
|
||||||
|
|
||||||
<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
|
<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
|
||||||
|
Loading…
Reference in New Issue
Block a user