Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/exim: patch CVE-2019-16928 | J0WI | 2019-10-03 | 1 | -1/+5 |
| | |||||
* | community/exim: security upgrade to 4.92.2 | J0WI | 2019-09-07 | 1 | -3/+5 |
| | | | | CVE-2019-15846 | ||||
* | community/exim: upgrade to 4.92.1 | Leo | 2019-07-29 | 1 | -6/+5 |
| | | | | ref #10694 | ||||
* | community/exim: fix build with SPF support | TBK | 2019-07-06 | 1 | -7/+10 |
| | | | | | | | | | | Message from https://pkgs.alpinelinux.org/flagged: The "EXPERIMENTAL_SPF" in Makefile has been changed for "SUPPORT_SPF" in the latest version. From: https://www.exim.org/exim-html-current/doc/html/spec_html/ch-dkim_and_spf.html SPF verification support is built into Exim if SUPPORT_SPF=yes | ||||
* | community/exim: update secfixes comment | J0WI | 2019-06-05 | 1 | -0/+2 |
| | |||||
* | community/exim: fix broken link with upgrade to 4.92 | Mike Sullivan | 2019-03-18 | 1 | -4/+4 |
| | |||||
* | community/exim: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | community/exim: fix proxy support, add -openrc | TBK | 2018-07-19 | 1 | -4/+4 |
| | | | | alphabetize Makefile | ||||
* | community/exim: fix hardcoded bounce_message charset | Valery Kartel | 2018-06-19 | 1 | -1/+3 |
| | | | | | change hardcoded charset from 'us-ascii' to 'utf-8' to be able to create multilingual bounce messages. | ||||
* | community/exim: clarify license, improve abuild | prspkt | 2018-04-22 | 1 | -7/+6 |
| | |||||
* | community/exim: upgrade to 4.91 | prspkt | 2018-04-22 | 1 | -4/+6 |
| | |||||
* | community/exim: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | community/exim: rebuild against mariadb-connector-c | Natanael Copa | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | community/exim: security upgrade to 4.90.1 - fix CVE-2018-6789 | Valery Kartel | 2018-02-11 | 1 | -2/+4 |
| | |||||
* | [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/exim: upgrade to 4.90 | Valery Kartel | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | community/exim: security upgrade to 4.89.1 (CVE-2017-16944). Fixes #8287 | Francesco Colista | 2017-12-15 | 1 | -9/+7 |
| | |||||
* | community/exim: fix CVE-2017-16943, some cleanups | Valery Kartel | 2017-11-28 | 1 | -16/+23 |
| | | | | | | | | | 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.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | community/exim: security fix for CVE-2017-1000369 | Natanael Copa | 2017-07-04 | 1 | -1/+7 |
| | | | | fixes #7460 | ||||
* | community/exim: move from testing | Valery Kartel | 2017-04-25 | 1 | -0/+108 |
It works pretty fine. So, I think, it's time to move it from testing. |