aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale
Commit message (Collapse)AuthorAgeFilesLines
* testing/radicale: Update to 2.1.10Marian Buschsieweke2018-09-271-3/+5
| | | | - Fixed dependencies
* testing/radicale: upgrade to 2.1.9Alex Laskin2018-06-241-2/+3
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* testing/radicale: modernize abuildTBK2017-11-291-15/+3
|
* testing/radicale: fix depsNatanael Copa2017-11-162-59/+2
|
* testing/radicale: modernize and upgrade to 2.1.8Natanael Copa2017-11-161-25/+17
| | | | switch to python3 as a part of the modernization.
* testing/radicale: fix permissions for config filesStefan Wagner2016-11-221-3/+3
| | | | | | Radicale is started as user radicale, so the config should be readable by this user. Currently the config files aren't world readable, which makes the application crash on startup.
* [various] rename python executable in APKBUILDs to python2Jakub Jirutka2016-10-261-2/+2
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-2/+2
|
* testing/*: change source URL pypi.python.org to files.pythonhosted.orgJakub Jirutka2016-07-081-1/+1
| | | | See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* testing/radicale: upgrade to 1.1.1Sören Tempel2016-01-091-4/+4
|
* testing/radicale: build fix. needs py-setuptoolsNatanael Copa2015-10-071-1/+1
|
* testing/radicale: upgrade to 1.0.1Sören Tempel2015-10-072-14/+15
|
* testing/radicale: upgrade 0.10Francesco Colista2015-08-143-34/+39
|
* testing/radicale: new aportNatanael Copa2014-11-174-0/+135
A simple CalDAV (calendar) and CardDAV (contact) server http://radicale.org