aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-30669-669/+669
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/lua-dbi: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | It seems that this project has never been licensed under GPL, see https://github.com/mwild1/luadbi/commits/master/COPYING.
* main/postgresql-bdr-extension: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT
* main/postgresql-bdr: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT
* main/postgresql: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html
* main/protobuf-c: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It doesn't look like this project has ever been licensed under GPL license (see [1]). [1]: https://github.com/protobuf-c/protobuf-c/commit/2689e0625719bc529018bea1215f027b92b78500#diff-04c6e90faac2675aa89e2176d2eec7d8
* main/py-configshell: fix licenseJakub Jirutka2017-12-301-2/+2
| | | | Current version is licensed under Apache-2.0 (since 2013).
* main/py-uritemplate: fix name of subpackagesJakub Jirutka2017-12-301-4/+7
| | | | pyX-uritemplate.py -> pyX-uritemplate
* main/perl-dbi: upgrade to 1.639Leonardo Arena2017-12-301-2/+2
|
* main/abuild: add support for provider_priorityJakub Jirutka2017-12-302-2/+44
|
* main/apk-tools: upgrade to 2.9.0Timo Teräs2017-12-302-189/+3
|
* main/lua5.1: improve abuildJakub Jirutka2017-12-301-9/+8
| | | | | | * Remove _pkgver, it's unnecessary. * Declare pkgver directly so it can be easily bumped using abump. * Rename _majorver to _luaver to unify with other lua5.x abuilds.
* main/compiler-rt: upgrade to 5.0.1Jakub Jirutka2017-12-291-2/+2
|
* main/clang: upgrade to 5.0.1Adeel2017-12-292-69/+3
|
* main/llvm5: upgrade to 5.0.1Adeel2017-12-291-2/+2
|
* main/heimdal: upgrade to 7.5.0Leonardo Arena2017-12-291-6/+4
|
* main/lua-stdlib-debug: fix project urlJakub Jirutka2017-12-291-2/+2
|
* main/lua-lyaml: add missing dependency lua-stdlib-normalizeJakub Jirutka2017-12-291-2/+2
| | | | Fixes #8357
* main/lua-stdlib-normalize: new aportJakub Jirutka2017-12-291-0/+42
| | | | This aport is needed for recent version of main/lua-lyaml.
* main/lua-stdlib-debug: new aportJakub Jirutka2017-12-291-0/+42
| | | | | This aport is needed for main/lua-stdlib-normalize which is needed for recent version of main/lua-lyaml.
* main/lua-lyaml: trigger rebuildJakub Jirutka2017-12-291-1/+1
| | | | Fixes #8357
* main/heimdal: security fix (CVE-2017-17439)Leonardo Arena2017-12-292-2/+51
| | | | Fixes #8291
* main/cmake: upgrade to 3.10.1 and enable system jsoncppAndré Klitzing2017-12-291-6/+3
|
* main/jsoncpp: upgrade to 1.8.4André Klitzing2017-12-292-27/+3
|
* main/libjpeg-turbo: upgrade to 1.5.3tmpfile2017-12-291-6/+5
|
* main/luajit: fix path for Lua modules compatible with all versionsJakub Jirutka2017-12-292-4/+4
|
* main/rsync: security fixesLeonardo Arena2017-12-295-2/+149
| | | | | | CVE-2017-16548, CVE-2017-17433, CVE-2017-17434 Fixes #8317
* main/lua5.2: add /usr/share/lua/common to LUA_PATHJakub Jirutka2017-12-292-11/+8
|
* main/lua5.1: add /usr/share/lua/common to LUA_PATHJakub Jirutka2017-12-292-14/+8
|
* main/lua5.1: modernize abuildJakub Jirutka2017-12-291-18/+9
|
* main/luajit: add /usr/share/common to LUA_PATHJakub Jirutka2017-12-292-3/+30
|
* main/luajit: take maintainershipJakub Jirutka2017-12-291-2/+2
| | | | Cameron Banta is inactive for 5 years.
* main/lua5.3: add /usr/share/lua/common to default LUA_PATHJakub Jirutka2017-12-292-3/+7
|
* main/lua5.3: modernize abuildJakub Jirutka2017-12-291-25/+14
|
* Revert "main/lua-lyaml: add missing dependencies"Jakub Jirutka2017-12-283-75/+2
| | | | | | | This reverts commit 4d7e3cf3beb541dec1f44751e698c72a3f47bb5e. This commit violates common policies and best-practices for packaging Lua libraries.
* main/nsd: upgrade to 4.1.19tmpfile2017-12-281-13/+11
|
* main/pigz: upgrade to 2.4tmpfile2017-12-281-4/+5
|
* main/command-not-found: upgrade to 0.3William Pitcock2017-12-281-2/+2
|
* testing/tiny-ec2-bootstrap: move to mainMike Crute2017-12-281-0/+20
|
* main/lua-asn1: add missing dependencyKaarle Ritvanen2017-12-281-2/+2
|
* main/lua-lyaml: add missing dependenciesKaarle Ritvanen2017-12-283-2/+75
|
* libressl: fix cross compile buildJonathan Sieber2017-12-281-3/+3
|
* main/imagemagick: upgrade to 7.0.7.17Jakub Jirutka2017-12-281-2/+2
|
* main/openssh: fix license, add secfixes commentNatanael Copa2017-12-281-3/+10
|
* main/openssh: upgrade to 7.6_p1Drew DeVault2017-12-284-908/+4
|
* main/asterisk: security upgrade to 15.1.5Timo Teräs2017-12-281-2/+2
| | | | AST-2017-014 Crash in PJSIP resource when missing a contact header
* main/libraw: security upgrade to 0.18.6 (CVE-2017-16910)Leonardo Arena2017-12-281-2/+4
| | | | Fixes #8338
* main/lua-stringy: upgrade to 0.5.0Jakub Jirutka2017-12-281-5/+5
|
* main/lua-stringy: improve abuild, add check() and rock manifestJakub Jirutka2017-12-282-42/+60
|
* main/lua-cjson: improve abuild and add rock manifestJakub Jirutka2017-12-271-46/+33
|