aboutsummaryrefslogtreecommitdiff
path: root/net/radicale
Commit message (Collapse)AuthorAge
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* radicale: Update to 1.1.6Christian Schoenebeck2017-08-05
| | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: update to version 1.1.3Christian Schoenebeck2017-05-30
| | | | | | update to version 1.1.3 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: update to version 1.1.2Christian Schoenebeck2017-05-04
| | | | | | update to version 1.1.2 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* radicale: enable running on python 3Christian Schoenebeck2016-10-02
| | | | | | enable running on python 3 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Radicale: bump to version 1.1.1Christian Schoenebeck2016-02-06
| | | | | | | * upstream to Radicale 1.1.1 * add file list to be saved on sysupgrade Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* [Radicale] upstream to Radicale 1.1Christian Schoenebeck2015-12-31
| | | | | | | * upstream to Radicale 1.1 * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: fixed hotplug and init scriptChristian Schoenebeck2015-05-24
| | | | | | | | | * fixed hotplug script (not restarting on "ifup") * fixed init script (not stopping in 1 second) * fixed PKG_MAINTAINER string * removing not needed comments in config file Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: [NEW] Python-based CalDAV/CardDAV ServerChristian Schoenebeck2015-04-20
Inspired by OpenWrt Ticket System Ticket 9119 Python3 package currently marked as @BROKEN because no time for testing. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>