Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libgit2: build static library | Leo | 2019-08-28 | 1 | -6/+15 |
| | | | | Required for cargo static | ||||
* | main/libgit2: upgrade to 0.28.2 | Leo | 2019-05-27 | 1 | -4/+3 |
| | |||||
* | main/libgit2: update to 0.28.1 | Drew DeVault | 2019-04-17 | 2 | -53/+2 |
| | |||||
* | main/libgit2: upgrade to 0.27.7 | Francesco Colista | 2018-12-26 | 1 | -3/+3 |
| | |||||
* | main/libgit2: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | main/libgit2: security upgrade to 0.27.4 | J0WI | 2018-10-03 | 1 | -3/+5 |
| | | | | Fixes CVE-2018-15501 | ||||
* | main/libgit2: security upgrade to 0.27.3 | prspkt | 2018-07-14 | 1 | -2/+5 |
| | | | | Fixes CVE-2018-10887, CVE-2018-10888 | ||||
* | main/libgit2: upgrade to 0.27.2 | Jakub Jirutka | 2018-06-17 | 3 | -19/+6 |
| | |||||
* | main/libgit2: upgrade to 0.27.0 | Jakub Jirutka | 2018-04-28 | 3 | -35/+29 |
| | |||||
* | main/libgit2: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 2 | -2/+18 |
| | |||||
* | main/libgit2: upgrade to 0.26.3 | Jakub Jirutka | 2018-03-14 | 1 | -3/+3 |
| | |||||
* | main/libgit2: add subpackage -tests | Jakub Jirutka | 2018-02-21 | 1 | -6/+15 |
| | | | | This is needed for ruby-rugged. | ||||
* | main/libgit2: clarify the license | Jakub Jirutka | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | main/libgit2: upgrade to 0.26.0 and modernize abuild | TBK | 2018-02-16 | 4 | -58/+17 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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.6 | Natanael Copa | 2017-11-09 | 1 | -2/+2 |
| | |||||
* | main/libgit2: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/libgit2: build both dynamic and static library | Jakub Jirutka | 2017-04-11 | 2 | -3/+57 |
| | |||||
* | main/libgit2: fix pkgconfig | Jakub Jirutka | 2017-04-11 | 2 | -7/+30 |
| | |||||
* | main/libgit2: security upgrade to 0.25.1 - fixes #6739 | Sergey Lukin | 2017-01-26 | 2 | -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 subpackage | Jakub Jirutka | 2016-12-08 | 1 | -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.3 | Daniel Sabogal | 2016-11-24 | 1 | -7/+11 |
| | | | | | CVE-2016-8568 CVE-2016-8569 | ||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/libgit2: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/libgit2: upgrade to 0.24.2 | Jakub Jirutka | 2016-10-03 | 1 | -4/+4 |
| | |||||
* | testing/libgit2: move to the main repo | Jakub Jirutka | 2016-05-04 | 1 | -0/+39 |