From 66f9e687c277ea2093cd9b2c1aef2f9e0193fc43 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Fri, 27 Dec 2019 15:00:06 -0500 Subject: [PATCH] radicale2: Document suggested use of passlib and bcrypt 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 --- net/radicale2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/radicale2/Makefile b/net/radicale2/Makefile index e41627db9..7573a258e 100644 --- a/net/radicale2/Makefile +++ b/net/radicale2/Makefile @@ -49,8 +49,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