aboutsummaryrefslogtreecommitdiffstats
path: root/main/awstats
Commit message (Collapse)AuthorAgeFilesLines
* main/awstats: upgrade to 7.7Francesco Colista2018-02-281-9/+4
|
* main/awstats: typoLeonardo Arena2018-01-051-1/+1
|
* main/awstats: security fix (CVE-2017-1000501)Leonardo Arena2018-01-053-6/+149
| | | | Fixes #8371
* [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/awstats: bump pkgrelNatanael Copa2017-06-141-1/+1
|
* main/awstats: fix default include pathsroracle2017-06-141-0/+5
| | | | | | | | | If awstats is called as /usr/bin/awstats.pl, @PossibleLibDir (see e.g. line 2236 in awstats.pl) will be ( "/usr/bin/lib", "/usr/share/awstats/lib" ), neither of which exist on alpine. Add sed to change /usr/share/awstats to /usr/lib/awstats/cgi-bin in order to properly find the /lang, /lib, and /plugins directories in /cgi-bin when called from /usr/bin.
* main/awstats: upgrade to 7.6Valery Kartel2017-01-191-35/+28
| | | | fixes in APKBUILD
* main/awstats: fix source urlNatanael Copa2016-05-051-1/+1
|
* main/awstats: fix incorrect file hashesJakub Jirutka2016-05-031-7/+7
|
* main/awstats: fix checksumFrancesco Colista2016-04-251-3/+3
|
* main/awstat: upgrade to 7.5Francesco Colista2016-04-041-4/+4
|
* main/awstats: upgrade to 7.4Natanael Copa2015-09-181-4/+4
|
* main/awstats: Updated checksum.ScrumpyJack2014-11-061-3/+3
|
* main/awstats: upgrade to 7.3Natanael Copa2014-05-131-5/+5
|
* main/awstats: specify licenseFabian Affolter2013-10-311-2/+2
|
* main/awstats: upgrade to 7.2Natanael Copa2013-08-081-4/+4
|
* main/awstats: upgrade to 7.1.1Natanael Copa2013-04-171-2/+4
|
* main/awstats: upgrade to 7.1Natanael Copa2012-07-191-3/+3
|
* main/awstats: upgrade to 7.0Natanael Copa2011-02-251-4/+4
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/awstats: moved from testingNatanael Copa2010-07-161-0/+58
fixes #363