aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgit2
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/libgit2: rebuild against libressl-2.6Natanael Copa2017-11-091-2/+2
|
* main/libgit2: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/libgit2: build both dynamic and static libraryJakub Jirutka2017-04-112-3/+57
|
* main/libgit2: fix pkgconfigJakub Jirutka2017-04-112-7/+30
|
* main/libgit2: security upgrade to 0.25.1 - fixes #6739Sergey Lukin2017-01-262-6/+29
| | | | | | CVE-2016-10128: smart_pkt: verify packet length exceeds PKT_LEN_SIZE CVE-2016-10129: smart_pkt: treat empty packet lines as error CVE-2016-10130: http: check certificate validity before clobbering the error variable
* main/libgit2: remove unnecessary -lib subpackageJakub Jirutka2016-12-081-2/+4
| | | | | | | | | | | | | | | | | The -lib subpackage doesn't make any sense for this package, because libgit2 is only a library. pkg +-- libgit2 | `-- usr | `-- lib | `-- libgit2.so.24 -> libgit2.so.0.24.2 `-- libgit2-libs `-- usr `-- lib `-- libgit2.so.0.24.3 Also it breaks cargo package.
* main/libgit2: security upgrade to 0.24.3Daniel Sabogal2016-11-241-7/+11
| | | | | CVE-2016-8568 CVE-2016-8569
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* main/libgit2: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/libgit2: upgrade to 0.24.2Jakub Jirutka2016-10-031-4/+4
|
* testing/libgit2: move to the main repoJakub Jirutka2016-05-041-0/+39