diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/shadow.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 47baa26ed..17bc8319e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,11 +112,14 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 7th, 2005 [archaic]: Added note in Shadow regarding +building Cracklib from BLFS first.</para></listitem> + <listitem><para>August 6th, 2005 [matt]: Add texi2pdf to list of Texinfo's -installed files</para></listitem> +installed files.</para></listitem> <listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address -the latest modeline vulnerability</para></listitem> +the latest modeline vulnerability.</para></listitem> <listitem><para>July 30th, 2005 [matt]: Added instructions for installing Bash documentation (Randy McMurchy).</para></listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index d1b40eafc..7c2a206ab 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -31,6 +31,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Shadow</title> +<note><para>If you would like to enforce the use of strong passwords, refer to +<ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/> for installing Cracklib +prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the +<command>configure</command> command below.</para></note> + <para>Prepare Shadow for compilation:</para> <screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> diff --git a/general.ent b/general.ent index de2f28c95..caf3a753d 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050806"> -<!ENTITY releasedate "August 6, 2005"> +<!ENTITY version "SVN-20050807"> +<!ENTITY releasedate "August 7, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |