diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:54:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:54:58 +0000 |
commit | 81313bf20793582a12c94223eb3c6aa2bc046617 (patch) | |
tree | e6d1863f5a6e93492bb28be1da29834029ae9a2a /chapter01 | |
parent | 6b7f1afded6f27a68239df4990b2cc1f9330f572 (diff) |
Use SHA-512 to hash passwords. Fixes #2814.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 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> |