aboutsummaryrefslogtreecommitdiffstats
path: root/community/exim
Commit message (Collapse)AuthorAgeFilesLines
* community/exim: fix proxy support, add -openrcTBK2018-07-192-57/+57
| | | | alphabetize Makefile
* community/exim: fix hardcoded bounce_message charsetValery Kartel2018-06-192-1/+32
| | | | | change hardcoded charset from 'us-ascii' to 'utf-8' to be able to create multilingual bounce messages.
* community/exim: clarify license, improve abuildprspkt2018-04-221-7/+6
|
* community/exim: upgrade to 4.91prspkt2018-04-221-4/+6
|
* community/exim: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* community/exim: rebuild against mariadb-connector-cNatanael Copa2018-03-261-2/+2
|
* community/exim: security upgrade to 4.90.1 - fix CVE-2018-6789Valery Kartel2018-02-111-2/+4
|
* [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/
* community/exim: upgrade to 4.90Valery Kartel2017-12-273-84/+2
|
* community/exim: security upgrade to 4.89.1 (CVE-2017-16944). Fixes #8287Francesco Colista2017-12-151-9/+7
|
* community/exim: fix CVE-2017-16943, some cleanupsValery Kartel2017-11-283-18/+58
| | | | | | | | | CVE-2017-16943 fix: https://bugs.exim.org/show_bug.cgi?id=2199 remove all "return 1" create directories for logs and extensions at package time and remove this creation from init script
* community/exim: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* community/exim: security fix for CVE-2017-1000369Natanael Copa2017-07-042-1/+54
| | | | fixes #7460
* community/exim: move from testingValery Kartel2017-04-257-0/+315
It works pretty fine. So, I think, it's time to move it from testing.