CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/03/26 04:17:02
Modified files:
productivity/radicale: Makefile
productivity/radicale/patches: patch-config
productivity/radicale/pkg: README
Added files:
productivity/radicale/patches: patch-radicale_auth_htpasswd_py
Log message:
Patch radicale's htpasswd parser to support bcrypt passwords, from
Francisco de Borja Lopez Rio.
The htpasswd parser isn't very flexible and only normally handles one
encryption method in the file. So I've also added a patch to recognise
{SHA} from the hash string so that people using this can migrate their
file to bcrypt.
Update README with new htpasswd syntax and information about bcrypt and
migrating.
OK ian@, Sergey Bronnikov (maintainer)