46 Commits

Author SHA1 Message Date
Francesco Colista
0a355d7ba9 community/gns3-server: upgrade to 2.1.14 2019-03-01 13:40:21 +00:00
Francesco Colista
511eadda34 community/gns3-server:added a prompt_toolkit at the hardcoded version as dependency 2019-02-12 08:51:27 +00:00
Francesco Colista
09f01fe2c9 community/gns3-server: upgrade to 2.1.12 2019-02-12 08:18:54 +00:00
Francesco Colista
388379739b community/gns3-server: upgrade to 2.1.11 2018-10-02 13:51:57 +00:00
Francesco Colista
916f7c3777 community/gns3-server: upgrade to 2.1.10 2018-09-18 06:11:56 +00:00
Francesco Colista
62fab8708b community/gns3-server: upgrade to 2.1.9 2018-08-14 09:57:18 +00:00
Francesco Colista
818a29f6be community/gns3-server: upgrade to 2.1.8 2018-06-18 09:10:36 +00:00
Francesco Colista
ac2ca879fb community/gns3-server: upgrade to 2.1.7 2018-06-13 06:06:47 +00:00
Francesco Colista
4d273d38ca community/gns3-server: upgrade to 2.1.6 2018-05-23 13:56:51 +00:00
Francesco Colista
547b07d9ce community/gns3-server: added missing dependency 2018-05-09 19:06:04 +00:00
Francesco Colista
05748c9fad community/gns3-server: fixed dependency
* Got rid of patches that were supposed to workaround hardcoded python's packages versions
* Introduced two new dependency to make GNS3 work again.
2018-04-30 22:03:30 +00:00
Francesco Colista
0c1ff1b497 community/gns3-server: upgrade to 2.1.5 2018-04-18 16:56:13 +00:00
Francesco Colista
6fbb505659 community/gns3-server: dropped requirements for newer aiohttp-cors version 2018-03-14 15:28:25 +00:00
Francesco Colista
3227f64bed community/gns3-server: upgrade to 2.1.4 2018-03-12 15:02:31 +00:00
Francesco Colista
ace17b03e9 community/gns3-server: fixed requirements 2018-02-14 17:59:21 +00:00
Francesco Colista
e50debadd2 community/gns3-server: fix requirements 2018-02-12 11:11:08 +00:00
Francesco Colista
444a09215f community/gns3-server: upgrade to 2.1.3 2018-01-19 11:16:59 +00:00
Francesco Colista
60b61797a5 community/gns3-server: fixed usage with new multidict python package 2018-01-16 18:44:08 +00:00
Francesco Colista
b3dbaea3e1 community/gns3-server: upgrade to 2.1.2 2018-01-09 00:51:57 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Francesco Colista
6ae9708ccf community/gns3-server: upgrade to 2.1.1 2017-12-23 04:53:50 +00:00
Francesco Colista
0d44bca5f6 community/gns3-server: aiohttp support added from upstream 2017-12-18 15:12:05 +00:00
Francesco Colista
87775ed373 community/gns3-server: updated patch due to yarl upgrade 2017-11-28 22:09:31 +00:00
Francesco Colista
f7c8b3472e community/gns3-server: newer aiohttp does not support finish_connections hanlder
upstream does not support yet aiohttp 2.3.3
2017-11-22 03:48:56 +00:00
Francesco Colista
f5af506a9b community/gns3-server: upgrade to 2.1.0 2017-11-22 03:01:17 +00:00
Roberto Oliveira
40d074c249 community/gns3-server: update checksum 2017-11-13 19:13:11 +00:00
tmpfile
d1bbf07a53 community/[various]: fix trailing whitespace 2017-07-10 09:04:20 +00:00
Francesco Colista
4cbe8f4591 community/gns3-server: upgrade to 2.0.3 2017-06-13 12:39:15 +00:00
Francesco Colista
4f82f4771f community/gns-server: added dependencies for aiohttp1
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
2017-06-02 09:56:00 +00:00
Francesco Colista
84a4a98137 community/gns3-server: upgrade to 2.0.2 2017-05-30 14:43:52 +00:00
Francesco Colista
edbe2d6801 community/gns3-server: upgrade to 2.0.1 2017-05-24 10:47:29 +00:00
Francesco Colista
d4d2d900b0 community/gns3-server: workaround for newer py-packages on Alpine 2017-05-05 09:24:18 +00:00
Breno Leitao
81bbc28380 community/gns3-server: Depends on static busybox
This package now depends on busybox-static during build phase.
2017-05-02 21:59:01 +00:00
Breno Leitao
dd7bea2d8f community/gns3-server: Replace x86_64 binary
Upstream currently ships a x86_64 binary in the source code. It should be
replaced by the current package architecture.
2017-05-02 21:51:23 +00:00
Natanael Copa
6759bf356d community/gns3-server: build fix
disable stripping. its mostly python scripts. the only binary is a
statically linked busybox.
2017-05-02 21:27:05 +00:00
Francesco Colista
4dc863a5b4 community/gns3-server: fix build 2017-05-02 15:20:15 +00:00
Francesco Colista
1cd55e25ef community/gns3-server: upgrade to 2.0.0 2017-05-02 15:13:50 +00:00
Francesco Colista
a1517eff69 community/gns3-server: upgrade to 1.5.4, modernize APKBUILD 2017-04-17 15:07:12 +00:00
Breno Leitao
625aa15d09 testing/gns3-server: Fix stripping non-intel binaries
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.
2017-04-07 21:34:04 +00:00
Łukasz Jendrysik
b31f2b88b1 community/gns3-server: rebuild against new version of python3 2017-02-18 16:32:43 +01:00
Francesco Colista
4c81b01699 community/gns3-server: upgrade to 1.5.3.3 2017-02-06 10:36:54 +00:00
Francesco Colista
58232c7269 community/gns3-server: upgrade to 1.5.3 2017-01-23 14:56:24 +00:00
Francesco Colista
88102d4194 community/gns3-server: bump pkgrel 2016-11-15 14:07:10 +00:00
Francesco Colista
361075599a community/gns3-server: remove no longer needed patch 2016-08-19 13:00:04 +00:00
Francesco Colista
900403126e community/gns3-server: upgrade to 1.5.2 2016-08-19 13:00:04 +00:00
Francesco Colista
3291f08e89 community/gns3-server: moved from testing 2016-08-19 13:00:04 +00:00