aboutsummaryrefslogtreecommitdiffstats
path: root/main/nagios
Commit message (Collapse)AuthorAgeFilesLines
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-1/+0
|
* main/nagios: rebuild against perl 5.24Natanael Copa2016-07-271-1/+1
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* 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
* main/nagios: rebuild against perl-5.22Natanael Copa2015-07-161-1/+1
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/*: cleanup: remove pkgconfig from makedependsNatanael Copa2015-04-091-1/+1
| | | | it should be pulled in automatically
* main/nagios: upgrade to 3.5.1Natanael Copa2014-07-151-5/+5
|
* main/[various]: update config.subTimo Teräs2013-09-291-0/+5
|
* main/nagios: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/nagios: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/nagios: rebuild against libpng16Natanael Copa2013-08-271-1/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/nagios: rebuild against gd 2.1.0Bartłomiej Piotrowski2013-07-051-1/+1
|
* main/nagios: rebuild against perl-5.18Natanael Copa2013-05-231-1/+1
|
* main/nagios: upgrade to 3.5.0Natanael Copa2013-04-121-2/+10
| | | | fixes #1699 (CVE-2012-6096)
* main/nagios: upgrade to 3.4.1Francesco Colista2012-11-061-2/+2
|
* main/nagios: upgrade to 3.3.1Jeff Bilyk2012-01-071-4/+4
|
* main/nagios: depend on perl-net-snmpKiyoshi Aman2011-11-031-1/+1
|
* main/nagios: rebuild against perl-5.14Natanael Copa2011-05-181-1/+1
|
* main/[multiple]: set correct maintainer fieldCarlo Landmeter2011-05-121-3/+3
|
* main/nagios: bump version to 3.2.3Carlo Landmeter2011-04-131-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/nagios: set noarch for web subpackageNatanael Copa2010-12-301-1/+2
|
* main/${i##*/}: rebuild against new libperlNatanael Copa2010-12-301-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/nagios: create user and group as system user/groupNatanael Copa2010-09-232-2/+3
| | | | ref #427
* main/nagios: fix install script to add groupCarlo Landmeter2010-09-232-8/+9
| | | | fixes #427
* main/nagios: update to 3.2.2 and gix cgi buildsJeff Bilyk2010-09-061-4/+4
| | | | Update package to 3.2.2 and add libjpeg and libpng so that trend and status cgis build
* main/nagios: use user 'nagios' instead of 'nobody'Natanael Copa2010-08-162-3/+10
| | | | fixes #375
* main/nagios: moved /etc/lighttpd-nagios.conf to /etc/lighttpd/nagios.confNatanael Copa2010-06-041-2/+2
|
* main/nagios: moved from testingNatanael Copa2010-06-044-0/+136