aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-curl
Commit message (Collapse)AuthorAgeFilesLines
* [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/py-curl: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/py-curl: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/py-curl: add libssl-dev as a make dependencyBreno Leitao2017-03-291-1/+1
| | | | | | | | | | | | | | | py-curl does not build on a clean environment due to lack of libressl-dev package, that is not listed as a make-dependency. This is the failure: In file included from src/docstrings.c:4:0: src/pycurl.h:170:31: fatal error: openssl/crypto.h: No such file or directory # include <openssl/crypto.h> ^ compilation terminated. error: command 'gcc' failed with exit status 1 >>> ERROR: py-curl: all failed
* main/py-curl: rebuild against new version of python3Łukasz Jendrysik2017-02-181-1/+1
|
* main/py-curl: fix ssl supportTimo Teräs2016-11-021-1/+2
| | | | the build script needs to know which ssl library is being used
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-2/+1
|
* main/py-curl: update to 7.43.0 and add py2/py3 subpackagesJakub Jirutka2016-09-181-26/+38
|
* testing/py-curl: move to mainLeonardo Arena2012-08-291-0/+38