aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2008-06-01 21:16:55 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2008-06-01 21:16:55 +0000
commit7702bac9b2d81fc1ce84622c92424cd67f579888 (patch)
treeda01694f9a594932882a2371a402e71c76bfc10f /UPDATING
parent22a5bf86bc323b11d47fbebe09a17545f0a20583 (diff)
downloadports-7702bac9b2d81fc1ce84622c92424cd67f579888.tar.gz
ports-7702bac9b2d81fc1ce84622c92424cd67f579888.zip
Add entry for www/ikiwiki.
Approved by: erwin (mentor, implicit)
Notes
Notes: svn path=/head/; revision=214160
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a5998513d137..b84381cd77e5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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