diff options
author | Henrik Brix Andersen <brix@FreeBSD.org> | 2008-06-01 21:16:55 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@FreeBSD.org> | 2008-06-01 21:16:55 +0000 |
commit | 7702bac9b2d81fc1ce84622c92424cd67f579888 (patch) | |
tree | da01694f9a594932882a2371a402e71c76bfc10f /UPDATING | |
parent | 22a5bf86bc323b11d47fbebe09a17545f0a20583 (diff) |
Add entry for www/ikiwiki.
Approved by: erwin (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=214160
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080601: + AFFECTS: users of www/ikiwiki + AUTHOR: brix@FreeBSD.org + + If password based logins is enabled in ikiwiki, those passwords were + stored in cleartext in the userdb. To guard against exposing users' + passwords, ikiwiki 2.48 and later use strong (blowfish) hashes for + storing passwords. + + To hash existing passwords, update to ikiwiki-2.48 and run the + following command for each of your ikiwiki src dirs: + + ikiwiki-transition hashpassword /path/to/your/wiki/srcdir + 20080524: AFFECTS: users of net-im/jabberd AUTHOR: mm@FreeBSD.org |