aboutsummaryrefslogtreecommitdiff
path: root/net/radicale2
Commit message (Collapse)AuthorAge
* radicale2: Update to 2.1.12Jeffery To2022-01-05
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* radicale2: Clean up MakefileJeffery To2020-04-29
| | | | | | | * Remove preinst, the default prerm script will stop the service * Use default Python package filespec and shebang fix Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Remove myself as maintainerDaniel F. Dickinson2020-03-20
| | | | | | | | | | Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* radicale2: Document suggested use of passlib and bcryptDaniel F. Dickinson2019-12-28
| | | | | | | | | | 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>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* radicale2: Update CalDAV/CardDAV server to v2.xDaniel F. Dickinson2019-01-09
Radicale 2.x adds support for many new clients, bug-fixes, etc so add v2 of this application. We do it as a separate package for those not ready to switch (it's not an straight inplace upgrade from 1.x). We do however CONFLICT with 1.x as they can't be run side-by-side on the same host (without containers for somesuch). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>