Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/roundcubemail: add date prefix to cron log | Jakub Jirutka | 2018-07-28 | 2 | -3/+10 |
| | |||||
* | community/roundcubemail: fix logrotate files pattern | Jakub Jirutka | 2018-07-28 | 2 | -5/+5 |
| | | | | Roundcube creates files without .log suffix. | ||||
* | community/roundcubemail: add sample nginx config to -doc | Jakub Jirutka | 2018-07-27 | 2 | -2/+63 |
| | |||||
* | community/roundcubemail: more secure privileges, prefer php-fpm | Jakub Jirutka | 2018-07-27 | 4 | -13/+22 |
| | | | | | | | | | | | If the user want to run Roundcube with "traditional", quite insecure and silly method by running PHP apps with web server (e.g. Apache2 mod_php) under web server's user, (s)he still can, but have to change group of config files or add web server's user to group roundcube. This is announced by message in post-upgrade script. The -openrc subpackage is now installed by default when openrc is installed, which should promote running Roundcube using php-fpm. | ||||
* | community/roundcubemail: add customized default config | Jakub Jirutka | 2018-07-27 | 2 | -0/+151 |
| | |||||
* | community/roundcubemail: fix missing JS libs | Jakub Jirutka | 2018-07-27 | 1 | -4/+3 |
| | | | | Oh great, so the roundcube aport has been literally non-functional. >_< | ||||
* | community/roundcubemail: disable remote spellcheck by default | Jakub Jirutka | 2018-07-27 | 2 | -0/+28 |
| | |||||
* | community/roundcubemail: move plugins with extra deps to subpkgs | Jakub Jirutka | 2018-07-27 | 2 | -2/+36 |
| | | | | And fix their dependencies. | ||||
* | community/roundcubemail: copy plugin configs into /etc | Jakub Jirutka | 2018-07-27 | 1 | -0/+14 |
| | |||||
* | community/roundcubemail: add cron script for running daily cleandb | Jakub Jirutka | 2018-07-27 | 2 | -1/+7 |
| | |||||
* | community/roundcubemail: fix scripts in bin/ | Jakub Jirutka | 2018-07-27 | 1 | -2/+14 |
| | |||||
* | community/roundcubemail: add subpackage for each supported DB | Jakub Jirutka | 2018-07-27 | 2 | -1/+39 |
| | |||||
* | community/roundcubemail: add logrotate config | Jakub Jirutka | 2018-07-27 | 2 | -1/+11 |
| | |||||
* | community/roundcubemail: add subpkg -openrc for running with php-fpm | Jakub Jirutka | 2018-07-27 | 5 | -4/+247 |
| | |||||
* | community/roundcubemail: generate random session key in post-install | Jakub Jirutka | 2018-07-27 | 4 | -9/+43 |
| | |||||
* | community/roundcubemail: fix fixing of paths, remove ancient mess | Jakub Jirutka | 2018-07-27 | 4 | -64/+15 |
| | | | | | | | - These pre/post upgrade scripts has been added 8 years ago, so they are not needed anymore. - The pre-upgrade script is even not used. - The sed in prepare breaks config. | ||||
* | community/roundcubemail: make -installer depend on origin pkg | Jakub Jirutka | 2018-07-27 | 1 | -0/+1 |
| | |||||
* | community/roundcubemail: add missing dependencies and remove surplus | Jakub Jirutka | 2018-07-27 | 1 | -2/+6 |
| | |||||
* | community/roundcubemail: improve abuild | Jakub Jirutka | 2018-07-27 | 1 | -34/+46 |
| | |||||
* | community/roundcubemail: security upgrade to 1.3.6 (CVE-2018-9846) | Leonardo Arena | 2018-04-12 | 1 | -3/+5 |
| | |||||
* | community/roundcubemail: adjust config default for tmp and log dirs | Leonardo Arena | 2018-01-16 | 2 | -3/+15 |
| | |||||
* | community/roundcubemail: upgrade to 1.3.4 | Leonardo Arena | 2018-01-16 | 2 | -17/+17 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/ | ||||
* | community/roundcubemail: add secinfo | Leonardo Arena | 2017-11-09 | 1 | -1/+3 |
| | |||||
* | community/roundcubemail: security upgrade to 1.3.3 (CVE-2017-16651) | Leonardo Arena | 2017-11-09 | 1 | -2/+2 |
| | |||||
* | community/roundcubemail: upgrade to 1.3.2 | Leonardo Arena | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | community/roundcubemail: upgrade to 1.3.1 | Leonardo Arena | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | community/roundcubemail: upgrade to 1.3.0 | Leonardo Arena | 2017-07-18 | 1 | -2/+2 |
| | |||||
* | community/[various]: fix trailing whitespace | tmpfile | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | community/roundcubemail: security upgrade to 1.2.5 (CVE-2017-8114) | Leonardo Arena | 2017-04-28 | 1 | -11/+10 |
| | |||||
* | community/roundcubemail: use php7, disable check() | Leonardo Arena | 2017-04-07 | 1 | -4/+6 |
| | |||||
* | community/*: move php5 and dependent pkgs from main | Jakub Jirutka | 2017-03-28 | 4 | -0/+156 |
There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka. |