aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/shadow.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 36dae3621..1e3b05a71 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2011-01-23</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Change password hashing from MD5 to SHA-512. Fixes
+ <ulink url="&lfs-ticket-root;2814">#2814</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgrade to File-5.05. Fixes
<ulink url="&lfs-ticket-root;2821">#2821</ulink>.</para>
</listitem>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index a983c45b2..4adb4e8a6 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -70,7 +70,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
for user mailboxes that Shadow uses by default to the <filename
class="directory">/var/mail</filename> location used currently:</para>
-<screen><userinput remap="configure">sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD MD5@' \
+<screen><userinput remap="configure">sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
-e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen>
<note>