aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrix <brix@FreeBSD.org>2008-06-02 05:16:55 +0800
committerbrix <brix@FreeBSD.org>2008-06-02 05:16:55 +0800
commit0ee379ed966562f7eb65971f11a5b3e4debc9b45 (patch)
treeb61450c857e043729063a9d4a66c4d601829bfb2 /UPDATING
parentcb9f84c90a734ef8327397a32b80113fa3044a20 (diff)
downloadfreebsd-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--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