Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 669 | -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 license | Jakub Jirutka | 2017-12-30 | 1 | -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 license | Jakub Jirutka | 2017-12-30 | 1 | -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 license | Jakub Jirutka | 2017-12-30 | 1 | -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 license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html | ||||
* | main/protobuf-c: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -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 license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | Current version is licensed under Apache-2.0 (since 2013). | ||||
* | main/py-uritemplate: fix name of subpackages | Jakub Jirutka | 2017-12-30 | 1 | -4/+7 |
| | | | | pyX-uritemplate.py -> pyX-uritemplate | ||||
* | main/perl-dbi: upgrade to 1.639 | Leonardo Arena | 2017-12-30 | 1 | -2/+2 |
| | |||||
* | main/abuild: add support for provider_priority | Jakub Jirutka | 2017-12-30 | 2 | -2/+44 |
| | |||||
* | main/apk-tools: upgrade to 2.9.0 | Timo Teräs | 2017-12-30 | 2 | -189/+3 |
| | |||||
* | main/lua5.1: improve abuild | Jakub Jirutka | 2017-12-30 | 1 | -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.1 | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | main/clang: upgrade to 5.0.1 | Adeel | 2017-12-29 | 2 | -69/+3 |
| | |||||
* | main/llvm5: upgrade to 5.0.1 | Adeel | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | main/heimdal: upgrade to 7.5.0 | Leonardo Arena | 2017-12-29 | 1 | -6/+4 |
| | |||||
* | main/lua-stdlib-debug: fix project url | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | main/lua-lyaml: add missing dependency lua-stdlib-normalize | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | | | | Fixes #8357 | ||||
* | main/lua-stdlib-normalize: new aport | Jakub Jirutka | 2017-12-29 | 1 | -0/+42 |
| | | | | This aport is needed for recent version of main/lua-lyaml. | ||||
* | main/lua-stdlib-debug: new aport | Jakub Jirutka | 2017-12-29 | 1 | -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 rebuild | Jakub Jirutka | 2017-12-29 | 1 | -1/+1 |
| | | | | Fixes #8357 | ||||
* | main/heimdal: security fix (CVE-2017-17439) | Leonardo Arena | 2017-12-29 | 2 | -2/+51 |
| | | | | Fixes #8291 | ||||
* | main/cmake: upgrade to 3.10.1 and enable system jsoncpp | André Klitzing | 2017-12-29 | 1 | -6/+3 |
| | |||||
* | main/jsoncpp: upgrade to 1.8.4 | André Klitzing | 2017-12-29 | 2 | -27/+3 |
| | |||||
* | main/libjpeg-turbo: upgrade to 1.5.3 | tmpfile | 2017-12-29 | 1 | -6/+5 |
| | |||||
* | main/luajit: fix path for Lua modules compatible with all versions | Jakub Jirutka | 2017-12-29 | 2 | -4/+4 |
| | |||||
* | main/rsync: security fixes | Leonardo Arena | 2017-12-29 | 5 | -2/+149 |
| | | | | | | CVE-2017-16548, CVE-2017-17433, CVE-2017-17434 Fixes #8317 | ||||
* | main/lua5.2: add /usr/share/lua/common to LUA_PATH | Jakub Jirutka | 2017-12-29 | 2 | -11/+8 |
| | |||||
* | main/lua5.1: add /usr/share/lua/common to LUA_PATH | Jakub Jirutka | 2017-12-29 | 2 | -14/+8 |
| | |||||
* | main/lua5.1: modernize abuild | Jakub Jirutka | 2017-12-29 | 1 | -18/+9 |
| | |||||
* | main/luajit: add /usr/share/common to LUA_PATH | Jakub Jirutka | 2017-12-29 | 2 | -3/+30 |
| | |||||
* | main/luajit: take maintainership | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | | | | Cameron Banta is inactive for 5 years. | ||||
* | main/lua5.3: add /usr/share/lua/common to default LUA_PATH | Jakub Jirutka | 2017-12-29 | 2 | -3/+7 |
| | |||||
* | main/lua5.3: modernize abuild | Jakub Jirutka | 2017-12-29 | 1 | -25/+14 |
| | |||||
* | Revert "main/lua-lyaml: add missing dependencies" | Jakub Jirutka | 2017-12-28 | 3 | -75/+2 |
| | | | | | | | This reverts commit 4d7e3cf3beb541dec1f44751e698c72a3f47bb5e. This commit violates common policies and best-practices for packaging Lua libraries. | ||||
* | main/nsd: upgrade to 4.1.19 | tmpfile | 2017-12-28 | 1 | -13/+11 |
| | |||||
* | main/pigz: upgrade to 2.4 | tmpfile | 2017-12-28 | 1 | -4/+5 |
| | |||||
* | main/command-not-found: upgrade to 0.3 | William Pitcock | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | testing/tiny-ec2-bootstrap: move to main | Mike Crute | 2017-12-28 | 1 | -0/+20 |
| | |||||
* | main/lua-asn1: add missing dependency | Kaarle Ritvanen | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | main/lua-lyaml: add missing dependencies | Kaarle Ritvanen | 2017-12-28 | 3 | -2/+75 |
| | |||||
* | libressl: fix cross compile build | Jonathan Sieber | 2017-12-28 | 1 | -3/+3 |
| | |||||
* | main/imagemagick: upgrade to 7.0.7.17 | Jakub Jirutka | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | main/openssh: fix license, add secfixes comment | Natanael Copa | 2017-12-28 | 1 | -3/+10 |
| | |||||
* | main/openssh: upgrade to 7.6_p1 | Drew DeVault | 2017-12-28 | 4 | -908/+4 |
| | |||||
* | main/asterisk: security upgrade to 15.1.5 | Timo Teräs | 2017-12-28 | 1 | -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 Arena | 2017-12-28 | 1 | -2/+4 |
| | | | | Fixes #8338 | ||||
* | main/lua-stringy: upgrade to 0.5.0 | Jakub Jirutka | 2017-12-28 | 1 | -5/+5 |
| | |||||
* | main/lua-stringy: improve abuild, add check() and rock manifest | Jakub Jirutka | 2017-12-28 | 2 | -42/+60 |
| | |||||
* | main/lua-cjson: improve abuild and add rock manifest | Jakub Jirutka | 2017-12-27 | 1 | -46/+33 |
| |