Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/ | ||||
* | main/syslog-ng: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/syslog-ng: Add subpackage with JSON plugin | Viktor Tusa | 2017-08-25 | 1 | -4/+10 |
| | |||||
* | main/syslog-ng: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/syslog-ng: upgrade to 3.9.1 | Leonardo Arena | 2017-01-16 | 1 | -5/+5 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/syslog-ng: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/syslog-ng: disable on aarch64 | Carlo Landmeter | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | main/syslog-ng: bump pkgrel and fix checksum | Natanael Copa | 2016-05-02 | 1 | -4/+4 |
| | |||||
* | main/syslog-ng: remove check for syslog.conf | Stefan Wagner | 2016-05-02 | 1 | -1/+4 |
| | | | | | | As syslog-ng is using syslog-ng.conf as its default configuration file syslog.conf will never exist. Therefore it's not necessary to check for the existance of syslog.conf on start. | ||||
* | main/syslog-ng: added redis suppor. Fixed #5260 | Francesco Colista | 2016-03-14 | 1 | -2/+3 |
| | |||||
* | main/syslog-ng: upgrade to 3.7.2 | Leonardo Arena | 2015-12-07 | 1 | -4/+4 |
| | | | | Fixes #3933 | ||||
* | main/syslog-ng: update to 3.7.1 | Stuart Cardall | 2015-09-30 | 1 | -6/+6 |
| | | | | https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.1 | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -2/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/syslog-ng: update to 3.6.4 | Stuart Cardall | 2015-07-07 | 1 | -6/+7 |
| | | | | also enabled SSL support | ||||
* | main/syslong-ng: fix download URL; add missing plugin template | Jens Vehlhaber | 2015-05-21 | 1 | -2/+3 |
| | |||||
* | main/syslog-ng: update to version 3.6.2 | Jens Vehlhaber | 2015-05-08 | 4 | -13/+34 |
| | | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | ||||
* | main/syslog-ng: the libeventlog package has been renamed to eventlog | Bartłomiej Piotrowski | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/syslog-ng: move from testing | Natanael Copa | 2014-11-06 | 9 | -0/+361 |