Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/gns3-server: added last missing dependency introduced with the upgrade | Francesco Colista | 2019-05-30 | 1 | -2/+3 |
| | |||||
* | community/gns3-server: added new dependency | Francesco Colista | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: some dependencies are still hardcoded in requirements.txt | Francesco Colista | 2019-05-29 | 1 | -4/+4 |
| | | | | Because of this i had to put back the packages with -gns3 extensions | ||||
* | community/gns3-server: updated dependencies | Francesco Colista | 2019-05-29 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: upgrade to 2.1.20 | Francesco Colista | 2019-05-29 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.19 | Francesco Colista | 2019-05-29 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: modernize, fix license | Leo | 2019-05-27 | 1 | -7/+3 |
| | |||||
* | community/gns3-server: upgrade to 2.1.18 | Francesco Colista | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.17 | Francesco Colista | 2019-05-18 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: rebuild against python 3.7 | Natanael Copa | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | community/gns3-server: upgrade to 2.1.6 | Francesco Colista | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.15 | Francesco Colista | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.14 | Francesco Colista | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | community/gns3-server:added a prompt_toolkit at the hardcoded version as ↵ | Francesco Colista | 2019-02-12 | 1 | -2/+2 |
| | | | | dependency | ||||
* | community/gns3-server: upgrade to 2.1.12 | Francesco Colista | 2019-02-12 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.11 | Francesco Colista | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.10 | Francesco Colista | 2018-09-18 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.9 | Francesco Colista | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.8 | Francesco Colista | 2018-06-18 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.7 | Francesco Colista | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.1.6 | Francesco Colista | 2018-05-23 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: added missing dependency | Francesco Colista | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: fixed dependency | Francesco Colista | 2018-04-30 | 5 | -131/+5 |
| | | | | | * Got rid of patches that were supposed to workaround hardcoded python's packages versions * Introduced two new dependency to make GNS3 work again. | ||||
* | community/gns3-server: upgrade to 2.1.5 | Francesco Colista | 2018-04-18 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: dropped requirements for newer aiohttp-cors version | Francesco Colista | 2018-03-14 | 2 | -3/+3 |
| | |||||
* | community/gns3-server: upgrade to 2.1.4 | Francesco Colista | 2018-03-12 | 1 | -3/+3 |
| | |||||
* | community/gns3-server: fixed requirements | Francesco Colista | 2018-02-14 | 2 | -4/+5 |
| | |||||
* | community/gns3-server: fix requirements | Francesco Colista | 2018-02-12 | 2 | -3/+21 |
| | |||||
* | community/gns3-server: upgrade to 2.1.3 | Francesco Colista | 2018-01-19 | 1 | -6/+4 |
| | |||||
* | community/gns3-server: fixed usage with new multidict python package | Francesco Colista | 2018-01-16 | 2 | -3/+3 |
| | |||||
* | community/gns3-server: upgrade to 2.1.2 | Francesco Colista | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | [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/ | ||||
* | community/gns3-server: upgrade to 2.1.1 | Francesco Colista | 2017-12-23 | 2 | -10/+7 |
| | |||||
* | community/gns3-server: aiohttp support added from upstream | Francesco Colista | 2017-12-18 | 3 | -6/+67 |
| | |||||
* | community/gns3-server: updated patch due to yarl upgrade | Francesco Colista | 2017-11-28 | 2 | -3/+3 |
| | |||||
* | community/gns3-server: newer aiohttp does not support finish_connections hanlder | Francesco Colista | 2017-11-22 | 2 | -2/+15 |
| | | | | upstream does not support yet aiohttp 2.3.3 | ||||
* | community/gns3-server: upgrade to 2.1.0 | Francesco Colista | 2017-11-22 | 3 | -22/+40 |
| | |||||
* | community/gns3-server: update checksum | Roberto Oliveira | 2017-11-13 | 1 | -2/+2 |
| | |||||
* | community/[various]: fix trailing whitespace | tmpfile | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | community/gns3-server: upgrade to 2.0.3 | Francesco Colista | 2017-06-13 | 1 | -3/+3 |
| | |||||
* | community/gns-server: added dependencies for aiohttp1 | Francesco Colista | 2017-06-02 | 2 | -6/+8 |
| | | | | | | | In Alpine repo we have aiohttp 2.x only, but this is incompatible with GNS3. Bug sent to upstream https://github.com/GNS3/gns3-server/issues/1054 In the meanwhile, we created a py3-aiohttp1 package to make GNS3 work again | ||||
* | community/gns3-server: upgrade to 2.0.2 | Francesco Colista | 2017-05-30 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: upgrade to 2.0.1 | Francesco Colista | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | community/gns3-server: workaround for newer py-packages on Alpine | Francesco Colista | 2017-05-05 | 2 | -4/+22 |
| | |||||
* | community/gns3-server: Depends on static busybox | Breno Leitao | 2017-05-02 | 1 | -1/+1 |
| | | | | This package now depends on busybox-static during build phase. | ||||
* | community/gns3-server: Replace x86_64 binary | Breno Leitao | 2017-05-02 | 1 | -2/+6 |
| | | | | | Upstream currently ships a x86_64 binary in the source code. It should be replaced by the current package architecture. | ||||
* | community/gns3-server: build fix | Natanael Copa | 2017-05-02 | 1 | -1/+3 |
| | | | | | disable stripping. its mostly python scripts. the only binary is a statically linked busybox. | ||||
* | community/gns3-server: fix build | Francesco Colista | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | community/gns3-server: upgrade to 2.0.0 | Francesco Colista | 2017-05-02 | 1 | -13/+5 |
| | |||||
* | community/gns3-server: upgrade to 1.5.4, modernize APKBUILD | Francesco Colista | 2017-04-17 | 1 | -9/+10 |
| |