mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Upgrade to shadow-4.0.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2c5e4d5994
commit
ffd1bdfdc3
@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>August 30th, 2005 [matt]: Upgrade to shadow-2.0.12</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash
|
||||
and Glibc chapter six builds for consistency</para></listitem>
|
||||
|
||||
|
@ -347,7 +347,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Shadow (&shadow-version;) - 1,031 KB:</term>
|
||||
<term>Shadow (&shadow-version;) - 1,057 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para>
|
||||
<note><para>Shadow (&shadow-version;) may no longer be available at the listed
|
||||
|
@ -38,17 +38,7 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
|
||||
|
||||
<para>Prepare Shadow for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --libdir=/lib --enable-shared --enable-shadowgrp</userinput></screen>
|
||||
|
||||
<para>The meaning of the new configure options:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-shadowgrp</parameter></term>
|
||||
<listitem><para>This version of Shadow defaults to not enabling
|
||||
shadow group functionality, which will cause <command>grpconv</command> to fail.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
|
||||
|
||||
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20050828">
|
||||
<!ENTITY releasedate "August 28, 2005">
|
||||
<!ENTITY version "SVN-20050831">
|
||||
<!ENTITY releasedate "August 31, 2005">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<!ENTITY psmisc-version "21.6">
|
||||
<!ENTITY readline-version "5.0">
|
||||
<!ENTITY sed-version "4.1.4">
|
||||
<!ENTITY shadow-version "4.0.11.1">
|
||||
<!ENTITY shadow-version "4.0.12">
|
||||
<!ENTITY sysklogd-version "1.4.1">
|
||||
<!ENTITY sysvinit-version "2.86">
|
||||
<!ENTITY tar-version "1.15.1">
|
||||
|
Loading…
Reference in New Issue
Block a user