CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/01/11 15:45:26
Modified files:
mail/dovecot : Makefile
Added files:
mail/dovecot/patches: patch-src_auth_password-scheme-crypt_c
Log message:
Add a patch to re-allow the CRYPT password scheme in Dovecot. This scheme
checks the password against the stored hash using the OS crypt() function
and supports whichever schemes are supported by the OS, but currently
Dovecot makes some assumptions about hash format (to work around a
segfault when used on OpenBSD following removal of DES from crypt).
'doveadm pw -s CRYPT' (tool to generate hashed passwords) will now produce
bcrypt passwords rather than not allowing the scheme at all. More info in
the patch itself. OK Brad.