diff options
author | brix <brix@FreeBSD.org> | 2008-06-02 05:16:55 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-06-02 05:16:55 +0800 |
commit | 0ee379ed966562f7eb65971f11a5b3e4debc9b45 (patch) | |
tree | b61450c857e043729063a9d4a66c4d601829bfb2 /UPDATING | |
parent | cb9f84c90a734ef8327397a32b80113fa3044a20 (diff) | |
download | freebsd-ports-gnome-0ee379ed966562f7eb65971f11a5b3e4debc9b45.tar.gz freebsd-ports-gnome-0ee379ed966562f7eb65971f11a5b3e4debc9b45.tar.zst freebsd-ports-gnome-0ee379ed966562f7eb65971f11a5b3e4debc9b45.zip |
Add entry for www/ikiwiki.
Approved by: erwin (mentor, implicit)
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 |