aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog
Commit message (Collapse)AuthorAgeFilesLines
* main/rsyslog: add -elasticsearch subpackageRainer Gerhards2018-02-071-2/+11
| | | | | Elasticsearch is very popular with rsyslog. This PR provides the necessary feature to make rsyslog talk directly to it.
* testing/rsyslog: remove libee requirementRainer Gerhards2018-01-101-1/+1
| | | | | rsyslog does not require libee for quite a while now. This PR removes the requirement.
* [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/
* main/rsyslog: upgrade to 8.31.0TBK2017-11-302-4/+4
|
* main/rsyslog: upgrade to 8.30.0; modernizeTBK2017-11-012-18/+17
|
* main/rsyslog: upgrade to 8.27.0Natanael Copa2017-06-141-2/+2
|
* main/rsyslog: upgrade to 8.26Leonardo Arena2017-05-022-7/+27
|
* main/rsyslog: upgrade to 8.25.0André Klitzing2017-03-041-16/+2
|
* main/rsyslog: fix abuild code-styleJakub Jirutka2017-01-141-15/+12
|
* main/rsyslog: upgrade to 8.24Łukasz Jendrysik2017-01-141-4/+4
|
* main/rsyslog: upgrade to 8.23.0André Klitzing2016-12-281-5/+5
|
* main/rsyslog: rebuild against new libfastjson ABINatanael Copa2016-08-111-1/+1
|
* main/rsyslog: new upstream version 8.20.0Christian Kampka2016-07-132-125/+7
|
* main/rsyslog: update to 8.18.0, and apply a new musl fixAshley Sommer2016-05-313-11/+738
| | | | | | | This commit brings rsyslog up to the latest release that has some nice performance improvements and bug fixes. This commit also includes an upstream fix from 8.19.0 (unreleased) which fixes a segfault present in all current rsyslog versions on musl. Version 8.17 and later of rsyslog has a new dependency. It now needs libfastjson installed to run. I created the libfastjson package earlier this month, it is in the `testing` directory. I believe libfastjson will need to be promoted from `testing` to `edge`.
* update rsyslog to 8.16.0Francisco Guerreiro2016-03-073-85/+48
| | | | | | * added redis subpackage for hiredis client support * added different musl fixes for missing constants * enabled syslog over TCP support by default
* main/rsyslog: update checksumsBartłomiej Piotrowski2015-11-151-6/+6
|
* main/rsyslog: remove compatibility switch from confdTerror2015-11-151-1/+1
|
* main/rsyslog: fix emergency broadcastTerror2015-11-151-1/+1
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/rsyslog: fix default permissions (CVE-2015-3243)Natanael Copa2015-07-082-4/+11
| | | | ref #4406
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/rsyslog: upgrade to 8.9.0Natanael Copa2015-04-212-8/+49
|
* main/rsyslog: upgrade to 8.7.0, rebuild against mariadbŁukasz Jendrysik2015-01-263-39/+23
|
* main/rsyslog: add dbg pkgCarlo Landmeter2014-10-301-2/+3
|
* main/rsyslog: upgrade to 8.4.2Carlo Landmeter2014-10-301-4/+4
|
* main/rsyslog: upgrade to 8.4.1Natanael Copa2014-10-031-5/+6
|
* main/rsyslog: upgrade to 8.2.2Natanael Copa2014-06-181-4/+4
|
* main/rsyslog: build fix. needs util-linux-dev for uuidNatanael Copa2014-06-031-1/+1
|
* main/rsyslog: upgrade to 8.2.1Natanael Copa2014-06-032-50/+39
|
* main/rsyslog: rebuild against libgcrypt 1.6.0Bartłomiej Piotrowski2014-01-181-1/+1
|
* main/rsyslog: fix musl buildTimo Teräs2013-12-182-5/+62
|
* main/[various]: update config.subTimo Teräs2013-10-021-0/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/rsyslog: upgrade to 6.4.2Natanael Copa2012-10-191-6/+4
|
* main/rsyslog: rebuild against postgresql-9.2Natanael Copa2012-09-131-1/+1
|
* rsyslogNathan Angelacos2012-08-162-3/+3
| | | | remove deprecated -oknodo option on reload
* main/rsyslog: update init.d scriptCameron Banta2012-07-272-2/+3
| | | | | | | | fix issue where rsyslog starts before hostname is set up, and remote logs are missing hostname Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/rsyslog: upgrade to 6.2.2Natanael Copa2012-07-111-2/+2
|
* main/rsyslog: moved from testingNatanael Copa2012-05-305-0/+243
ref #1179