Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | testing/gns3-server: Fix stripping non-intel binaries | Breno Leitao | 2017-04-07 | 1 | -2/+11 |
| | | | | | | | | Currently gns3-server keeps a x86 binary as part of the source package, and this package currently fails on non-x86 machines on the strip() step. Replacing the x86 binary by the build server binary. | ||||
* | community/gns3-server: rebuild against new version of python3 | Ćukasz Jendrysik | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | community/gns3-server: upgrade to 1.5.3.3 | Francesco Colista | 2017-02-06 | 1 | -4/+4 |
| | |||||
* | community/gns3-server: upgrade to 1.5.3 | Francesco Colista | 2017-01-23 | 1 | -5/+5 |
| | |||||
* | community/gns3-server: bump pkgrel | Francesco Colista | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | community/gns3-server: remove no longer needed patch | Francesco Colista | 2016-08-19 | 2 | -19/+4 |
| | |||||
* | community/gns3-server: upgrade to 1.5.2 | Francesco Colista | 2016-08-19 | 1 | -5/+5 |
| | |||||
* | community/gns3-server: moved from testing | Francesco Colista | 2016-08-19 | 2 | -0/+59 |