15 Commits

Author SHA1 Message Date
Natanael Copa
d1c8d0a87d community/exim: rebuild against openssl 1.1 2018-11-07 16:46:13 +00:00
TBK
e34dc275a5 community/exim: fix proxy support, add -openrc
alphabetize Makefile
2018-07-19 11:11:08 +00:00
Valery Kartel
0f0d36a1d0 community/exim: fix hardcoded bounce_message charset
change hardcoded charset from 'us-ascii' to 'utf-8' to be able to create
multilingual bounce messages.
2018-06-19 10:05:30 +00:00
prspkt
5999e39cb3 community/exim: clarify license, improve abuild 2018-04-22 18:35:33 +03:00
prspkt
7558653ee2 community/exim: upgrade to 4.91 2018-04-22 18:35:33 +03:00
Natanael Copa
333ed3118d community/exim: rebuild against libressl-2.7 2018-04-06 05:19:27 +00:00
Natanael Copa
6f2af36fc9 community/exim: rebuild against mariadb-connector-c 2018-03-26 09:16:42 +00:00
Valery Kartel
5c9b4c0ddd community/exim: security upgrade to 4.90.1 - fix CVE-2018-6789 2018-02-11 19:42:28 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Valery Kartel
7e6578439b community/exim: upgrade to 4.90 2017-12-27 14:46:10 +01:00
Francesco Colista
c6ea9f9f7a community/exim: security upgrade to 4.89.1 (CVE-2017-16944). Fixes #8287 2017-12-15 02:57:54 +00:00
Valery Kartel
d2cd24dba5 community/exim: fix CVE-2017-16943, some cleanups
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
2017-11-28 12:10:17 +00:00
Natanael Copa
25698992b2 community/exim: rebuild against libressl-2.6 2017-11-09 19:58:38 +00:00
Natanael Copa
c36891f914 community/exim: security fix for CVE-2017-1000369
fixes #7460
2017-07-04 16:01:53 +00:00
Valery Kartel
d93a16e6dd community/exim: move from testing
It works pretty fine.
So, I think, it's time to move it from testing.
2017-04-25 08:40:59 +00:00