radicale2: Document suggested use of passlib and bcrypt
authorDaniel F. Dickinson <cshored@thecshore.com>
Fri, 27 Dec 2019 20:00:06 +0000 (15:00 -0500)
committerDaniel F. Dickinson <cshored@thecshore.com>
Sat, 28 Dec 2019 21:18:22 +0000 (16:18 -0500)
PKG_RELEASE not bumped because this only affects package description.
We document that passlib and bcrypt are needed if one wishes to use
bcrypt encryption of passwords.  These have not been added as dependencies
as Radicale2 can have a frontend webserver authenticate users rather than
radicale itself.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
net/radicale2/Makefile

index 1ed70584813813dc4bf713c623a9374c435472b0..d6e5d08e0d6471a34d0456144b3688946c4aa630 100644 (file)
@@ -52,8 +52,14 @@ endef
 
 define Package/radicale2/description
 $(call Package/radicale2-meta/description)
-.
+
 This package contains the python files.
+
+Note that md5 encryption of passwords requires passlib, and
+bcrypt encryption requires passlib + bcrypt.  These are not
+added as hard dependencies as users may be running radicale2
+with a web server doing the authentication instead of radicale2.
+
 endef
 
 define Package/radicale2-examples/description